/v1/tag
Newest coubs for a tag
Pruébalo en vivo
10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.
Funciona. Consigue una clave API y úsala en tu proyecto.
Obtener una clave APIFragmentos de código
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_..."}
)
Respuesta de ejemplo
Una respuesta real de este endpoint, capturada en la última comprobación de estado.
{
"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,
…