Vegamovies Rest
Instead of searching for pirate REST endpoints, use legitimate streaming services:
| Endpoint | Method | Request Parameters | Response | | --- | --- | --- | --- | | /movies | GET | None | JSON array of movie objects | | /movies/id | GET | id (movie ID) | JSON movie object | | /movies/search | GET | query (search query) | JSON array of movie objects | | /tvshows | GET | None | JSON array of TV show objects | | /tvshows/id | GET | id (TV show ID) | JSON TV show object | vegamovies rest
A movie-oriented REST API commonly includes endpoints such as: Instead of searching for pirate REST endpoints, use