GET /api/people/54/?format=api
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "name": "Eeth Koth", 
    "height": "171", 
    "mass": "unknown", 
    "hair_color": "black", 
    "skin_color": "brown", 
    "eye_color": "brown", 
    "birth_year": "unknown", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/45/", 
    "films": [
        "https://swapi.dev/api/films/4/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "species": [
        "https://swapi.dev/api/species/22/"
    ], 
    "vehicles": [], 
    "starships": [], 
    "created": "2014-12-20T10:26:47.902000Z", 
    "edited": "2014-12-20T21:17:50.427000Z", 
    "url": "https://swapi.dev/api/people/54/"
}