Zum Inhalt springen
GET /v1/community

A community/category feed

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "page": 1,
        "coubs": [
            {
                "id": 254911708,
                "url": "https://coub.com/view/4b1e2u",
                "tags": [
                    "game",
                    "call of duty modern warfare remastered",
                    "music",
                    "void - zyzz ultra slowed",
                    "coub game",
                    "coub of the day",
                    "coub",
                    "wine coub team",
                    "psycho miside"
                ],
                "likes": 3,
                "title": "ᴄᴏᴅ ᴍᴡ ʀᴇ | ᴇᴅɪᴛ",
                "views": 92,
                "images": {
                    "large": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/82f45004820/fe3f18416644a8f743c96/big_1781358972_00030.jpg",
                    "small": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/82f45004820/fe3f18416644a8f743c96/small_1781358972_00030.jpg",
                    "medium": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/82f45004820/fe3f18416644a8f743c96/med_1781358972_00030.jpg"
                },
                "channel": {
                    "title": "ᴘsʏᴄʜᴏ ᴍɪsɪᴅᴇ ",
                    "permalink": "psychomiside"
                },
                "recoubs": 1,
                "permalink": "4b1e2u",
                "created_at": "2026-06-13T13:47:29Z",
                "duration_sec": 9.36
            },
            {
                "id": 254910766,
                "url": "https://coub.com/view/4b1dco",
                "tags": [
                    "以尘动画,原神"
                ],
                "likes": 3,
                "title": "【荧】电风扇换装2",
                "views": 265,
                "images": {
                    "large": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/8c3f5e06b47/3fafa7468467962845404/big_1781349578_00032.jpg",
                    "small": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/8c3f5e06b47/3fafa7468467962845404/small_1781349578_00032.jpg",
                    "medium": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/8c3f5e06b47/3fafa7468467962845404/med_1781349578_00032.jpg"
                },
                "channel": {
                    "title": "韩立(Han Li‌)",
                    "permalink": "cctv123.com"
                },
                "recoubs": 0,
                "permalink": "4b1dco",
                "created_at": "2026-06-13T11:19:13Z",
                "duration_sec": 10
            },
            {
                "id": 254910760,
                "url": "https://coub.com/view/4b1dci",
                "tags": [
                    "the forever winter",
                    "ядерная зима",
                    "война",
                    "war",
                    "безнадежность"
                ],
                "likes": 2,
                "title": "The Forever Winter",
   
…