HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
{
"name": "Watto",
"height": "137",
"mass": "unknown",
"hair_color": "black",
"skin_color": "blue, grey",
"eye_color": "yellow",
"birth_year": "unknown",
"gender": "male",
"homeworld": "https://swapi.dev/api/planets/34/",
"films": [
"https://swapi.dev/api/films/4/",
"https://swapi.dev/api/films/5/"
],
"species": [
"https://swapi.dev/api/species/13/"
],
"vehicles": [],
"starships": [],
"created": "2014-12-19T17:48:54.647000Z",
"edited": "2014-12-20T21:17:50.395000Z",
"url": "https://swapi.dev/api/people/40/"
}