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

{
    "name": "Adi Gallia", 
    "height": "184", 
    "mass": "50", 
    "hair_color": "none", 
    "skin_color": "dark", 
    "eye_color": "blue", 
    "birth_year": "unknown", 
    "gender": "female", 
    "homeworld": "https://swapi.dev/api/planets/9/", 
    "films": [
        "https://swapi.dev/api/films/4/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "species": [
        "https://swapi.dev/api/species/23/"
    ], 
    "vehicles": [], 
    "starships": [], 
    "created": "2014-12-20T10:29:11.661000Z", 
    "edited": "2014-12-20T21:17:50.432000Z", 
    "url": "https://swapi.dev/api/people/55/"
}