PASAR API
Apple's classic keyless search across songs, albums, apps, podcasts and audiobooks, with artwork and 30-second preview URLs. Response header says text/javascript but the body is JSON. ~20 calls/min. Global, works for MY.
View docs ↗ More Fun & playground APIscurl 'https://itunes.apple.com/search?term=siti+nurhaliza&limit=5'
I'm building an app using a free Southeast Asian API (no auth needed). API: iTunes Search ~ keyless music, app & podcast lookup Provider: Apple Endpoint: GET https://itunes.apple.com/search?term=siti+nurhaliza&limit=5 It returns JSON. Source: Apple (https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/index.html) Source type: Curated source Endpoint type: Provider API base URL Integration difficulty: Copy-paste ready Last checked: 2026-07-03 Production caveat: Still handle empty rows, schema changes, pagination, stale coverage, and temporary upstream failures. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.