{
  "x402Version": 2,
  "id": 11791,
  "slug": "11791",
  "resource": "https://api.particle.pro/v1/podcasts/lookup",
  "description": "Look up podcasts by external platform identifier. Resolves one or more external platform identifiers (Apple Podcasts collection IDs, Spotify show IDs, YouTube channel IDs, …) — or RSS feed URLs via platform=rss — to Particle podcasts.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x59f3a6dcb6f482c53872dd8f8f9e1f9161a1c5f7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "identifier": [
              "1535809341",
              "1200361736"
            ],
            "platform": "apple"
          },
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "identifier": {
                    "description": "One or more platform-native identifiers to resolve. Pass a comma-separated list to look up many at once (max 100 per call).",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "platform": {
                    "description": "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).",
                    "type": "string"
                  }
                },
                "required": [
                  "identifier",
                  "platform"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.particle.pro",
  "lastUpdated": "2026-09-09T22:24:16.392Z",
  "quality": {
    "calls30d": 18,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-09T22:24:28.828Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.particle.pro",
    "manifest_name": "api.particle.pro",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}