-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relate trophy titles and user titles #162
Comments
Answering my own question, just in case might be useful for someone. I found this.-
Which returns objects that include |
what is the best way of getting the titleids for this, i cant seem to find a good way |
Hey, if you're looking for something like this, hit me up. games.directory does a lot of mapping between titles and games. |
Hey @pacMakaveli, I tried to sign up on the games directory, but it seems to ben't working atm. Do you have any tips on how to get the titleId from npCommunicationId? I am currently struggling to get media and playDuration for PS3 games. |
@pradella sorry about that. If you want to, please let me know what didn't work so I can fix it :D As for the
And then these are the files I would give it. games =>
titles =>
The gist of it is that it tried to match them by name. If no match is found, it will use the
https://splash.games.directory/ has probably more than what you need. It doesn't currently allow you to retrieve via some sort of API, but it's something I can add quickly. https://m.np.playstation.net/api/catalog/v2/concepts/fetch?country=GB&language=en&age=999&limit=1000&offset=1 |
Wow, thanks for sharing those additional endpoints @pacMakaveli ! You're right; PS3 playDuration does not exist (I completely forgot it). Indeed I could find For example: I'm guessing you have previously mapped all those |
@pradella correct. My database spans 9 years of constantly syncing the API and more importantly, users. One easy way to map these is to scan someone that you know has completed/owns lots of games. Hakoom, Ikemenzi etc.. (https://psnprofiles.com/dav1d_123) you can get their account ids from the Again, if there's a way I can provide this data to you via games.directory's API, please let me know. I'd be more than happy as one of my goals with this is to provide little snippets of APIs for these kind of use cases. (obviously free, just in case it's not clear) |
@pacMakaveli Hi! Sorry to quickly hijack this thread, I would love to get in contact with you about possibly using your api for a pet project of mine and my gamer groups. I think I tried a while ago to send a message on the webpage but it never went through. What's the best wway to get in touch? |
vlad [at] games [dot] directory |
Such an inspiration you are, thanks bro @pacMakaveli |
Also, feel free to join https://discord.gg/k4QRsfmA . It'll be easier to communicate and plan ahead. |
I'm trying to gather some basic player statistics from
gamelist/v2/users/$accountId/titles
andtrophy/v1/users/$accountId/trophyTitles
. Unfortunately,conceptId
appears only in the first request, and the best field to find a game by its name from the second onetrophyTitleName
, which slightly differs from the original game title in lots of cases.Is there any known api to establish this relationship?
The text was updated successfully, but these errors were encountered: