A client written in .NET/C# for the TVmaze API - https://www.tvmaze.com/api
var client = new TvMazeClient();
// Search for shows
var searchResult = client.Search.ShowSearchAsync("query");
// Get show main information
var showInformation = client.Shows.GetShowMainInformationAsync(showId);
Endpoint | Status |
---|---|
Show Search | ✅ |
Show Single Search | ✅ |
Show Lookup | ✅ |
People Search | ❌ |
Endpoint | Status |
---|---|
Web/Stream Schedule | ❌ |
Full Schedule | ✅ |
Endpoint | Status |
---|---|
Show Main Information | ✅ |
Show Episode List | ✅ |
Show Alternate List | ❌ |
Episode By Number | ✅ |
Episodes By Date | ✅ |
Show Seasons | ✅ |
Season Episodes | ✅ |
Show Cast | ✅ |
Show Crew | ✅ |
Show AKA's | ✅ |
Show Images | ✅ |
Show Index | ✅ |
Endpoint | Status |
---|---|
Episode Main Information | ✅ |
Episode Guest Cast | ❌ |
Episode Guesst Crew | ❌ |
Endpoint | Status |
---|---|
Person Main Information | ❌ |
Person Cast Credits | ❌ |
Person Crew Credits | ❌ |
Person Guest Cast Credits | ❌ |
Person Index | ❌ |
Endpoint | Status |
---|---|
Show Updates | ✅ |
Person Updates | ❌ |