I probably posted this in the wrong forum but i need someone to help me out with the Biography API, below is the exact code we use for fetching artist biographies on our platform:
$echonest = new EchoNest_Client(); $echonest->authenticate($apiKey); $artistApi = $echonest->getArtistApi(); $results = $artistApi->search(array('name' => $arname));
For example i have an artist called Wikzid, is Bio is available at Wiki but instead it fetches Wiki
or We search Vector it pulls up Vector, or when we search davido it returns some Russian guy.
majority of the musicians are Nigerians and their biographies are available. Maybe i can get a custom made API that fetches biographies for Nigerian musicians.
Will really appreciate any help i can get.
Cheers