API User Guide
Retrieve all Oscars data
Endpoint: /oscars/apikey=YOUR_API_KEY
Example Request:
curl https://api.uractor.com/oscars/apikey=YOUR_API_KEY
Retrieves all Oscars data available in the database.
Retrieve Oscars data for a specific year
Endpoint: /oscars/year={year}/apikey=YOUR_API_KEY
Example Request:
curl https://api.uractor.com/oscars/year=2024/apikey=YOUR_API_KEY
Retrieves Oscars data for a specific year.
Retrieve person data by name
Endpoint: /person/name={name}/apikey=YOUR_API_KEY
Example Request:
curl https://api.uractor.com/person/name=Emil%20Jannings/apikey=YOUR_API_KEY
Retrieves data about a person by their name.
Retrieve movie data by name and year
Endpoint: /movie/name={name}/year={year}/apikey=YOUR_API_KEY
Example Request:
curl https://api.uractor.com/movie/name=The%20Last%20Command/year=1929/apikey=YOUR_API_KEY
Retrieves data about a movie by its name and year.
Retrieve award data by name
Endpoint: /award/name={name}/apikey=YOUR_API_KEY
Example Request:
curl https://api.uractor.com/award/name=Best%20Actor%20in%20a%20Leading%20Role/apikey=YOUR_API_KEY
Retrieves data about an award by its name.
Retrieve award data by name and year
Endpoint: /award/name={name}/year={year}/apikey=YOUR_API_KEY
Example Request:
curl https://api.uractor.com/award/name=Best%20Actor%20in%20a%20Leading%20Role/year=1929/apikey=YOUR_API_KEY
Retrieves data about an award by its name and year.