Skip to content
@javinfo

JAVINFO

A complete infrastructure to get Japanese adult video data from various sites

javinfo

JAV metadata search. Send a DVD ID like SSIS-001, get back a JSON object: title, cast, maker, cover art, download links, HLS streams, the works.

javinfo.dev · web app, or hit the API directly.

Product launch promo: top-ups of $50+ get a 5–50% bonus. Sign up today!

API

Two endpoints at https://api.javinfo.dev:

EndpointReturns
POST /movieSingle best match
POST /queryRanked list of matches

Pass a code and optionally pin which providers to try. Auth via x-javinfo-key header. No charge on non-200 responses.

curl -X POST 'https://api.javinfo.dev/movie' \
-H 'Content-Type: application/json' \
-H 'x-javinfo-key: YOUR_KEY' \
-d '{ "q": "SSIS-001" }'
constres=awaitfetch("https://api.javinfo.dev/movie",{method: "POST",headers: {"Content-Type": "application/json","x-javinfo-key": "YOUR_KEY",},body: JSON.stringify({q: "SSIS-001",providers: "javdb"}),});constdata=awaitres.json();
importrequestsres=requests.post(
"https://api.javinfo.dev/movie",
headers={"x-javinfo-key": "YOUR_KEY"},
json={"q": "CAWD-001", "providers": "javdb"},
)
data=res.json()

→ Get a free key

Providers

ProviderReturns
r18Bilingual metadata: title, cast, maker, label, series, covers, trailer, gallery
javdbMetadata plus magnet / PikPak download links and community score
missavMetadata plus HLS stream URLs (.m3u8)
javdatabaseMetadata plus description, sample images, and a trailer URL
javlibrarycoming soon

All providers work on every request. No tier gating. Results cache server-side, so repeated lookups are fast.

Pinned Loading

  1. mcpmcpPublic

    A complete infrastructure to get Japanese adult video data from various sites

    JavaScript 1

  2. clicliPublic

    Cli for javinfo

    Rust

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…