Music · head-to-head
Genrenator vs iTunes Search
Genrenator is a novelty API that invents random music genre names and short genre "stories" by recombining fragments — instruments, beats, adjectives, prefixes, suffixes, and regions — drawn from Spotify's Every Noise At Once genre database. It's a keyless WordPress REST endpoint (GET /wp-json/genrenator/v1/genre/ or /story/, optionally with a count suffix like /story/25/ for multiple results) that returns plain JSON strings, free to use with no documented rate limit.
The iTunes Search API is Apple's free, keyless lookup service for the iTunes Store and Apple Books catalog — music, movies, podcasts, audiobooks, and TV shows — searchable by term or looked up directly by ID. It's throttled to roughly 20 calls per minute per Apple's own guidance, with an Enterprise Partner Feed suggested for heavier volume, and every response comes back as JSON. The docs have moved off the long-dead affiliate.itunes.apple.com host (which no longer resolves) onto Apple's Performance Partners site, but the API itself, at itunes.apple.com/search, is unchanged and live.
| Genrenator | iTunes Search | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |