Ir al contenido
GET /v1/search

Search channels

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/arena-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

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_..."}
)

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "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
…