Discover/tv2.no API
live

tv2.no APItv2.no

Access TV2.no articles, breaking news, live sports scores, match details, TV schedules, and video content via a structured JSON API.

Endpoints
10
Updated
1mo ago
Try it

No input parameters required.

api.parse.bot/scraper/a4c69b4f-064d-482b-9d81-2b2906b99b4d/<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/a4c69b4f-064d-482b-9d81-2b2906b99b4d/get_frontpage_articles' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

Get articles from the front page of tv2.no. Returns a list of articles with title, URL, image, section, and position information.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of frontpage article objects with title, kicker, summary, url, image_url, section, position, and type fields",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "url": "www.tv2.no/a/18799430",
        "type": "report",
        "title": "Putin frykter drone-ydmykelse i Moskva",
        "kicker": null,
        "section": "nyheter",
        "summary": "",
        "position": 0,
        "image_url": "https://www.cdn.tv2.no/images?imageId=18799493&x=0&y=6.95&cropw=100&croph=86.09&panox=0&panoy=6.95&panow=100&panoh=86.09&width=1200&height=630"
      }
    ],
    "status": "success"
  }
}

About the tv2.no API

The TV2.no API exposes 10 endpoints covering Norwegian news, sports, and broadcast data from tv2.no. You can fetch frontpage articles with section and position metadata, retrieve full article body text and authors via get_article, pull live sports match listings with scores and broadcast details, or query the EPG for all TV2 channels on any date. Responses are structured JSON with consistent field shapes across editorial and sports data.

News and Article Endpoints

get_frontpage_articles returns the current frontpage lineup as an array of objects, each with title, kicker, summary, url, image_url, section, position, and type. get_article accepts a full or short-form URL (e.g. /a/18778686) and returns the full article including ingress, body, authors, published_date, updated_date, and images. get_category_articles narrows results to one of nine categories — nyheter, sport, underholdning, video, broom, baat, bolig, historie, or helse — using the same field shape as the frontpage. get_subcategory_articles drills further into subcategories such as utenriks, innenriks, okonomi, forbruker, and krim, returning title, url, and image_url.

Breaking News and Topic Feeds

get_siste_nytt returns the TV2 breaking news feed with title, content, created_at, url, and is_breaking fields. It supports pagination via page and a limit parameter that accepts values 1, 5, 10, or 25. Individual posts carry a MongoDB ObjectId topic_id that can be passed to get_topic_feed, which returns raw post documents including content blocks, byline, category, and timestamps, along with a totalDocs count for the topic.

Sports Data

get_livesport_matches accepts a date parameter in YYYY-MM-DD format (defaults to today) and returns match data grouped by competition and season, including team info, scores, and broadcast channel details. get_match_details takes a UUID match_id from those results and returns three sub-objects: overview (teams, score, result summary), lineups (formations, player names, ratings), and facts (match incidents and events).

TV Guide and Video

get_tv_guide returns the Electronic Programme Guide for all TV2 channels on a given date. Each channel object contains a programs array with title, synopsis, genre, startTime, and endTime. get_videos returns the current video content stream from tv2.no, with the same title, kicker, summary, url, image_url, section, position, and type shape used by the article endpoints.

Common use cases
  • Aggregate Norwegian breaking news headlines into a multilingual news monitoring dashboard using get_siste_nytt and is_breaking flags
  • Build a Norwegian sports scores widget that pulls daily football matches from get_livesport_matches and enriches each match with lineups from get_match_details
  • Display a daily TV schedule for all TV2 channels by calling get_tv_guide with a specific date and rendering the startTime, endTime, and synopsis fields
  • Track editorial positioning of stories by recording section and position values from get_frontpage_articles over time
  • Create a category-filtered Norwegian news feed by combining get_category_articles and get_subcategory_articles across nyheter subcategories
  • Extract full article text and author attribution from TV2 stories by passing URLs to get_article for content analysis
  • Surface topic-clustered breaking news by chaining get_siste_nytt post topic_id values into get_topic_feed for thread-level detail
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 TV2 provide an official public developer API?+
TV2 does not publish a general-purpose public developer API for accessing their news, sports, or broadcast content. This API provides structured access to that content.
What does `get_match_details` return beyond a score?+
get_match_details returns three structured objects: overview with team names and final score, lineups with player lists, formations, and per-player ratings, and facts with timestamped match incidents such as goals and cards. The match_id input is a UUID obtained from a prior get_livesport_matches call.
Does the TV guide endpoint cover non-TV2 channels?+
get_tv_guide returns program listings for TV2-operated channels only. Third-party or competitor channel schedules are not included. You can fork the API on Parse and revise it to add an endpoint targeting other Norwegian broadcaster EPG sources.
Are sports beyond football covered by the sports endpoints?+
get_livesport_matches and get_match_details reflect what TV2's livesport feed publishes, which centres on football. Other sports may appear when TV2 covers them, but match detail fields like lineups and player ratings are oriented toward football. You can fork the API on Parse and revise it to handle sport-specific response shapes if you need structured data for other disciplines.
Does `get_subcategory_articles` return full article body text?+
No. get_subcategory_articles returns only title, url, and image_url for each article in the listing. To retrieve body, authors, published_date, and images, pass the article url from those results to get_article.
Page content last updated . Spec covers 10 endpoints from tv2.no.
Related APIs in News MediaSee all →
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.
nrk.no API
Access the latest news from Norway's leading broadcaster NRK.no, including front-page stories, category-specific articles, regional news, and breaking news updates through a unified search and browsing interface. Stay informed with full article content, RSS feeds, and real-time news ticker notifications across all major topics.
fotball.no API
Get live match scores, search matches by team, and view tournament standings and national team information from Norwegian football competitions. Track today's matches, access detailed match information, and browse regional football data all in one place.
tek.no API
Access the latest technology news, in-depth reviews, current deals, and service comparisons from Norway's leading tech site tek.no. Search and browse articles across gaming, guides, mobile subscriptions, and broadband plans to stay informed on tech products and services.
ard.de API
Access breaking news, search articles, and browse the latest stories from Germany's leading public broadcasters ARD and Tagesschau, with filtering by region and topic. Retrieve full article details and discover media content from their digital archives.
sky.com API
Access football news, transfer updates, and match scores from Sky Sports. Retrieve headlines and full article content across teams and competitions, follow live transfer window bulletins, and look up fixtures and results by date.
toutiao.com API
Browse personalized news feeds, discover trending articles and hot topics, search content across categories, view detailed articles with comments, and explore author profiles on Toutiao. Access video feeds and stay updated with the latest news and trending stories all in one place.
zdf.de API
Search and browse German TV content, live streams, and episode details from ZDF Mediathek, or discover what's currently airing and trending on their homepage. Explore shows by category, find specific programs by name, and check the full TV schedule all in one place.