Hi i need help, Why i cant use the api? when i make a call for example to http://api.espn.com/v1/sports/news/headlines/get?apikey=xxxxxxx
always return
{ "status": "error", "code": 403, "message" : "Account Inactive" }.
According to the documentation is for an excessive calls, this hapend always even on first call.
Message edited by Martin 1 year ago
Chris Jason – 1 year ago
Hi Martin,
The URL in your example appears to be invalid (there is no /get method for the Headlines API, though that is the type of HTTP request).
Try this URL instead: http://api.espn.com/v1/sports/news/headlines?apikey=xxxxxxx
Please sign in to add a post.
Hi i need help, Why i cant use the api? when i make a call for example to http://api.espn.com/v1/sports/news/headlines/get?apikey=xxxxxxx
always return
{ "status": "error", "code": 403, "message" : "Account Inactive" }.
According to the documentation is for an excessive calls, this hapend always even on first call.
Message edited by Martin 1 year ago
Tags
Chris Jason – 1 year ago
Hi Martin,
The URL in your example appears to be invalid (there is no /get method for the Headlines API, though that is the type of HTTP request).
Try this URL instead: http://api.espn.com/v1/sports/news/headlines?apikey=xxxxxxx