HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
{
"name": "Darth Maul",
"height": "175",
"mass": "80",
"hair_color": "none",
"skin_color": "red",
"eye_color": "yellow",
"birth_year": "54BBY",
"gender": "male",
"homeworld": "https://swapi.dev/api/planets/36/",
"films": [
"https://swapi.dev/api/films/4/"
],
"species": [
"https://swapi.dev/api/species/22/"
],
"vehicles": [
"https://swapi.dev/api/vehicles/42/"
],
"starships": [
"https://swapi.dev/api/starships/41/"
],
"created": "2014-12-19T18:00:41.929000Z",
"edited": "2014-12-20T21:17:50.403000Z",
"url": "https://swapi.dev/api/people/44/"
}