API

You want to access data from PS3Heroes.com through an API (Application Programming Interface)? No problem. There is one right here with a simple HTTP interface and convenien JSON output.

JSONP

You can always add ?callback=some_function_name to make the API return JSONP.

API Calls

http://api.ps3heroes.com/api/hero/PSN-ID

Returns basic information about the hero.

http://api.ps3heroes.com/api/hero/PSN-ID/sidekicks

Returns a list of this heros sidekicks.

http://api.ps3heroes.com/api/hero/PSN-ID/games

Returns a list of this heros games.

Special API Calls

http://api.ps3heroes.com/api/psn/friends/E-Mail/Password

Returns a list of this heros sidekicks.

But in this case, you put in the login credentials from your PSN-Account. This way, your friends from the PSN-Account will be imported. The output contains the new list of sidekicks for this Hero.

We will not store your Login Information to the Playstation Network!

Links
Copyright © 2012 by Dirk Olbertz. All rights reserved.