Introduction
The javinfo API aggregates JAV metadata across providers into one REST API — metadata, magnets and streams from a single call.
javinfo is a metadata search API for JAV. It races each request across registered providers (r18, javdb, missav, javdatabase, magneto) and returns the first structured result, so you get metadata, magnets and streams from one call, without maintaining scrapers that break.
This is a B2B data API. The consumer is a developer building JAV tools, not a viewer.
Base URL
Every endpoint lives at the root of the API server:
https://api.javinfo.devWhat you can do
Search a video
Full metadata for one title by code — /movie.
Search anything
Multiple hits by code, performer, studio or keyword — /query.
Random codes
Bulk random r18 cards for landing pages — /random.
Health check
Liveness for uptime monitors — /health.
Next steps
Every request needs an API key. Start with the Quickstart to make your first call, then see Authentication, Errors and Rate limits & billing.