Podchaser · GraphQL Specification

Podchaser GraphQL API

Podchaser's GraphQL API provides programmatic access to podcasts, episodes, creators, credits, reviews, and lists across the Podchaser database. Authentication is handled via OAuth-style API tokens and the single endpoint is queried with GraphQL operations.

Documentation Endpoint View on GitHub PodcastingDiscoveryGraphQLDatabaseGraphQL

Overview

Podchaser GraphQL API is a GraphQL API specification published by Podchaser on the APIs.io network.

Podchaser’s GraphQL API provides programmatic access to podcasts, episodes, creators, credits, reviews, and lists across the Podchaser database. Authentication is handled via OAuth-style API tokens and the single endpoint is queried with GraphQL operations.

The GraphQL endpoint is available at https://api.podchaser.com/graphql. documentation is published at https://www.podchaser.com/api.

The specification includes 1 reference link.

Tagged areas include Podcasting, Discovery, and Database.

Endpoint

https://api.podchaser.com/graphql

References

Back to Podchaser · All GraphQL Specs · GitHub