API Reference
REST endpoints for searching JAV metadata — /movie, /query, /random, and /health.
The javinfo REST API exposes three search endpoints plus a health check, all at the root of
https://api.javinfo.dev. Both GET (query string) and POST (JSON body) are supported.
| Endpoint | Purpose |
|---|---|
/movie | Full metadata for a single title by code. |
/query | Multiple hits by code, performer, studio or keyword. |
/random | Bulk random r18 cards. |
/health | Liveness check (no auth). |
All search endpoints require an API key — see Authentication.
The full interactive reference (parameters, schemas and a live "Try it" playground) is
generated from core's OpenAPI spec. Run bun run generate:docs with
OPENAPI_SPEC_URL pointed at your core server to populate the pages under this section.
See the repository README.