Automate TVmaze user
HumDay reads TVmaze user’s own published API description and derives 42 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What TVmaze user is
Access to the user API is only possible for users with a [premium](http://www.tvmaze.com/premium) account. A user can only access their own user data. Authentication uses HTTP Basic. Use the TVmaze username as authentication username, and the TVmaze API key as authentication password. Your API key can be found on your [dashboard](http://www.tvmaze.com/dashboard). To try out these API calls from th
API host: api.tvmaze.com
What HumDay can do in TVmaze user
24 documented operations change something in TVmaze user.
- POSTCreate a new tag
/user/tags - DELETEDelete a specific tag
/user/tags/{tag_id} - PATCHUpdate a specific tag
/user/tags/{tag_id} - DELETEUnmark an episode
/user/episodes/{episode_id} - PUTMark an episode
/user/episodes/{episode_id} - POSTPoll whether an authentication request was confirmed
/auth/poll - POSTStart an authentication request
/auth/start - POSTMark episodes within a show as acquired or watched based on their attributes
/scrobble/shows - POSTMark episodes as acquired or watched based on their IDs
/scrobble/episodes - DELETERemove a show vote
/user/votes/shows/{show_id} - PUTVote for a show
/user/votes/shows/{show_id} - DELETEUnfollow a show
/user/follows/shows/{show_id} - PUTFollow a show
/user/follows/shows/{show_id} - DELETEUnfollow a person
/user/follows/people/{person_id} - PUTFollow a person
/user/follows/people/{person_id} - DELETERemove an episode vote
/user/votes/episodes/{episode_id} - PUTVote for an episode
/user/votes/episodes/{episode_id} - DELETEUnfollow a network
/user/follows/networks/{network_id} - PUTFollow a network
/user/follows/networks/{network_id} - DELETEUnfollow a webchannel
/user/follows/webchannels/{webchannel_id} - PUTFollow a webchannel
/user/follows/webchannels/{webchannel_id} - DELETEUntag a show
/user/tags/{tag_id}/shows/{show_id} - PUTTag a show
/user/tags/{tag_id}/shows/{show_id} - PUTMark an episode as acquired or watched based on its ID
/scrobble/episodes/{episode_id}
What HumDay can read from TVmaze user
These are the operations a schedule or a trigger can watch.
- GETList all tags
/user/tags - GETList the marked episodes
/user/episodes - GETList the shows voted for
/user/votes/shows - GETList the followed shows
/user/follows/shows - GETList the followed people
/user/follows/people - GETList the episodes voted for
/user/votes/episodes - GETList the followed networks
/user/follows/networks - GETList the followed webchannels
/user/follows/webchannels - GETList all shows under this tag
/user/tags/{tag_id}/shows - GETList watched and acquired episodes for a show
/scrobble/shows/{show_id} - GETCheck if an episode is marked
/user/episodes/{episode_id} - GETValidate your authentication credentials
/auth/validate - GETCheck if a show is voted for
/user/votes/shows/{show_id} - GETCheck if a show is followed
/user/follows/shows/{show_id} - GETCheck if a person is followed
/user/follows/people/{person_id} - GETCheck if an episode is voted for
/user/votes/episodes/{episode_id} - GETCheck if a network is followed
/user/follows/networks/{network_id} - GETCheck if a webchannel is followed
/user/follows/webchannels/{webchannel_id}
How automating TVmaze user works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live TVmaze user account.
- Grant access, then go live. You approve the specific TVmaze user operations it may use — and only those.
Popular TVmaze user integrations
Connect TVmaze user to the tools people pair it with most.
- TVmaze user and OData for namespace microsoft.graphintegration
- TVmaze user and Cloudflareintegration
- TVmaze user and NetBoxintegration
- TVmaze user and GitHubintegration
- TVmaze user and Mistintegration
- TVmaze user and Loket.nlintegration
- TVmaze user and Atlassian The Jira Cloud platformintegration
- TVmaze user and Magento B2Bintegration
- TVmaze user and Stripeintegration
- TVmaze user and Zuora Reference Billingintegration
- TVmaze user and bunqintegration
- TVmaze user and DocuSignintegration
Automate TVmaze user with these
- Google Compute Engine694 operations
- Jellyfin379 operations
- OpenAI273 operations
- Evetech EVE Swagger Interface206 operations
- Google Campaign Manager 360205 operations
- Google Content for Shopping175 operations
- Google Display & Video 360151 operations
- Bungie.Net134 operations
- VocaDbWeb127 operations
- Google Admin SDK122 operations
- Google Apigee109 operations
- Shutterstock Explorer109 operations
Categories
Questions about TVmaze user automation
- Can HumDay connect to TVmaze user?
- Yes. HumDay reads TVmaze user's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 42 operations are documented.
- Do I need to write code to automate TVmaze user?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your TVmaze user account.
- What can HumDay do in TVmaze user?
- 24 of the 42 documented operations change something in TVmaze user, and 18 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my TVmaze user account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to TVmaze user is held behind that approval.
Where this came from
The operations above are read from a published API description for TVmaze user at static.tvmaze.com/apidoc/v1.yaml. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.