Skip to main content
GET
/
v1
/
podcasts
/
lookup
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/podcasts/lookup?platform=%3Cplatform%3E&identifier=1535809341%2C1200361736"
{
  "results": [
    {
      "identifier": "<string>",
      "podcast": {
        "id": "<string>",
        "title": "<string>",
        "image_url": "<string>",
        "slug": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.particle.pro/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Query Parameters

platform
string
required

External platform slug (e.g. 'apple', 'spotify', 'youtube'). Must be one of the slugs reported on /v1/podcasts/{id}/external-links responses, or one of the in-house aliases: 'itunes' (alias for 'apple') and 'rss' (match against the canonical podcast feed URL).

identifier
string[] | null
required

One or more platform-native identifiers to resolve. Pass a comma-separated list to look up many at once (max 100 per call).

Required array length: 1 - 100 elements
Example:
["1535809341", "1200361736"]

Response

OK

results
object[] | null
required

One result per unique input identifier, in request order