javinfo

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.

EndpointPurpose
/movieFull metadata for a single title by code.
/queryMultiple hits by code, performer, studio or keyword.
/randomBulk random DMM + FANZA cards.
/profileAccount balance, rate limit, and plan status — free, never charged.
/healthLiveness check (no auth).

All search endpoints require an API key — see Authentication.