Zum Inhalt springen
GET /v1/news

Tennis news

Live testen

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

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

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

API-Key holen

Code-Snippets

curl "https://api.oanor.com/tennislive-api/v1/news" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/tennislive-api/v1/news", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/tennislive-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/tennislive-api/v1/news",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

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

{
    "data": {
        "tour": "atp",
        "count": 6,
        "articles": [
            {
                "link": "https://www.espn.com/video/clip/_/id/48994638/zverev-wins-first-grand-slam-title-five-set-thriller",
                "image": "https://a.espncdn.com/media/motion/2026/0607/dm_260607_Tennis_Highlight_Zverev_wins_his_first_Grand_Slam_title_in_five_set_thriller_20260608_AUS_ONLY/dm_260607_Tennis_Highlight_Zverev_wins_his_first_Grand_Slam_title_in_five_set_thriller_20260608_AUS_ONLY.jpg",
                "headline": "Zverev wins his first Grand Slam title in five-set thriller",
                "published": "2026-06-07T21:51:57Z",
                "description": "Alexander Zverev defeats Flavio Cobolli in the 2026 Roland-Garros men's final to claim his maiden Grand Slam championship."
            },
            {
                "link": "https://www.espn.com/video/clip/_/id/48994311/alexander-zverev-reflects-winning-french-open",
                "image": "https://a.espncdn.com/media/motion/2026/0607/dm_260607_Alexander_Zverev_reflects_after_winning_French_Open/dm_260607_Alexander_Zverev_reflects_after_winning_French_Open.jpg",
                "headline": "Alexander Zverev reflects after winning French Open",
                "published": "2026-06-07T21:08:37Z",
                "description": "Alexander Zverev reflects after winning French Open"
            },
            {
                "link": "https://www.espn.com/tennis/story/_/id/48992839/french-open-champion-alexander-sasha-zverev-flavio-cobolli-men-final",
                "image": "https://a.espncdn.com/photo/2026/0607/r1669464_1296x729_16-9.jpg",
                "headline": "French Open: How Alexander Zverev finally won a major title",
                "published": "2026-06-07T21:12:44Z",
                "description": "Facing a wide-open field, Zverev captured his first Grand Slam title -- something he might have doubted would ever happen."
            },
            {
                "link": "https://www.espn.com/tennis/story/_/id/48992847/alexander-zverev-wins-french-open-claims-1st-grand-slam-title",
                "image": "https://a.espncdn.com/photo/2026/0607/r1669428_1296x729_16-9.jpg",
                "headline": "Alexander Zverev wins French Open, finally claims 1st Grand Slam title",
                "published": "2026-06-07T21:37:50Z",
                "description": "Alexander Zverev beat Flavio Cobolli 6-1, 4-6, 6-4, 6-7 (5), 6-1 to win the French Open title."
            },
            {
                "link": "https://www.espn.com/tennis/story/_/id/48701878/french-open-2026-how-watch-schedule-prize-money-brit-watch",
                "image": "https://a.espncdn.com/photo/2026/0511/r1656759_1296x729_16-9.jpg",
                "headline": "French Open 2026: How to watch in the UK, schedule, prize money, Brit watch",
                "published": "2026-06-07T12:04:50Z",
                "description": "Find out all you need to know about the 2026 French Open in the UK
…