Zum Inhalt springen
GET /v1/top

Most-viewed articles for a day

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "top": [
            {
                "rank": 4,
                "title": "Obsession (2025 film)",
                "views": 291972,
                "article": "Obsession_(2025_film)"
            },
            {
                "rank": 5,
                "title": "2026 Peruvian general election",
                "views": 281754,
                "article": "2026_Peruvian_general_election"
            },
            {
                "rank": 6,
                "title": "2026 FIFA World Cup",
                "views": 264644,
                "article": "2026_FIFA_World_Cup"
            },
            {
                "rank": 7,
                "title": "Backrooms (film)",
                "views": 174832,
                "article": "Backrooms_(film)"
            },
            {
                "rank": 8,
                "title": "Alexander Zverev",
                "views": 163973,
                "article": "Alexander_Zverev"
            },
            {
                "rank": 9,
                "title": "Masters of the Universe (2026 film)",
                "views": 155937,
                "article": "Masters_of_the_Universe_(2026_film)"
            },
            {
                "rank": 10,
                "title": "Christian Eriksen",
                "views": 139845,
                "article": "Christian_Eriksen"
            },
            {
                "rank": 11,
                "title": "Deaths in 2026",
                "views": 132986,
                "article": "Deaths_in_2026"
            },
            {
                "rank": 12,
                "title": "Peddi",
                "views": 128308,
                "article": "Peddi"
            },
            {
                "rank": 13,
                "title": "79th Tony Awards",
                "views": 127279,
                "article": "79th_Tony_Awards"
            },
            {
                "rank": 14,
                "title": "Killing of Rachel Nickell",
                "views": 117991,
                "article": "Killing_of_Rachel_Nickell"
            },
            {
                "rank": 15,
                "title": "Spencer Pratt",
                "views": 116916,
                "article": "Spencer_Pratt"
            },
            {
                "rank": 16,
                "title": "Scary Movie (2026 film)",
                "views": 114201,
                "article": "Scary_Movie_(2026_film)"
            },
            {
                "rank": 17,
                "title": "Stacey King",
                "views": 110003,
                "article": "Stacey_King"
            },
            {
                "rank": 18,
                "title": "Inde Navarrette",
                "views": 105410,
                "article": "Inde_Navarrette"
            },
            {
                "rank": 19,
                "title": "ChatGPT",
                "views": 105017,
                "article": "ChatGPT"
            },
            {
         
…