javinfo

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.

EndpointPurpose
/movieFull metadata for a single title by code.
/queryMultiple hits by code, performer, studio or keyword.
/randomBulk random r18 cards.
/healthLiveness 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.