example-data.com

videos / #180

Vulnus minima deporto trucido

Vulnus minima deporto trucido

Vulgus sint viduo odit bene vehemens at modi. Amoveo apto adhaero cogo cognomen commemoro.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/videos/180" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/videos/180"
);
const video = await res.json();
import type { Video } from "https://example-data.com/types/videos.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/videos/180"
);
const video = (await res.json()) as Video;
import requests

res = requests.get(
    "https://example-data.com/api/v1/videos/180"
)
video = res.json()
{
  "id": 180,
  "userId": 218,
  "title": "Vulnus minima deporto trucido",
  "slug": "vulnus-minima-deporto-trucido-180",
  "description": "Vulgus sint viduo odit bene vehemens at modi. Amoveo apto adhaero cogo cognomen commemoro.",
  "videoUrl": "https://example.com/videos/180.mp4",
  "thumbnailUrl": "https://picsum.photos/seed/video-180/1280/720",
  "durationSeconds": 3176,
  "viewCount": 103906,
  "likeCount": 1135,
  "isPublic": true,
  "publishedAt": "2023-07-22T07:49:47.387Z",
  "createdAt": "2023-07-21T18:45:47.809Z"
}
Draftbit