API reference
Six read-only endpoints, all returning JSON. The base URL is https://api.uractor.com and every route ends with your key as a path segment.
Machine readable
The same definitions are published as an OpenAPI 3.1 document at /openapi.json, generated from the source this page is built from.
The endpoints
- 01
The complete archive
Every ceremony from 1929 to 2026.
GET /oscars/apikey={apikey} - 02
A single ceremony
Every category and nomination for one ceremony.
GET /oscars/year={year}/apikey={apikey} - 03
Everything a person was nominated for
Every nomination naming a person, across all ceremonies.
GET /person/name={name}/apikey={apikey} - 04
A film at one ceremony
Every category a film was nominated in at a given ceremony.
GET /movie/name={name}/year={year}/apikey={apikey} - 05
A category through the years
One award category across every ceremony.
GET /award/name={name}/apikey={apikey} - 06
A category at one ceremony
One award category at a single ceremony.
GET /award/name={name}/year={year}/apikey={apikey}