ESPN Developer Center Forums

Help!

RSS Feed

Problem with calls URL

    • Martin
    • Topic created 1 year ago

    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

  1. Chris Jason1 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

[ Page 1 of 1 ]