Staff Route

Introduction

This route fetches a list of all the people that worked on the Legend of Zelda games and outputs that in JSON format. The user can define his own pagination and also use search queries to find the desired output.

Sample Result

{
"success": true,
"count": 2,
"data": [
{
"worked_on": [
"https://zelda.fanapis.com/api/games/5f6ce9d805615a85623ec2c9"
],
"name": "Airi Nagano",
"id": "5f6d127156b0219cac2f5221"
},
{
"worked_on": [
"https://zelda.fanapis.com/api/games/5f6ce9d805615a85623ec2c9"
],
"name": "Aya Shida",
"id": "5f6d127156b0219cac2f5222"
}
]
}

Route

METHODURLDESCRIPTION
GEThttps://zelda.fanapis.com/api/staffThis route retrieves a list of all the people that worked on The Legend of Zelda games so far.
GEThttps://zelda.fanapis.com/api/staff/:staff_idThis route retrieves one The Legend of Zelda staff member using its ID.

Parameters

This route supports the following parameters:

Parameterdefault valueExample URLDESCRIPTION
limit20https://zelda.fanapis.com/api/staff?limit=100This parameter is used to set the maximum amount of items in the response
page0https://zelda.fanapis.com/api/staff?limit=20&page=3This parameter is used no navigate between pages of results
namenonehttps://zelda.fanapis.com/api/staff?name=MiyamotoThis parameter is used to search for staff by their names