MyVidster - collect the videos you love
MyVidster API gives developers programmatic access to MyVidster video bookmark data, user profiles, channels, collections, and authenticated video management tools. Use this API to search and retrieve public video bookmarks, fetch user profile data, browse videos saved by a specific user, bookmark new videos into a MyVidster account, update metadata, organize content into channels or…
MyVidster - collect the videos you love endpoints
| Method | Endpoint | Description |
|---|---|---|
| Status | ||
| GET |
getStatus /api/v1.php |
Check whether the MyVidster API is available. |
| GET |
getStatusFriendly /api/v1.php?action=status |
Check whether the MyVidster API is available. |
| Videos | ||
| POST |
bookmarkVideo /api/v1.php?action=bookmark_video |
Bookmark a new video by providing the URL to the video's web page. |
| GET |
getVideos /api/v1.php?action=videos |
Search public videos or fetch recent videos. |
| POST |
updateVideo /api/v1.php?action=update_video |
Update a video owned by the authenticated user. Omitted fields keep their current values. |
| POST |
removeVideo /api/v1.php?action=remove_video |
Soft-delete a video owned by the authenticated user and remove it from public API reads. |
| GET |
getVideo /api/v1.php?action=video |
Fetch one video by id. Public reads return videos with private values 0 and 2. Private owner-only videos require the owner user_id and a valid token/api_key. |
| Users | ||
| GET |
getUserProfile /api/v1.php?action=user |
Fetch a public MyVidster user profile by username. |
| GET |
getUserVideos /api/v1.php?action=user_videos |
Fetch videos for a MyVidster user. Public reads return videos with private values 0 and 2. Private owner-only videos require the owner user_id and a valid token/api_key. |
| Channels | ||
| POST |
updateChannel /api/v1.php?action=update_channel |
Update a channel owned by the authenticated user. Omitted fields keep their current values. |
| Collections | ||
| POST |
updateCollection /api/v1.php?action=update_collection |
Update a collection owned by the authenticated user. Omitted fields keep their current values. |
MyVidster - collect the videos you love pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|