/v1/explore
Trending coubs
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/coub-api/v1/explore" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/coub-api/v1/explore", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/coub-api/v1/explore");
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/explore",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"page": 1,
"coubs": [
{
"id": 254865142,
"url": "https://coub.com/view/4b0e5c",
"tags": [
"ingrid hunnigan"
],
"likes": 32,
"title": "always in touch",
"views": 3944,
"images": {
"large": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/0a24cd24eb2/105b53a824752d41f824f/big_1780677899_00032.jpg",
"small": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/0a24cd24eb2/105b53a824752d41f824f/small_1780677899_00032.jpg",
"medium": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/0a24cd24eb2/105b53a824752d41f824f/med_1780677899_00032.jpg"
},
"channel": {
"title": "TBOP4ECTBO",
"permalink": "tbop4ectbo-001"
},
"recoubs": 4,
"permalink": "4b0e5c",
"created_at": "2026-06-05T16:44:29Z",
"duration_sec": 10
},
{
"id": 254884608,
"url": "https://coub.com/view/4b0t62",
"tags": [],
"likes": 17,
"title": " ",
"views": 3776,
"images": {
"large": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/35ba960152f/2b80f870e739683e2b81d/big_1780951889_00032.jpg",
"small": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/35ba960152f/2b80f870e739683e2b81d/small_1780951889_00032.jpg",
"medium": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/35ba960152f/2b80f870e739683e2b81d/med_1780951889_00032.jpg"
},
"channel": {
"title": " STITCH ",
"permalink": "stitch31"
},
"recoubs": 6,
"permalink": "4b0t62",
"created_at": "2026-06-08T20:51:16Z",
"duration_sec": 10
},
{
"id": 254883392,
"url": "https://coub.com/view/4b0s8a",
"tags": [
"backrooms",
"romanceplanet backrooms dance hardstyle",
"animation",
"@keggi0",
"the backrooms"
],
"likes": 67,
"title": "Lost In The Backrooms ",
"views": 6297,
"images": {
"large": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/f8e52d67711/82d54208eb6396db9bc1d/big_1780942052_00022.jpg",
"small": "https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_image/f8e52d67711/82d542
…