Rajneesh071
Rajneesh071

Reputation: 31091

ESPN Api Integration issue

I am implementing espn api, but having some issue, most api gives me this response.

{"timestamp" :"2013-02-25T11:19:02Z","message" :"This action is forbidden for the requested resource at your permission level. Please review the documentation for account level access.","status" :"error","code" :403}

I am using this api Espn MLB Standing

I want to know that where to review the documentation, i is there any need to purchase some api or anything else?

[EDIT]

One more thing there is ?apikey=:yourkey , so this key is same for all user or we have to get this according to user login.

Upvotes: 0

Views: 510

Answers (2)

mxs
mxs

Reputation: 645

My rep doesn't allowing commenting, but I thought I'd add the following here:

  • A small amount of ESPN API data is free, but much requires payment.
  • You probably don't want to publicly share your personal API key for security reasons.
  • Go to http://developer.espn.com/io-docs and plug in your API key and use the GUI to generate an API call/response. It's a good way to see a valid, working syntax that you can then drop into your app and edit as necessary.

Upvotes: 0

Midhun MP
Midhun MP

Reputation: 107211

I think you are using the wrong apikey or there is some issue in your URL query.

Your app will have a unique apikey. This key is same for all users who are using the app.

You should get a apikey by registering to their site and use it for development purpose.

Upvotes: 0

Related Questions