Latest Chart

GET/latest

Get the latest chart

PUBLIC

Authentication

This endpoint is public and does not require authentication.

URL

https://api.podengine.ai/api/v1/charts/latest

Try It

1const options = {
2  method: "GET",
3  headers: {
4    "Content-Type": "application/json",
5    "Authorization": "YOUR_API_TOKEN"
6  }
7};
8
9fetch("https://api.podengine.ai/api/v1/charts/latest?category=top+podcasts&chartType=apple&country=us", options)
10  .then(response => response.json())
11  .then(data => console.log(data))
12  .catch(error => console.error('Error:', error));

API Specification

Query Parameters

PropertyTypeDescription
chartTypeoptional
enum

The type of chart to get

categoryoptional
string

The category of the chart for example "top podcasts"

countryoptional
string

The country of the chart in ISO 3166-1 alpha-2 format, for example "us"

200

Success Response

PropertyTypeDescription
status
literal: OK

data
object

options
object

chartTypeoptional
enum

The type of chart to get

categoryoptional
string

The category of the chart for example "top podcasts"

countryoptional
string

The country of the chart in ISO 3166-1 alpha-2 format, for example "us"

chartnullable
object

chart
object

chartType
enum

category
string

country
string

chartDate
date

positions
array
of
object

position
number

podcastOnChart
object

podcastOnChartId
string

title
string

imageUrlnullable
string

podenginePodcastnullable
object

authornullable
string

genres
array
of
string

id
string

imageUrlnullable
string

language
string

lastEpisodePublishedAt
date

slug
string

title
string