Discover/Norsk Tipping API
live

Norsk Tipping APInorsk-tipping.no

Fetch prematch football 1X2 decimal odds from Norsk Tipping's Oddsen sportsbook. Browse tournaments and retrieve match odds via 2 structured endpoints.

Endpoint health
verified 4h ago
list_tournaments
get_football_matches
2/2 passing latest checkself-healing
Endpoints
2
Updated
4h ago

What is the Norsk Tipping API?

The Norsk Tipping Oddsen API exposes prematch football betting odds through 2 endpoints, returning three-way (1X2) decimal odds alongside match metadata including home team, away team, kickoff time, and tournament name. The get_football_matches endpoint defaults to FIFA World Cup 2026 fixtures when no tournament_id is provided, while list_tournaments enumerates all available competition groups with their associated event counts.

Try it
Maximum number of matches to return.
Navigation node ID of a specific country or league (from list_tournaments endpoint's navigation_id field). Accepts both country-level IDs (e.g. 66760.1 for Norge) which expand into child leagues, and league-level IDs (e.g. 66761.1 for Eliteserien). When omitted, defaults to FIFA World Cup 2026 matches (navigation_id 77254.1).
api.parse.bot/scraper/87082f99-8f94-45ae-88e4-fff8a25af1d5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/87082f99-8f94-45ae-88e4-fff8a25af1d5/get_football_matches?limit=50&tournament_id=77254.1' \
  -H 'X-API-Key: $PARSE_API_KEY'
Python SDK · recommended

Typed, relational, agent-ready

A generated client with real types, enums, and the links between objects — the structure a flat JSON response can't carry. Autocompletes in your editor and reads cleanly to coding agents.

  • Fully typed · autocompletes
  • Objects link to objects
  • Typed errors & pagination

Typed Python client. Set up the SDK in your uv project, then pull this API’s typed client:

uv add parse-sdk
uv run parse init
uv run parse add --marketplace norsk-tipping-no-api

uv run parse add --marketplace pulls a pinned snapshot of this canonical API — it won’t change underneath you. To customize it, subscribe and swap to your own copy.


"""Walkthrough: Norsk Tipping Oddsen — football match odds across leagues."""
from parse_apis.Norsk_Tipping_Oddsen_API import NorskTipping, NotFoundError

client = NorskTipping()

# List available football leagues with upcoming matches.
for tournament in client.tournaments.list(limit=5):
    print(f"{tournament.country} - {tournament.league}: {tournament.num_events} events (id={tournament.navigation_id})")

# Drill into a specific league to get matches with 1X2 odds.
tourney = client.tournaments.list(limit=1).first()
if tourney:
    match = tourney.matches(limit=1).first()
    if match:
        print(f"\n{match.home_team} vs {match.away_team} — {match.kickoff}")
        print(f"  Home: {match.odds_home}  Draw: {match.odds_draw}  Away: {match.odds_away}")
        print(f"  Tournament: {match.tournament}")

# Construct a tournament by navigation_id and fetch its matches.
wc = client.tournament(navigation_id="77254.1")
for m in wc.matches(limit=5):
    print(f"{m.home_team} vs {m.away_team} | H={m.odds_home} D={m.odds_draw} A={m.odds_away}")

# Handle errors gracefully when a tournament doesn't exist.
try:
    bad = client.tournament(navigation_id="99999.1")
    for m in bad.matches(limit=1):
        print(m.home_team)
except NotFoundError as exc:
    print(f"Tournament not found: {exc}")

print("exercised: tournaments.list / tournament.matches / NotFoundError")
All endpoints · 2 totalmissing one? ·

Retrieve upcoming prematch football matches with three-way match result (1X2/HUB) decimal odds. Accepts either a country-level navigation_id (expands into child leagues) or a league-level navigation_id (fetches directly). Each match includes home team, away team, kickoff time, tournament name, and decimal odds for home win, draw, and away win. Results are ordered by kickoff time.

Input
ParamTypeDescription
limitintegerMaximum number of matches to return.
tournament_idstringNavigation node ID of a specific country or league (from list_tournaments endpoint's navigation_id field). Accepts both country-level IDs (e.g. 66760.1 for Norge) which expand into child leagues, and league-level IDs (e.g. 66761.1 for Eliteserien). When omitted, defaults to FIFA World Cup 2026 matches (navigation_id 77254.1).
Response
{
  "type": "object",
  "fields": {
    "total": "integer",
    "matches": "array of match objects with home_team, away_team, kickoff, tournament, odds_home, odds_draw, odds_away, event_id, market_id",
    "tournament_name": "string"
  },
  "sample": {
    "data": {
      "total": 11,
      "matches": [
        {
          "kickoff": "2026-07-01T22:00:00.000+02:00",
          "event_id": "8479923.1",
          "away_team": "Senegal",
          "home_team": "Belgia",
          "market_id": "71539617.1",
          "odds_away": 3.65,
          "odds_draw": 3.25,
          "odds_home": 2.05,
          "tournament": "Internasjonal - Fotball-VM"
        },
        {
          "kickoff": "2026-07-02T02:00:00.000+02:00",
          "event_id": "8473388.1",
          "away_team": "Bosnia-Hercegovina",
          "home_team": "USA",
          "market_id": "71517267.1",
          "odds_away": 8.5,
          "odds_draw": 4.6,
          "odds_home": 1.37,
          "tournament": "Internasjonal - Fotball-VM"
        }
      ],
      "tournament_name": "Main - World Cup"
    },
    "status": "success"
  }
}

About the Norsk Tipping API

Endpoints and Data Coverage

The API contains two endpoints. list_tournaments returns an array of football tournament categories — organized by country or region — each carrying a navigation_id, country label, num_events, and num_markets. These navigation IDs are the key input for filtering matches downstream.

get_football_matches retrieves upcoming prematch matches for a given tournament group. Each match object in the matches array includes home_team, away_team, kickoff (datetime), tournament, event_id, market_id, and three decimal odds fields: odds_home, odds_draw, and odds_away. The response also surfaces a total count and a tournament_name string. Without a tournament_id, the endpoint returns FIFA World Cup 2026 fixtures by default.

Filtering and Pagination

Pass the navigation_id from list_tournaments as the tournament_id parameter to get_football_matches to scope results to a specific competition. The optional limit integer caps the number of match objects returned, which is useful when you only need the next few fixtures. There is no offset or cursor parameter — results begin from the earliest upcoming kickoff.

Odds Format and Scope

All odds are decimal format, consistent with Norwegian sportsbook conventions. Coverage is limited to football (soccer) and to markets that Norsk Tipping currently has priced for upcoming matches. Only the match result (1X2/HUB) market is exposed; other market types such as Asian handicap or over/under totals are not included in the current response shape.

Reliability & maintenanceVerified

The Norsk Tipping API is a managed, monitored endpoint for norsk-tipping.no — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when norsk-tipping.no changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official norsk-tipping.no API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
4h ago
Latest check
2/2 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Display live-updating FIFA World Cup 2026 fixture odds on a sports dashboard using the default get_football_matches response.
  • Compare Norsk Tipping's 1X2 decimal odds against other sportsbooks for value-betting analysis.
  • Build a tournament browser that maps list_tournaments country entries to selectable filters for end users.
  • Alert system that monitors odds movement across multiple tournaments by polling get_football_matches with different tournament_id values.
  • Research tool that aggregates num_events and num_markets per country from list_tournaments to track coverage depth over time.
  • Feed upcoming match kickoff times and team names into a fixture calendar application for Norwegian football fans.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Norsk Tipping provide an official public developer API?+
Norsk Tipping does not publish a documented public developer API for its Oddsen sportsbook data. This Parse API provides structured access to the odds and tournament data available on the Oddsen platform.
What does `list_tournaments` return and how do I use it with `get_football_matches`?+
list_tournaments returns an array of tournament objects, each with a country label, a navigation_id, num_events, and num_markets. Take the navigation_id from any entry and pass it as the tournament_id parameter to get_football_matches to retrieve matches scoped to that competition group.
Are betting markets beyond the 1X2 match result covered — for example, over/under goals or both-teams-to-score?+
Not currently. The API covers the three-way match result market only, returning odds_home, odds_draw, and odds_away decimal values per match. You can fork this API on Parse and revise it to add endpoints targeting additional market types.
Does the API cover in-play (live) odds or only prematch?+
Only prematch odds are covered. All matches returned by get_football_matches are upcoming fixtures that have not yet kicked off. The API does not expose in-play or live odds. You can fork it on Parse and revise to add a live-odds endpoint if that data becomes accessible.
How fresh are the odds returned by `get_football_matches`?+
The odds reflect what is currently priced on Norsk Tipping's Oddsen platform at the time of the request. Odds can shift as kickoff approaches or as market conditions change, so repeated polling is recommended for time-sensitive use cases.
Page content last updated . Spec covers 2 endpoints from norsk-tipping.no.
Related APIs in SportsSee all →
transfermarkt.com API
Search Transfermarkt for football players and retrieve detailed player profiles, transfer histories, market value timelines, performance stats, and club squad/club information.
opendota.com API
Access detailed Dota 2 match statistics, player performance metrics, hero win rates, and professional tournament data to analyze gameplay trends and competitive performance. Search for specific players, explore custom data queries through SQL, and retrieve comprehensive match histories to improve your understanding of the game.
nhl.com API
Access data from nhl.com.
fantasypros.com API
Access expert consensus rankings, player projections, average draft position data, injury reports, and the latest player news from FantasyPros. Search by player name or position to retrieve detailed stats, rankings, and expert analysis across all major scoring formats.
pinnacle.com API
Access real-time and pre-event sports betting odds, matchups, and markets from Pinnacle. Retrieve data across all available sports and leagues, monitor live events with scores and live odds, and explore political and entertainment betting markets. Covers full market depth including spreads, totals, moneylines, props, and alternate lines.
fifa.com API
Track FIFA world rankings for men's and women's teams, browse tournament schedules and standings, access detailed match information with live timelines, and explore comprehensive player statistics and profiles. Stay updated with the latest football news and easily search across teams, players, and matches all in one place.
livescore.com API
Track live scores and detailed statistics across football, hockey, basketball, tennis, and cricket with the ability to filter by date, sport, and league. Access match summaries, team overviews, standings, fixtures, and results to stay updated on your favorite competitions and teams.
hltv.org API
Access Counter-Strike esports data from HLTV.org including match results, player and team statistics, team rankings, upcoming match schedules, tournament information, and fantasy league data.