Naar de inhoud
GET /v1/search/podcasts

Search podcasts

Probeer het live

10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.

Aangepaste headers (optioneel)
api.oanor.com/itunes-api

Het werkt. Haal een API-key op en gebruik hem in je project.

Verkrijg een API-sleutel

Codefragmenten

curl "https://api.oanor.com/itunes-api/v1/search/podcasts" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/itunes-api/v1/search/podcasts", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/itunes-api/v1/search/podcasts");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/itunes-api/v1/search/podcasts",
    headers={"x-oanor-key": "oanor_test_..."}
)

Voorbeeldrespons

Een echte respons van dit endpoint, vastgelegd bij de laatste health check.

{
    "data": {
        "term": "joe rogan",
        "count": 19,
        "media": "podcast",
        "results": [
            {
                "kind": "podcast",
                "genre": "Comedy",
                "price": 0,
                "artwork": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/33/11/6f/33116fdc-3ed2-1ddf-6dd5-e0f34446a7de/mza_7460778646059903122.jpg/600x600bb.jpg",
                "country": "USA",
                "currency": "USD",
                "explicit": "explicit",
                "feed_url": "https://feeds.megaphone.fm/GLT1412515089",
                "track_id": 360084272,
                "artist_id": 974891224,
                "track_url": "https://podcasts.apple.com/us/podcast/the-joe-rogan-experience/id360084272?uo=4",
                "artist_url": "https://podcasts.apple.com/us/artist/joe-rogan/974891224?uo=4",
                "track_name": "The Joe Rogan Experience",
                "artist_name": "Joe Rogan",
                "track_count": 2000,
                "release_date": "2026-06-05T17:00:00Z",
                "wrapper_type": "track",
                "collection_id": 360084272,
                "track_time_ms": 10129,
                "collection_url": "https://podcasts.apple.com/us/podcast/the-joe-rogan-experience/id360084272?uo=4",
                "content_rating": "Explicit",
                "collection_name": "The Joe Rogan Experience",
                "release_date_utc": "2026-06-05T17:00:00Z"
            },
            {
                "kind": "podcast",
                "genre": "Comedy",
                "price": 0,
                "artwork": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/84/05/0a/84050adc-30ee-ed88-0353-2ab02ce0f95e/mza_13952461841574519762.jpg/600x600bb.jpg",
                "country": "USA",
                "currency": "USD",
                "explicit": "cleaned",
                "feed_url": "https://rss.buzzsprout.com/2170846.rss",
                "track_id": 1681820755,
                "track_url": "https://podcasts.apple.com/us/podcast/the-joe-rogan-ai-experience/id1681820755?uo=4",
                "track_name": "The Joe Rogan AI Experience",
                "artist_name": "Joe Rogan AI",
                "track_count": 7,
                "release_date": "2024-10-21T23:00:00Z",
                "wrapper_type": "track",
                "collection_id": 1681820755,
                "track_time_ms": 2046,
                "collection_url": "https://podcasts.apple.com/us/podcast/the-joe-rogan-ai-experience/id1681820755?uo=4",
                "content_rating": "Clean",
                "collection_name": "The Joe Rogan AI Experience",
                "release_date_utc": "2024-10-21T23:00:00Z"
            },
            {
                "kind": "podcast",
                "genre": "Comedy",
                "price": 0,
                "artwork": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/86/e9/9f/86e99ff4-eb17-16e5-44df-451b3fdd34fb/mza_858165769093570253
…