psn_rs

Crates.iopsn_rs
lib.rspsn_rs
version0.1.0
created_at2025-08-24 11:23:33.437867+00
updated_at2025-08-24 11:23:33.437867+00
descriptionInteract with PlayStation Network API in full Rust!
homepage
repository
max_upload_size
id1808266
size1,603,789
(cocool97)

documentation

README

Interact with PSN (PlayStation Network) API in full Rust!

crates.io ci status dependency status dependency status

Get an authentication token

  1. Log-in into https://www.playstation.com
  2. In an other browser tab, open https://ca.account.sony.com/api/v1/ssocookie
  3. You should have your npsso token displayed in JSON format.

Implemented endpoints

Users

  • Get own account identifier

Trophies

  • Get a list of trophy titles for a user
  • Get the trophies for an user and a title

Examples

Some API usage examples can be found in the examples directory.

Credits

Commit count: 0

cargo fmt