Skip to content
GET /v1/tag

Newest coubs for a tag

Try it live

10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.

Custom headers (optional)
api.oanor.com/coub-api

It works. Grab an API key and use it in your project.

Get an API key

Code snippets

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

Example response

A real response from this endpoint, captured by the latest health check.

{
    "data": {
        "tag": "cats",
        "page": 1,
        "coubs": [
            {
                "id": 254867619,
                "url": "https://coub.com/view/4b0g25",
                "tags": [
                    "kitten",
                    "cats",
                    "american shorthair"
                ],
                "likes": 7,
                "title": "American Shorthair kitten",
                "views": 2299,
                "images": {
                    "large": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/4c308ada3d3/ad0b51c46526d657a1413/big_1780716408_00032.jpg",
                    "small": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/4c308ada3d3/ad0b51c46526d657a1413/small_1780716408_00032.jpg",
                    "medium": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/4c308ada3d3/ad0b51c46526d657a1413/med_1780716408_00032.jpg"
                },
                "channel": {
                    "title": "Couber1776480831",
                    "permalink": "petzlover-com"
                },
                "recoubs": 1,
                "permalink": "4b0g25",
                "created_at": "2026-06-06T03:26:35Z",
                "duration_sec": 10
            },
            {
                "id": 254864183,
                "url": "https://coub.com/view/4b0dep",
                "tags": [
                    "meme",
                    "memes",
                    "lol",
                    "fun",
                    "funny",
                    "cat",
                    "cats",
                    "cat meme",
                    "cat memes",
                    "music",
                    "animal",
                    "animals",
                    "coub",
                    "мемы",
                    "приколы",
                    "кот",
                    "мем",
                    "dance",
                    "dancing",
                    "edit"
                ],
                "likes": 123,
                "title": "/ᐠ - ˕ -マ",
                "views": 7610,
                "images": {
                    "large": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/8a3f26b6bb5/0e424535bb99aace27df8/big_1780671529_00028.jpg",
                    "small": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/8a3f26b6bb5/0e424535bb99aace27df8/small_1780671529_00028.jpg",
                    "medium": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/8a3f26b6bb5/0e424535bb99aace27df8/med_1780671529_00028.jpg"
                },
                "channel": {
                    "title": " little otaku",
                    "permalink": "littleotaku"
                },
                "recoubs": 17,
                "permalink": "4b0dep",
                "created_at": "2026-06-05T13:01:28Z",
                "duration_sec": 8.64
            },
            {
                "id": 254858394,
…