Get the youtube data for a podcast
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
podcastIdOrSlug | string | Podengine ID, Apple ID, or slug |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└podcast | object | |
└authornullable | string | |
└authorityScorenullable | object | |
└calculatedAt | date | |
└authorityScore | number | This is the weighted total authority score of the podcast, out of 100 |
└qualityScore | number | This is the quality score of the podcast, out of 100 |
└youtubeScore | number | This is the YouTube score of the podcast, out of 100 |
└socialScore | number | This is the social score of the podcast, out of 100 |
└engagementScore | number | This is the engagement score of the podcast, out of 100 |
└genres | array of string | |
└id | string | |
└imageUrlnullable | string | |
└language | string | |
└lastEpisodePublishedAt | date | |
└slug | string | |
└title | string | |
└titleLatest | string | |
└youtubeData | object | |
└podcastId | string | |
└youtubeData | array of object | |
└id | string | |
└title | string | |
└descriptionnullable | string | |
└subscriberCount | number | |
└viewCount | number | |
└videoCount | number | |
└publishedAtnullable | date | |
└thumbnails | object | |
└defaultnullable | string | |
└mediumnullable | string | |
└highnullable | string | |
└countrynullable | string | |
└customUrlnullable | string | |
└linksnullable | array of string | |
└isPodcastChannelnullable | boolean | |
└discoverInputKeywordnullable | string | |
└bannerImageUrlnullable | string | |
└videosnullable | array of object | |
└imageUrl | string | |
└isShort | boolean | |
└postedAt | date | |
└postedAtRelative | string | |
└scrapedAt | date | |
└title | string | |
└videoUrl | string | |
└views | number | |
└profileImageUrlnullable | string | |
└dataLastUpdated | date | |
└lastVideoUploadDatenullable | date | |
└lastVideoUploadDateSourcenullable | string | |
└lastVideoUploadDateCheckedAtnullable | date |