GET /api/people/31/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "name": "Nien Nunb", 
    "height": "160", 
    "mass": "68", 
    "hair_color": "none", 
    "skin_color": "grey", 
    "eye_color": "black", 
    "birth_year": "unknown", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/33/", 
    "films": [
        "https://swapi.dev/api/films/3/"
    ], 
    "species": [
        "https://swapi.dev/api/species/10/"
    ], 
    "vehicles": [], 
    "starships": [
        "https://swapi.dev/api/starships/10/"
    ], 
    "created": "2014-12-18T11:26:18.541000Z", 
    "edited": "2014-12-20T21:17:50.371000Z", 
    "url": "https://swapi.dev/api/people/31/"
}