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
14d 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 →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
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.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.