https://github.com/yaanno/tvmaze-rs
WIP ~~> Experimenting with the TVMaze API in Rust
https://github.com/yaanno/tvmaze-rs
rust tvmaze-api
Last synced: 11 months ago
JSON representation
WIP ~~> Experimenting with the TVMaze API in Rust
- Host: GitHub
- URL: https://github.com/yaanno/tvmaze-rs
- Owner: yaanno
- Created: 2023-07-02T10:15:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T13:43:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T13:13:55.815Z (over 1 year ago)
- Topics: rust, tvmaze-api
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TVMaze Api
## Schedule
- https://api.tvmaze.com/schedule, episodes lookup: web and tv mixed (https://www.tvmaze.com/api#schedule)
- https://api.tvmaze.com/schedule/web, episodes lookup: web only (https://www.tvmaze.com/api#web-schedule)
- https://api.tvmaze.com/schedule/full, all episodes, large!
## TODO
- https://api.tvmaze.com/search/shows?q=girls, search
- schedule by day, and by country
- https://api.tvmaze.com/shows/1, show item
- https://api.tvmaze.com/episodes/1, episode item