Endpoints

2

Ungrouped Endpoints
2

What is the Novibet Odds API?

Real-time and pre-match odds from Novibet GR covering soccer, basketball, and tennis. Live events, league markets, and structured JSON output.

Novibet Odds API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.

Novibet Odds API endpoints

  • GET/v1/data/{filename}

    Get file data

    Returns the requested odds JSON file by filename. Example: site_pregame_novibet_soccer.json. 200: file data returned. 401: unauthorized request.

    $0.01 / call
  • GET/v1/files

    List files

    Returns available site_*.json files for this subscription

    $0.01 / call

Frequently asked questions about Novibet Odds API

What does this API provide?

Structured JSON feeds of Novibet Greece live and pre-match odds for soccer, basketball, and tennis. Call GET /v1/files then GET /v1/data/{filename}.

How do I authenticate?

Use your JoJ API key in X-JoJAPI-Key: YOUR_API_KEY. Authorization: Bearer YOUR_API_KEY also works.

Which datasets can I download?

site_live_novibet.json plus site_pregame_novibet_soccer.json, site_pregame_novibet_basketball.json, and site_pregame_novibet_tennis.json.

How fresh is the data?

Typically every 2–3 seconds during active hours. Live markets update faster than pre-match. No guaranteed SLA.

What is the rate limit?

See Pricing for plan limits. The origin may return 429 above 10 requests per second.

Is this an official Novibet API?

No. It aggregates publicly displayed Novibet odds and is not affiliated with or endorsed by Novibet or Logflex MT Holding Limited.

Can I place bets through this API?

No. Informational and analytical use only. It does not place bets.

What does a successful response look like?

JSON with company, key_id, file, and data. List files with /v1/files if you need valid filenames.