Site
Home / Forum / Developers / Test API Key Results?

Test API Key Results?


Posted: 24 Apr 2025 13:19
jogar1112
Posts: 1
Joined: 2025-04-24

Am I misunderstanding the free test tier? It seems that the API only returns results about Homework by Daft punk when I try to make a call for other Artist/Album combos. Is this by design?

the url for the call is structured this way:

apiArtist=self.artist.replace(' ','_')
apiAlbum=self.albumTitle.replace(' ','_')
apiURL=f'https://www.theaudiodb.com/api/v1/json/2/searchalbum.php?s={apiArtist}&a={apiAlbum}'


Showing 0 to 1 (Total: 1)