← Back to Dashboard

TheAudioDB

MusicActiveCORS ReadyFreeAuth: API KeyDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Music

✨ AI Summary

TheAudioDB offers a free music API providing JSON data for artists, albums, tracks, and lyrics.

Code Example

import requests

api_key = 'YOUR_API_KEY'
artist_name = 'coldplay'
url = f'https://www.theaudiodb.com/api/v1/json/{api_key}/searchartists.php?s={artist_name}'
response = requests.get(url)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)