Zum Inhalt springen
GET /v1/search

Search channels

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "page": 1,
        "count": 20,
        "query": "design",
        "channels": [
            {
                "id": 239979,
                "url": "https://www.are.na/eric-sfgvsihnveq/type-design-oia6ttn-5e0",
                "nsfw": false,
                "open": false,
                "slug": "type-design-oia6ttn-5e0",
                "user": {
                    "name": "Eric ~",
                    "slug": "eric-sfgvsihnveq"
                },
                "title": "Type Design",
                "length": 8993,
                "status": "closed",
                "followers": 1717,
                "created_at": "2018-09-09T16:14:54.845Z",
                "updated_at": "2026-06-08T22:17:15.809Z"
            },
            {
                "id": 239980,
                "url": "https://www.are.na/eric-sfgvsihnveq/graphic-design-rvbh_juj1ds",
                "nsfw": false,
                "open": false,
                "slug": "graphic-design-rvbh_juj1ds",
                "user": {
                    "name": "Eric ~",
                    "slug": "eric-sfgvsihnveq"
                },
                "title": "Graphic Design",
                "length": 11350,
                "status": "closed",
                "followers": 1861,
                "created_at": "2018-09-09T16:15:32.937Z",
                "updated_at": "2026-06-09T02:05:29.424Z"
            },
            {
                "id": 27500,
                "url": "https://www.are.na/paul-gacon/book-design--3",
                "nsfw": false,
                "open": false,
                "slug": "book-design--3",
                "user": {
                    "name": "Paul Gacon",
                    "slug": "paul-gacon"
                },
                "title": "Book Design",
                "length": 645,
                "status": "closed",
                "followers": 834,
                "created_at": "2015-02-17T13:03:36.111Z",
                "updated_at": "2026-06-08T21:32:30.321Z"
            },
            {
                "id": 163703,
                "url": "https://www.are.na/willie-ip/design-documentation",
                "nsfw": false,
                "open": true,
                "slug": "design-documentation",
                "user": {
                    "name": "Willie Ip",
                    "slug": "willie-ip"
                },
                "title": "Design Documentation",
                "length": 1669,
                "status": "public",
                "followers": 821,
                "created_at": "2018-03-15T20:12:00.929Z",
                "updated_at": "2026-06-08T10:50:26.347Z"
            },
            {
                "id": 184595,
                "url": "https://www.are.na/mischa-appel/editorial-design-1524596582",
                "nsfw": false,
                "open": false,
                "slug": "editorial-design-1524596582",
                "user": {
                    "name": "Mischa Appel",
                    "sl
…