Discover/fotball.no API
live

fotball.no APIfotball.no

Access Norwegian football data via the fotball.no API: tournament standings, match schedules, national teams, and regional data across 7 endpoints.

Endpoints
7
Updated
3mo ago
Try it
Season ID.
Team name to search for (e.g. 'Rosenborg', 'Aalesund').
api.parse.bot/scraper/addeab4d-be2e-4cdf-ac7d-50c9b71b3c1f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/addeab4d-be2e-4cdf-ac7d-50c9b71b3c1f/search_matches_by_team?team_name=Rosenborg' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for tournaments a team participates in. Returns a list of tournaments with their slugs and names for the given season.

Input
ParamTypeDescription
season_idstringSeason ID.
team_namerequiredstringTeam name to search for (e.g. 'Rosenborg', 'Aalesund').
Response
{
  "type": "object",
  "fields": {
    "club": "string, the team name searched for",
    "season_id": "string, the season ID used",
    "tournaments": "array of tournament objects with tournament_name, url, and slug"
  },
  "sample": {
    "data": {
      "club": "Rosenborg",
      "season_id": "110",
      "tournaments": [
        {
          "url": "https://www.fotball.no/turneringer/eliteserien/",
          "slug": "eliteserien",
          "tournament_name": "Eliteserien"
        },
        {
          "url": "https://www.fotball.no/turneringer/nm-menn-2026/",
          "slug": "nm-menn-2026",
          "tournament_name": "NM menn 2026"
        }
      ]
    },
    "status": "success"
  }
}

About the fotball.no API

The fotball.no API covers Norwegian football across 7 endpoints, returning match schedules, league standings, team tournaments, and national team listings. The get_tournament_standings endpoint delivers full league table data — position, wins, draws, losses, goals, and points — for competitions like Eliteserien, OBOS-ligaen, and Toppserien. Match FIKS IDs returned by schedule endpoints feed directly into get_match_details for per-match events, referees, and venue information.

Tournament and Standings Data

The get_tournament_standings endpoint accepts a tournament slug (e.g. eliteserien, obosligaen, toppserien) and returns a full standings array with pos, team, played, won, drawn, lost, goals, and points fields for every club in that table. The get_tournament_matches endpoint uses the same tournament slug to retrieve the full fixture list — both upcoming and past matches — returning date, time, home, away, venue, and match_id for each row.

Match Schedules and Details

get_todays_matches returns all matches for a given date (defaulting to today when no date parameter is supplied) and can be filtered by club ID or district ID. Each match object includes tournament, time, home_team, away_team, result, venue, and match_id. That match_id (FIKS ID) is the key input for get_match_details, which returns a title, venue, events array (goal scorers, cards, substitutions as strings), and a referees array. For future matches the events and referees fields are empty arrays rather than absent.

Team and Regional Lookups

search_matches_by_team takes a team_name (e.g. Rosenborg, Aalesund) and an optional season_id and returns all tournaments that team participates in for that season, with each tournament's tournament_name, url, and slug. list_national_teams returns every Norwegian national team — men's, women's, youth, and futsal — with name, slug, and url. list_regions enumerates all Norwegian football regions (kretser) with name and url.

Coverage Notes

All tournament slugs are specific to fotball.no's naming conventions. The match_id values required by get_match_details are numeric FIKS IDs that must be obtained from get_todays_matches or get_tournament_matches first — there is no standalone match-search by team name. District and club filter IDs for get_todays_matches are not enumerated in the API itself and must be sourced from list_regions or external reference.

Common use cases
  • Build a live match-day dashboard showing all Norwegian football fixtures and results using get_todays_matches.
  • Populate a league table widget for Eliteserien or Toppserien from get_tournament_standings standings fields.
  • Track a specific club's tournament calendar for a season using search_matches_by_team with a season_id.
  • Display match events (goals, cards, substitutions) and assigned referees via get_match_details.
  • List all Norwegian national teams with slugs for building team profile pages using list_national_teams.
  • Filter upcoming fixtures by region for a local football news site using list_regions and the district filter on get_todays_matches.
  • Aggregate fixture and result data across multiple tournaments for a Norwegian football statistics tracker.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 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 fotball.no have an official developer API?+
fotball.no does not publish a documented public developer API. This Parse API provides structured access to the data available on the site.
What does `get_match_details` return for a match that hasn't been played yet?+
For future matches the endpoint returns the title, venue, and match_id fields as populated, but events and referees come back as empty arrays. Event and referee data is only present once the match has been played and the data is available.
How do I find the correct tournament slug to use with `get_tournament_standings` or `get_tournament_matches`?+
Tournament slugs follow fotball.no's naming conventions — examples include eliteserien, obosligaen, and toppserien. You can discover slugs for a specific team's competitions by first calling search_matches_by_team with a team_name, which returns a tournaments array containing the slug field for each competition.
Does the API return player statistics such as top scorers or assists for a tournament?+
Not currently. The API covers tournament standings (points, wins, goals at team level), match schedules, and per-match events as unstructured strings. It does not expose player-level statistics. You can fork the API on Parse and revise it to add an endpoint targeting player stat data.
Are lower-division or youth league standings available, or only top-tier competitions?+
The tournament parameter accepts any valid fotball.no tournament slug, so coverage is not restricted to top-tier leagues. However, the API does not enumerate all available slugs — only the ones you already know will return data. The search_matches_by_team endpoint is the practical way to discover slugs for teams at any level. You can fork the API on Parse and revise it to add a slug-discovery or league-listing endpoint.
Page content last updated . Spec covers 7 endpoints from fotball.no.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.