I was developing this API for a couple of months now.
I think it works good enough to make it public.
Go to http://www.psnapi.com.ar to download a free trial and test the online API.
Features |
|
Nicolas
I was developing this API for a couple of months now.
I think it works good enough to make it public.
Go to http://www.psnapi.com.ar to download a free trial and test the online API.
Features |
|
Nicolas
October 5th, 2010 at 11:50 am
Hello!
I use your excellent API, but there are some bugs in the list of trophies game.
For example, look for GTA IV :
http://www.psnapi.com.ar/ps3/api/psn.asmx/getListTrophies?sGameId=581447-GTA-IV
No Platinum trophy, trophies duplicate, missing picture …
This is not the only game: Darksiders, Resident Evil 5, The Eye of Judgement, …
Can you make a correction to your API?
Thank you and congratulations.
October 7th, 2010 at 4:49 pm
This API looks awesome. How much will be the license? Will the API still depend on an outside service or is it capable of getting all the information by itself?
October 12th, 2010 at 11:35 am
I release the full version this weekend. API dont depend on any other service but SONY site.
November 10th, 2010 at 10:11 pm
This API rules. Too bad it’s missing some game info. I can´t seem to find some of my games (like Star Ocean or Enslaved).
Anyway. Pretty cool API. Congrats!
March 1st, 2011 at 12:47 pm
Hello.
The new version of your API is excellent.
I use your API since September 2010, but since two weeks, I can not use the GET method (PHP and curl). I have this message:
403 – Forbidden: Access is denied. You Do not Have permission to view this directory or page using The credentials That You Supplied
What’s going on? What can I do?
Thank you.
March 14th, 2011 at 10:08 pm
When using this API, I get the following error when calling the GetGames(string PsnId) method.
System.Net.WebException
{“The remote name could not be resolved: ‘www.psnapi.com.ar'”}
Repro Steps:
1. Download and reference the DLLs.
2. Create an website with a textbox to capture the PsnId (“txtPsnId”) and the following:
using ar.com.indiesoftware.psnApi.ar.com.psnapi.services;
psn ps3 = new psn();
Game[] games = ps3.getGames(txtPsnId.Text);
March 22nd, 2011 at 3:51 pm
Okay, in response to my own issue, this was a DNS/Firewall issue. I resolved this and was able to successfully get my application working.
http://static.pbsrc.com/flash/rss_slideshow.swf
March 22nd, 2011 at 3:51 pm
April 7th, 2011 at 3:32 pm
In my experience when trying to develop against the PSN website… the way their website is designed is that you have to make a separate GET request for each friend’s online status. There is no way to get the status of all friends in one single request. Does your API handle this scenario without being request-intensive? For example, if I were to deploy this to my server and allow others to use the service, assuming each user had 10 friends, and there were 100 users. 100 users all requesting their friend’s status at the same time would be 100×10 requests all at once. Way too much for a typical server. Would also probably cause PSN to raise an eyebrow.
Thanks
April 7th, 2011 at 3:45 pm
You are right
The API uses the US site, and you have to query sony for each friend
Try using the EU site, you can get the full list of friends in XML format
Nicolas
August 15th, 2011 at 8:47 am
Hola, Benexus, aun sigue activo esto??
en caso de ser asi deseo contactar contigo de una forma mas privada.
Gracias.
August 18th, 2011 at 3:32 pm
Hi Benexus, I have downloaded the FREE Version of your api from website, but it contains .dll files, I want to build a php application using your api and I don’t know asp, please provide a detailed tutorial how to make a web service like your site so that i can use it get to data to use in php and another question- does the full version of your api make call to the online api ie. to http://www.psnapi.com.ar/ps3/api/psn.asmx ??
September 2nd, 2011 at 11:00 am
Hi, you need a Windows Machin with IIS to mount those dll and create a webservice.
You can purchase the API that came with C# Source code and port it to php (is not so hard)
Library does not use the online API (except for game list)
Library has less features that online API because my online API is based on more sources and DB.
Library use the USA site to get information (I will update it to use EU site too, soon)
Nicolas
May 17th, 2012 at 10:08 am
Hello,
is it allowed to use your psn Webservice in an free app (with advertising) for Windows Phone?
May 17th, 2012 at 11:16 am
You can, but the API has timing limitations on how many request can be done in a small period of time.
Also Im releasing a Windows Phone app soon 😀
Nicolas
July 1st, 2012 at 12:12 pm
Hi,
i saw your App in the Windows Phone Marketplace.
Is that the reason why my app doésn´t work any longer.
I can´t reach you service from my WP7 APP.
So my question is: Can i use your service or not?
Please write me back.
February 16th, 2015 at 10:20 am
I only just found this post. I used this API for quite a while until it stopped. Thanks for your hard work benexus! I’m using my own API now, but your service really got me interested in this stuff! I hope you’re doing well in your projects 🙂
February 16th, 2015 at 10:53 am
Thanks!