Sakila DB API

Free Sakila DB Sample API

Description Endpoints
This endpoint retrieves all customers http://api.hoaquach.com/customer
This endpoint retrieves all addresses by customer identifier http://api.hoaquach.com/customer/{id}
This endpoint retrieves list of all countries by customers http://api.hoaquach.com/country
This endpoint retrieves all film categories http://api.hoaquach.com/category
This endpoint retrieves all film texts http://api.hoaquach.com/film_text
This endpoint retrieves first_name and last_name of all actors http://api.hoaquach.com/actors
This endpoint retrieves all cities by customer http://api.hoaquach.com/city
This endpoint retrieves all addresses by customer http://api.hoaquach.com/address

Sample Sakila DB API Request

Endpoint: http://api.hoaquach.com/customer

Sakila Database API Sample Request


Endpoint: http://api.hoaquach.com/film_text

Sakila Database API Sample Request - Film Text

Postman API Sample Request

Endpoint: http://api.hoaquach.com/customer

Postman API Sample Request