cURL
curl "https://api.particle.pro/v1/podcasts/stats"{
"episodes": {
"added": [
{
"count": 123,
"window": "24h"
}
]
},
"podcasts": {
"totals": [
{
"classification": "transcribed",
"count": 123
}
]
}
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}Podcasts
Get podcast catalog statistics
Returns live, catalog-wide statistics: how many podcasts the catalog covers, broken out by classification, and how many episodes were added within recent trailing windows. The figures update as new podcasts and episodes are ingested and are cached for up to a minute, so they can drive live counters. This endpoint is free and requires no API key.
GET
/
v1
/
podcasts
/
stats
cURL
curl "https://api.particle.pro/v1/podcasts/stats"{
"episodes": {
"added": [
{
"count": 123,
"window": "24h"
}
]
},
"podcasts": {
"totals": [
{
"classification": "transcribed",
"count": 123
}
]
}
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}Was this page helpful?