Zum Inhalt springen
GET /v1/search

Full-text search a wiki's articles

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "wiki": "marvel",
        "count": 10,
        "query": "spider",
        "source": "Fandom",
        "results": [
            {
                "url": "https://marvel.fandom.com/wiki/Spider",
                "title": "Spider",
                "page_id": 43728,
                "snippet": null,
                "last_edit": "2026-06-03T20:22:21Z",
                "size_bytes": 19213,
                "word_count": 2114
            },
            {
                "url": "https://marvel.fandom.com/wiki/Spider-Totems",
                "title": "Spider-Totems",
                "page_id": 906646,
                "snippet": null,
                "last_edit": "2026-05-03T01:43:53Z",
                "size_bytes": 14373,
                "word_count": 1871
            },
            {
                "url": "https://marvel.fandom.com/wiki/Spider_Society_(Earth-616)",
                "title": "Spider Society (Earth-616)",
                "page_id": 35887,
                "snippet": null,
                "last_edit": "2026-04-29T11:03:02Z",
                "size_bytes": 7389,
                "word_count": 1020
            },
            {
                "url": "https://marvel.fandom.com/wiki/Spiders-Man_(Earth-11580)",
                "title": "Spiders-Man (Earth-11580)",
                "page_id": 1220105,
                "snippet": null,
                "last_edit": "2026-05-02T13:49:29Z",
                "size_bytes": 8153,
                "word_count": 1031
            },
            {
                "url": "https://marvel.fandom.com/wiki/Spider-Virus",
                "title": "Spider-Virus",
                "page_id": 884775,
                "snippet": null,
                "last_edit": "2025-07-30T20:04:06Z",
                "size_bytes": 5577,
                "word_count": 706
            },
            {
                "url": "https://marvel.fandom.com/wiki/Spider-Verse",
                "title": "Spider-Verse",
                "page_id": 710781,
                "snippet": null,
                "last_edit": "2026-04-11T23:47:07Z",
                "size_bytes": 34003,
                "word_count": 3860
            },
            {
                "url": "https://marvel.fandom.com/wiki/Spider-Man",
                "title": "Spider-Man",
                "page_id": 8190,
                "snippet": null,
                "last_edit": "2026-05-31T00:19:52Z",
                "size_bytes": 40491,
                "word_count": 4562
            },
            {
                "url": "https://marvel.fandom.com/wiki/Maybelle_Parker_(Earth-3123)",
                "title": "Maybelle Parker (Earth-3123)",
                "page_id": 174523,
                "snippet": null,
                "last_edit": "2026-04-30T13:52:39Z",
                "size_bytes": 7582,
                "word_count": 886
            },
            {
                "url": "https://marvel.fandom.com/wiki/Radioactive_Spider",
                "title": "Radioactive Spider
…