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

Captivate Analytics API

Podcast and episode listening analytics (insights).

Captivate Analytics API is one of 6 APIs that Captivate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Analytics. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 11 operations across 11 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.captivate.fm.

11 operations 11 paths 2 schemas 7 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.captivate.fm
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Captivate Analytics API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token obtained from POST /authenticate/token. Sent as Authorization: Bearer {token}.

Paths & Operations 11

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

Analytics 11

Podcast and episode listening analytics (insights).

GET
/insights/{showId}/overview
Get Overview Analytics for Podcast
getPodcastOverviewAnalytics 4 params → 200401
GET
/insights/{showId}/overview/{episodeId}
Get Overview Analytics for a specific Episode
getEpisodeOverviewAnalytics 4 params → 200401
GET
/insights/{showId}/averages
Get Average Analytics for Podcast
getPodcastAverageAnalytics 2 params → 200401
GET
/insights/{showId}/total
Get All-Time Total for Podcast
getPodcastAllTimeTotal 1 param → 200401
GET
/insights/{showId}/total/{episodeId}
Get All-Time Total for Episode
getEpisodeAllTimeTotal 2 params → 200401
GET
/insights/{showId}/monthly
Get Month-by-Month Analytics for Podcast
getPodcastMonthlyAnalytics 1 param → 200401
GET
/insights/{showId}/monthly/{episodeId}
Get Month-by-Month Analytics for Episode
getEpisodeMonthlyAnalytics 2 params → 200401
POST
/insights/{showId}/range
Get Analytics in Range for Podcast
getPodcastRangeAnalytics 1 param body → 200401
POST
/insights/{showId}/range/{episodeId}
Get Analytics in Range for Episode
getEpisodeRangeAnalytics 2 params body → 200401
POST
/insights/{showId}/compare
Get Analytics Comparison between Episodes
compareEpisodeAnalytics 1 param body → 200401
POST
/insights/{showId}/web-player/{episodeId}
Get Web Player Analytics for Podcast
getWebPlayerAnalytics 2 params body → 200401

Schemas 2

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

GenericObject
object
Modeled response object. Captivate's public documentation describes requests and fields but does not publish full JSON response schemas, so response bodies are…
RangeRequest
object
Request body for range analytics.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

captivate-fm-analytics-api-openapi.yml Raw ↑

Other APIs Captivate publishes across the network.

Captivate Authentication API
Captivate Episodes API
Captivate Media API
Captivate Shows API
Captivate Users API