Hitorino Videos API — List and Retrieve On-Demand Videos
Browse Hitorino on-demand video content. Filter by creator or category, paginate with cursors, and access full video metadata including playback URLs.
The Videos API gives you access to Hitorino’s library of on-demand content — recordings of past streams, uploaded videos, and highlight clips published by creators. You can use these endpoints to build video galleries, embed content in external sites, or sync Hitorino video metadata into your own database. All responses follow the standard Hitorino JSON format described in the API Overview.
{ "data": [ { "id": "vid_01HVID1234", "title": "Building a REST API in Go — Full Session", "description": "Three-hour deep dive into building a production-ready REST API using Go and PostgreSQL.", "category": "coding", "creator_id": "usr_01HABC5678", "duration_seconds": 10842, "view_count": 3820, "privacy": "public", "thumbnail_url": "https://cdn.hitorino.tv/thumbnails/vid_01HVID1234.jpg", "video_url": "https://watch.hitorino.tv/videos/vid_01HVID1234", "source_stream_id": "str_01HXYZ1234", "published_at": "2024-06-11T08:00:00Z", "created_at": "2024-06-10T23:00:00Z" } ], "pagination": { "next_cursor": "cur_01HVID9999", "has_more": true }}
HLS manifest URL for direct video playback. You can pass this to a compatible player (e.g., HLS.js, Video.js) to embed the video in your own application.