Zum Inhalt springen
GET /v1/news

Latest NRL news

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/nrl-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/nrl-api/v1/news" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/nrl-api/v1/news", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/nrl-api/v1/news");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/nrl-api/v1/news",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "count": 6,
        "articles": [
            {
                "link": "https://www.espn.com/nrl/story/_/id/48988217/state-origin-ii-news-report-queensland-maroons-bench-options-now-focus-billy-slater",
                "image": "https://a.espncdn.com/photo/2026/0601/r1666545_1296x518_5-2.jpg",
                "headline": "Maroons bench options now the focus for Slater",
                "description": "The Dolphins are the form Queensland team in the NRL and that could play into the hands of forwards Tom Gilbert and Kulikefu Finefeuiaki when the Maroons side is named."
            },
            {
                "link": "https://www.espn.com/nrl/story/_/id/48971943/nrl-round-14-news-report-queensland-maroons-ezra-mam-star-understands-axing-says-broncos-coach",
                "image": "https://a.espncdn.com/photo/2026/0324/r1633051_1296x729_16-9.jpg",
                "headline": "Maroons star 'understands' axing: Broncos coach",
                "description": "Michael Maguire insists Ezra Mam understands the decision to axe him from Brisbane's starting line-up only days after featuring in Queensland's squad for State of Origin I."
            },
            {
                "link": "https://www.espn.com/nrl/story/_/id/48971735/nrl-round-14-news-report-wayne-bennett-blasts-bunker-big-miss-adds-south-sydney-rabbitohs-pain",
                "image": "https://a.espncdn.com/photo/2026/0604/r1668026_1296x729_16-9.jpg",
                "headline": "Bennett blasts bunker as big miss adds to Bunnies' pain",
                "description": "An angry Wayne Bennett has teed off at the bunker after the NRL's video review system failed to pick up on a blatant handling error in South Sydney's loss to Manly."
            },
            {
                "link": "https://www.espn.com/nrl/story/_/id/48961318/nrl-round-14-news-report-foran-crowns-new-deal-manly-sea-eagles-sink-rabbitohs",
                "image": "https://a.espncdn.com/photo/2026/0604/r1668041_1296x729_16-9.jpg",
                "headline": "Foran crowns new deal as Sea Eagles sink Rabbitohs",
                "description": "Manly have celebrated Kieran Foran's coronation as Sea Eagles head coach by moving into the NRL's top four with a 28-14 win over South Sydney."
            },
            {
                "link": "https://www.espn.com/nrl/story/_/id/48943793/nrl-state-origin-news-round-14-panthers-stars-back-origin-liam-martin-get-better",
                "image": "https://a.espncdn.com/photo/2026/0602/r1667022_1296x864_3-2.jpg",
                "headline": "NRL midweek mail R14: Mixed injury news for Bulldogs",
                "description": "We're rounding the halfway point of the NRL season in between Games I and II of State of Origin and, as ever, there is plenty happening around the clubs. Isaac Issa has it covered in his Midweek Mail."
            },
            {
                "link": "https://www.espn.com/nrl/story/_/id/48960256/nrl-2026-season-rankings-june-
…