The professional API for radio broadcasters. Deliver immersive artist stories, production trivia, and live statistics to every listener.
Powering Radio Intelligence Globally
Standardized REST API using x-api-key authentication.
// GET a Random Song Fact
const res = await fetch('https://api.songintel.site/songfacts.php?random', {
headers: { 'x-api-key': 'YOUR_API_KEY' }
});
const data = await res.json();
console.log(data.fact);
songfacts.php?artist=Queen&song=Bohemian Rhapsody. Remember to URL encode the spaces!