Music · head-to-head

Genrenator vs Radio Browser

Genrenator

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.

Radio Browser

Radio Browser is a free, keyless, community-maintained directory of internet radio stations — over 60,000 of them — with search, tagging by genre/country/language, click-tracking, and ready-to-play M3U playlists for any station. It's fully open source, mirrored across several independently-run servers behind a round-robin DNS entry point, and its maintainers explicitly ask API consumers to pick a random mirror rather than hammer one instance. Responses are available as JSON or XML, with a dedicated M3U format for playlist endpoints.

GenrenatorRadio Browser
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON, XML, M3U
CORSyesyes
HTTPSYesYes

Radio Browser supports 3 response formats, while Genrenator offers fewer — pick Radio Browser for more integration flexibility.

More comparisons