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}'

Posted: 06 May 2025 07:27
zag
Posts: 281
Joined: 2020-07-14

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}'


Yes some parts of the API are premium only so we don't get inundated with free requests.


Showing 0 to 2 (Total: 2)