I have been using the Microsoft Academic API for a while now to search and for about two weeks now I have been receiving code 410 for my requests with a json:
{ "error": { "code": "Gone", "message": "This API is decommissioned." } }
I have checked the API keys in the azure account and they are fine. I have also tried to make the request on your Playground ( URL of the endpoint I use ) obtaining the same results.
Since they do not support the basic accounts and I have not found any related entry in the forums, I do not know if the API is really out of service or if it is an error. Does anyone know anything about it?