Tustin / psn-php

A PHP wrapper for the PSN API
https://tustin.dev/psn-php/
MIT License
354 stars 73 forks source link

Get Game data about extra and premium #213

Closed DarkHollow closed 1 year ago

DarkHollow commented 2 years ago

I follow this steps:

But there is no data about if the game is in PlayStation Plus Extra or Premium

Is there a way to fetch this data? I don't know if is it possible to get current price too.

isFakeAccount commented 1 year ago

@DarkHollow I can see some info if game is premium or not

image

This should help https://psnawp.readthedocs.io/en/latest/psnawp_api.models.html#psnawp_api.models.search.Search.universal_search

I have tried to document the output of endpoints ah well. The info you are looking for is in conceptProductMetadata which is nested fairly deep.

I see price tag in skus

image

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.