Files
astro-website/site/tests/fixtures/youtube-videos.json
Santhosh Janardhanan af112a713c
Some checks failed
ci / site (push) Has been cancelled
Initial commit - but way too late.
2026-02-10 00:22:18 -05:00

14 lines
286 B
JSON

{
"items": [
{
"id": "abc123",
"snippet": {
"title": "API Video One",
"publishedAt": "2026-02-09T12:34:56Z",
"thumbnails": { "high": { "url": "https://img.example.com/1.jpg" } }
},
"statistics": { "viewCount": "12345" }
}
]
}