Movie Details API
**Main functions * *: -Video List Query: Supports filtering videos based on various criteria such as category, year, completion status, etc -* * Video Details Acquisition * *: Obtain detailed information of a single or multiple videos based on the video ID -* * Keyword Search * *: Supports fuzzy search for video names -* * Time Range Filtering * *: Can query videos updated within a specified…
Movie Details API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Latest Video List /api.php/provide/vod |
Get the latest video list for page 1 (sorted by update time in descending order by default) |
| GET |
Filter by Category /api.php/provide/vod |
Get video list with category ID 1 |
| GET |
Search Videos /api.php/provide/vod |
Search for videos containing "战狼" in the name |
| GET |
Filter by Year /api.php/provide/vod |
Get videos from 2024 |
| GET |
Year Range Filter /api.php/provide/vod |
Get videos from 2020 to 2024 |
| GET |
Filter Completed Videos /api.php/provide/vod |
Get completed videos |
| GET |
Get Videos Updated in Last 24 Hours /api.php/provide/vod |
Get videos updated in the last 24 hours |
| GET |
Get Videos by Specific IDs /api.php/provide/vod |
Get video details for IDs 123, 456, 789 |
| GET |
Combined Query /api.php/provide/vod/ |
Get video list with category ID 1, year 2024, and completed status |