Prices differ between chihiro API, which is used for psnprices, and the new web frontend. For example Tearaway:

vs.
> psncli -q "Tearaway" --json | jq . | head -n 15
[
{
"id": "EP9000-CUSA00562_00-TEARAWAYUNFOLDED",
"name": "Tearaway™ Unfolded",
"type": "FULL_GAME",
"prices": [
{
"price": 100,
"type": "NORMAL"
}
],
"platforms": [
"PS4™"
]
},
...
The API call shows no sign of the 9.99 value. I saw the same for other items. For example "Dreams" valued at 100.
We should switch to the newest PSN Store API.
Prices differ between chihiro API, which is used for psnprices, and the new web frontend. For example Tearaway:
vs.
The API call shows no sign of the
9.99value. I saw the same for other items. For example "Dreams" valued at100.We should switch to the newest PSN Store API.