Is Pandora Unofficial REST API broken

320 views Asked by At

up until fairly recently I had been able to use the Pandora Unofficial REST API to login and get my pandora stations, etc.

It now appears the pandora login authentication has changed and no longer works as described on the pandora unofficial REST api wiki: https://6xq.net/pandora-apidoc/rest/authentication/#user-login

previously sending this request:

{
    "existingAuthToken": null,
    "keepLoggedIn": true,
    "password": "secretpassword",
    "username": "[email protected]"
}

resulted in a working authentication token. this no longer seems to work. It also appears when login into the Panadora.com website it is now logging in with a request that looks like this:

{
"existingAuthToken": null,
"username": "[email protected]",
"password": "secretpassword",
"keepLoggedIn": true,
"OZ_TC":"AFpt...",
"OZ_DT":"1ZsvOA5s...",

"OZ_SG":"K4@<b#IoWptdRcS:..."
}

where the "OZ_TC", "OZ_DT", and "OZ_SG" appear to be some required keys or time related signature.

Does anyone know if the unofficial REST api is broken?

0

There are 0 answers