Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TVmaze tagged shows API

The tagged shows API from TVmaze — 4 operation(s) for tagged shows.

TVmaze tagged shows API is one of 17 APIs that TVmaze publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 32 JSON Schema definitions.

Tagged areas include tagged shows. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, rate-limit docs, authentication docs, pricing, and 32 JSON Schemas.

This API exposes 7 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against 2 base URLs: https://api.tvmaze.com/v1, http://api.tvmaze.com/v1.

7 operations 4 paths 3 schemas 2 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.tvmaze.com
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

TVmaze tagged shows API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (usertoken). By default, every request must be authenticated.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

tagged shows 7
GET
/user/tags
List All Tags
→ 200
POST
/user/tags
Create a New Tag
body → 200422
DELETE
/user/tags/{tag_id}
Delete a Specific Tag
1 param → 200404
PATCH
/user/tags/{tag_id}
Update a Specific Tag
1 param body → 200404422
GET
/user/tags/{tag_id}/shows
List All Shows Under This Tag
2 params → 200404
DELETE
/user/tags/{tag_id}/shows/{show_id}
Untag a Show
2 params → 200404
PUT
/user/tags/{tag_id}/shows/{show_id}
Tag a Show
2 params → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Tag (2 properties), TagInstance (2 properties). Each schema is shown below with its type and property counts.

Show
object
TagInstance
object
2 properties
Tag
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tvmaze-tagged-shows-api-openapi.yml Raw ↑

Other APIs TVmaze publishes across the network.

TVmaze auth API
TVmaze Episodes API
TVmaze followed networks API
TVmaze followed people API
TVmaze followed shows API
TVmaze followed webchannels API
TVmaze marked episodes API
TVmaze People API
TVmaze Schedule API
TVmaze scrobbling API
TVmaze Search API
TVmaze Seasons API