javinfo

Rate limits & billing

Per-account rate limits and per-call credit costs for the javinfo API.

Rate limits

Requests are limited per account (shared across all of your keys):

  • 60 requests per minute. Exceeding it returns 429 with a Retry-After header.

A per-key daily quota may also apply depending on your plan.

Billing

You are charged only for successful 200 responses — failed requests are free. Costs are metered in credits (USDC base units, 1 USD = 1,000,000 units):

EndpointCost per callApprox. USD
/movie1000 units$0.001
/query200 units$0.0002
/random100 units$0.0001

When your balance can't cover a request, the API returns 402 Payment Required. Top up from your dashboard.

Response headers

Search endpoints return useful metering headers:

  • X-Response-Time-Ms — server-side processing time.
  • X-Balance-Remaining — credits left after the call.
  • X-Cache: HIT | MISS — whether the result was served from cache (/movie).

On this page