Ir al contenido
GET /v1/channel-videos

The videos a channel has uploaded

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/bitchute-api

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

Obtener una clave API

Fragmentos de código

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

Respuesta de ejemplo

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

{
    "data": {
        "note": "The videos uploaded by a BitChute channel, each with its view count, duration and publish date — the channel's catalogue (complements /v1/channel, which gives its profile stats). Pass channel_id, offset and limit (1-50). Live, cached ~60s.",
        "count": 20,
        "offset": 0,
        "source": "BitChute public web API (api.bitchute.com/api/beta/channel/videos), keyless",
        "videos": [
            {
                "title": "The Nature of Human Consciousness with John Searle (1932 - 2025)",
                "views": 96445,
                "channel": null,
                "duration": "30:53",
                "video_id": "TYh7BK6TvhRY",
                "published": "2026-06-06T12:05:18.855426Z",
                "video_url": "https://www.bitchute.com/video/TYh7BK6TvhRY/",
                "channel_id": null,
                "sensitivity": "normal",
                "thumbnail_url": "https://static-3.bitchute.com/live/cover_images/fTzVj56OqPoQ/TYh7BK6TvhRY_640x360.jpg"
            },
            {
                "title": "Tucker Carlson & Prof. Jiang Xueqin | How this war is likely to go  | Mar. 20, 2026",
                "views": 702,
                "channel": null,
                "duration": "1:08:13",
                "video_id": "ToaMXwT8PSvq",
                "published": "2026-03-20T17:27:57.052945Z",
                "video_url": "https://www.bitchute.com/video/ToaMXwT8PSvq/",
                "channel_id": null,
                "sensitivity": "normal",
                "thumbnail_url": "https://static-3.bitchute.com/live/cover_images/fTzVj56OqPoQ/ToaMXwT8PSvq_640x360.jpg"
            },
            {
                "title": "Tucker Carlson | Joe Kent on why we actually went to war with Iran | Mar. 19, 2026",
                "views": 493,
                "channel": null,
                "duration": "2:05:41",
                "video_id": "iQBVxbhzCJV3",
                "published": "2026-03-20T07:16:07.786980Z",
                "video_url": "https://www.bitchute.com/video/iQBVxbhzCJV3/",
                "channel_id": null,
                "sensitivity": "normal",
                "thumbnail_url": "https://static-3.bitchute.com/live/cover_images/fTzVj56OqPoQ/iQBVxbhzCJV3_640x360.jpg"
            },
            {
                "title": "Pepe Escobar | Golden Corridor | Full Documentary | Feb. 18, 2026",
                "views": 2727,
                "channel": null,
                "duration": "52:06",
                "video_id": "EMCSx9xXxuF5",
                "published": "2026-02-20T10:31:46.640257Z",
                "video_url": "https://www.bitchute.com/video/EMCSx9xXxuF5/",
                "channel_id": null,
                "sensitivity": "normal",
                "thumbnail_url": "https://static-3.bitchute.com/live/cover_images/fTzVj56OqPoQ/EMCSx9xXxuF5_640x360.jpg"
            },
            {
                "title": "Dark Journalist on InfoWars | Epstein Coverup, Atlantis Files | Feb. 18, 2026
…