Top stories in the U.S. and world news, politics, health, science, business, music, arts and culture. Nonprofit journalism with a mission. This is NPR.
https://authorization.api.npr.org
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://dev.npr.org
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
28%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Free with NPR developer account. Public radio authorization and identity.
| Method | Path | Description |
|---|---|---|
| POST | /v2/device |
Initiate an OAuth2 login flow for limited input devices |
| POST | /v2/token |
Create a new OAuth2 access token |
| POST | /v2/token/revoke |
Revoke an existing OAuth2 access token |
curl -X GET 'https://authorization.api.npr.org/v2/device' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official NPR Authorization Service documentation.