Skip to content

Switch to new API. Old "chihiro" PSN API is not up to date anymore #13

Description

@snipem

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

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions