3,075 Tracks Indexed & Counting

Radio Metadata
Perfectly Synced.

The professional API for radio broadcasters. Deliver immersive artist stories, production trivia, and live statistics to every listener.

Powering Radio Intelligence Globally

Bolt Radio MHR Network
3k+
Tracks Indexed
0.0M
Trivia Points
35ms
Avg Latency
99.9%
Uptime SLA

Built for Engineers

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);

Common Questions

Simply append the artist and song parameters to the endpoint: songfacts.php?artist=Queen&song=Bohemian Rhapsody. Remember to URL encode the spaces!
Data is cross-referenced from verified music archives, artist interviews, and technical studio logs to ensure absolute accuracy for live broadcast.