An open API service indexing awesome lists of open source software.

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

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