API Reference
REST endpoints for searching JAV metadata — /movie, /query, /random, /profile, and /health.
The javinfo REST API exposes three search endpoints, an account endpoint, 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 DMM + FANZA cards. |
/profile | Account balance, rate limit, and plan status — free, never charged. |
/health | Liveness check (no auth). |
All search endpoints require an API key — see Authentication.