Studio Ghibli (Independent Publisher) (Preview)
![](https://conn-afd-prod-endpoint-bmc9bqahasf3grgk.b01.azurefd.net/master/1.0.1678.3629/studioghibliip/icon.png)
The Studio Ghibli API catalogs the people, places, and things found in the worlds of Ghibli.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://ghibliapi.herokuapp.com/ |
Privacy policy | https://ghibliapi.herokuapp.com/ |
Categories | Lifestyle and Entertainment |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get all locations |
The Locations endpoint returns information about all of the Studio Ghibli locations. This broadly includes lands, countries, and places. |
Get all people |
The People endpoint returns information about all of the Studio Ghibli people. This broadly includes all Ghibli characters, human and non-. |
Get all species |
The Species endpoint returns information about all of the Studio Ghibli species. This includes humans, animals, and spirits et al. |
Get all vehicles |
The Vehicles endpoint returns information about all of the Studio Ghibli vehicles. This includes cars, ships, and planes. |
Get film by ID |
Returns a film based on a single ID. |
Get location by ID |
Returns an individual location. |
Get person by ID |
Returns a person based on a single ID. |
Get species by ID |
Returns an individual species. |
Get vehicle by ID |
An individual vehicle. |
Gets all films |
The Films endpoint returns information about all of the Studio Ghibli films. |
Get all locations
The Locations endpoint returns information about all of the Studio Ghibli locations. This broadly includes lands, countries, and places.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
|
Limit
|
limit | integer |
The amount of results (default 50, maximum 250). |
Returns
- response
- array of Locations
Get all people
The People endpoint returns information about all of the Studio Ghibli people. This broadly includes all Ghibli characters, human and non-.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
|
Limit
|
limit | integer |
The amount of results (default 50, maximum 250). |
Returns
- response
- array of People
Get all species
The Species endpoint returns information about all of the Studio Ghibli species. This includes humans, animals, and spirits et al.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
|
Limit
|
limit | integer |
The amount of results (default 50, maximum 250). |
Returns
- response
- array of Species
Get all vehicles
The Vehicles endpoint returns information about all of the Studio Ghibli vehicles. This includes cars, ships, and planes.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
|
Limit
|
limit | integer |
The amount of results (default 50, maximum 250). |
Returns
- response
- array of Vehicles
Get film by ID
Returns a film based on a single ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The film identifier. |
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
Returns
- response
- array of Films
Get location by ID
Returns an individual location.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The location identifier. |
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
Returns
- response
- array of Locations
Get person by ID
Returns a person based on a single ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The person identifier. |
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
Returns
- response
- array of People
Get species by ID
Returns an individual species.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The species identifier. |
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
Returns
- response
- array of Species
Get vehicle by ID
An individual vehicle.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The vehicle identifier. |
Fields
|
fields | string |
The comma-separated list of fields to include in the response. |
Returns
- response
- array of Vehicles
Gets all films
The Films endpoint returns information about all of the Studio Ghibli films.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Fields
|
fields | string |
A comma-separated list of fields to include in the response. |
|
Limit
|
limit | integer |
The amount of results (default 50, maximum 250). |
Returns
- response
- array of Films
Definitions
Films
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
Unique identifier representing a specific film. |
Title
|
title | string |
Title of the film. |
Original Title
|
original_title | string |
Original title of the film. |
Original Title Romanized
|
original_title_romanised | string |
Orignal title in romanized form. |
Description
|
description | string |
Description of the film. |
Director
|
director | string |
Director of the film. |
Producer
|
producer | string |
Producer of the film. |
Release Date
|
release_date | string |
Release year of film. |
Running Time
|
running_time | string |
Running time of the film in minutes. |
Rotten Tomatoes Score
|
rt_score | string |
Rotten Tomatoes score of film. |
People
|
people | array of string |
People found in film. |
Species
|
species | array of string |
Species found in film. |
Locations
|
locations | array of string |
Locations found in film. |
Vehicles
|
vehicles | array of string |
Vehicles found in film. |
URL
|
url | string |
URL of film. |
People
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
Unique identifier representing a specific person. |
Name
|
name | string |
Name of the person. |
Gender
|
gender | string |
Gender of the person. |
Age
|
age | string |
Age, if known, of the person |
Eye Color
|
eye_color | string |
Eye color of the person. |
Hair Color
|
hair_color | string |
Hair color of the person. |
Films
|
films | array of string |
Array of films the person appears in. |
Species
|
species | string |
Species the person belongs to. |
URL
|
url | string |
Unique url of the person. |
Locations
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
Unique identifier representing a specific location. |
Name
|
name | string |
Name of location. |
Climate
|
climate | string |
Climate of location. |
Terrain
|
terrain | string |
Terrain type of location. |
Surface Water
|
surface_water | string |
Percent of location covered in water. |
Residents
|
residents | array of string |
Array of residents in location. |
Films
|
films | array of string |
Array of films the location appears in. |
URL
|
url | string |
Individual URL of the location. |
Species
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
Unique identifier representing a specific species. |
Name
|
name | string |
Name of the species. |
Classification
|
classification | string |
Classification of the species. |
Eye Color
|
eye_color | string |
Eye color of the species. |
Hair Color
|
hair_color | string |
Hair color of the species. |
People
|
people | array of string |
People belonging to the species. |
Films
|
films | array of string |
Array of films the species appears in. |
URL
|
url | string |
Unique url of the species. |
Vehicles
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
Unique identifier representing a specific vehicle. |
Name
|
name | string |
Name of the vehicles. |
Description
|
description | string |
Description of the vehicle. |
Class
|
vehicle_class | string |
Class of the vehicle. |
Length
|
length | string |
Length of the vehicle in feet. |
Pilot
|
pilot | string |
Pilot of the vehicle. |
Films
|
films | array of string |
Array of films the vehicle appears in. |
URL
|
url | string |
Unique URL of the vehicle. |