PlayStation Network API (PSN)

PlayStation Network internal/unofficial REST API providing access to PSN player profiles, trophy data (bronze/silver/gold/platinum), game library, friend lists, and presence. Sony does not offer a public developer API; access is achieved through reverse-engineered endpoints used by the PSN mobile app and website, or via community libraries like the psn-api npm package.

Evaluated Mar 07, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Developer Tools playstation sony psn trophies gaming ps5 ps4 unofficial-api
⚙ Agent Friendliness
17
/ 100
Can an agent use this?
🔒 Security
45
/ 100
Is it safe for agents?
⚡ Reliability
20
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
25
Error Messages
30
Auth Simplicity
25
Rate Limits
15

🔒 Security

TLS Enforcement
90
Auth Strength
40
Scope Granularity
20
Dep. Hygiene
45
Secret Handling
30

HTTPS used but not officially guaranteed. Auth token obtained via browser session simulation is fragile. No official scope or permission model. PSN credentials must be handled carefully by consuming applications — no dedicated developer credential flow exists. High risk of credential mishandling in community library implementations.

⚡ Reliability

Uptime/SLA
20
Version Stability
20
Breaking Changes
15
Error Recovery
25
AF Security Reliability

Best When

Personal projects, hobbyist trophy trackers, or internal tools where unofficial API risk is acceptable and you control the consumer.

Avoid When

Building anything production-facing, commercial, or requiring reliability — Sony actively maintains no public API and can break access at any time.

Use Cases

  • Fetching trophy lists and unlock status for PS4/PS5 games
  • Building PSN profile viewers and trophy trackers
  • Retrieving a user's game library and play history
  • Social features using PSN friend lists and presence data
  • Cross-comparing trophy completion rates across users

Not For

  • Any commercial or production application (no official API ToS for public use)
  • Purchasing games or managing PSN subscriptions
  • Real-time in-game events or telemetry
  • Applications that require guaranteed API stability — endpoints can break without warning

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: oauth2
OAuth: Yes Scopes: No

Requires obtaining a PSN OAuth 2.0 NPSSO token by authenticating to PSN via a simulated browser login. Community libraries automate this but it is fragile — any PSN login page changes or CAPTCHA additions will break the flow. No official developer OAuth application registration is available to the public.

Pricing

Model: free
Free tier: Yes
Requires CC: No

No official public API product from Sony. Access is through internal PSN endpoints. Rate limits are undocumented and enforced inconsistently. Using this API may violate PSN Terms of Service.

Agent Metadata

Pagination
offset
Idempotent
Full
Retry Guidance
Not documented

Known Gotchas

  • No official API — Sony can change or remove endpoints at any time with no notice, breaking agents silently
  • NPSSO token authentication simulates a browser login and breaks whenever PSN updates its login flow or adds bot detection
  • Rate limits are completely undocumented; aggressive agents risk account suspension or IP bans
  • Trophy data requires explicit user privacy settings to be set to public — private profiles return empty data rather than a clear error
  • The psn-api npm package (most popular community library) may lag behind PSN endpoint changes, requiring manual patching

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for PlayStation Network API (PSN).

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-07.

6470
Packages Evaluated
26150
Need Evaluation
173
Need Re-evaluation
Community Powered