v2

latestOpenAPI 3.1.02026-08-07262688.0 KB
Videos

Get 1 video

Get a video by its ID.

get/vids/{video_id}

Query parameters

fieldsstring[]

List of fields to retrieve. Example: fields=title&fields=description

List of fields to retrieve. Example: fields=title&fields=description

Response

Successful Response

video_idstring nullable
srcstring nullable

URL del vídeo original.

thumbnail_urlstring nullable

Nombre canónico backend para la miniatura del vídeo.

preview_urlstring nullable

Nombre canónico backend para el preview reproducible del vídeo.

img_srcstring nullable

Alias temporal de compatibilidad frontend para thumbnail_url.

img_zoomstring nullable

Alias temporal de compatibilidad frontend para preview_url.

datestring nullable

Fecha del vídeo en formato YYYY-MM-DD.

locationstring nullable

Localización descriptiva del vídeo.

citystring nullable

Ciudad.

countrystring nullable

País.

eventstring nullable

Evento relacionado.

authorstring nullable

Autor o creador.

providerstring nullable

Proveedor o agencia.

keywordsstring[] nullable

Palabras clave.

categoriesstring[] nullable

Categorías.

collectionsstring[] nullable

Colecciones.

titlestring nullable

Título.

headlinestring nullable

Titular.

descriptionstring nullable

Descripción.

alt_textstring nullable

Texto alternativo.

statusstring nullable

Estado editorial del vídeo.

mediumstring nullable

Medio o tipo editorial.

ai_generatedboolean nullable

Indica si fue generado por IA.

model_releaseboolean nullable

Indica si tiene model release.

property_releaseboolean nullable

Indica si tiene property release.

nsfwboolean nullable

Indica si está marcado como NSFW.

containerstring nullable

Contenedor del vídeo, por ejemplo MP4.

codec_videostring nullable

Codec de vídeo, por ejemplo H264.

codec_audiostring nullable

Codec de audio, por ejemplo AAC.

heightinteger nullable

Alto del vídeo.

widthinteger nullable

Ancho del vídeo.

aspect_rationumber nullable

Aspect ratio del vídeo.

fpsnumber nullable

Frames por segundo.

duration_secsnumber nullable

Duración del vídeo en segundos.

idstring nullable

Identificador único del vídeo.

Example response

{
  "thumbnail_url": "https://cdn.example.com/video/thumb.jpg",
  "preview_url": "https://cdn.example.com/video/preview.mp4",
  "img_src": "https://cdn.example.com/video/thumb.jpg",
  "img_zoom": "https://cdn.example.com/video/preview.mp4",
  "date": "2024-10-19"
}