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

{
    "name": "Sly Moore", 
    "height": "178", 
    "mass": "48", 
    "hair_color": "none", 
    "skin_color": "pale", 
    "eye_color": "white", 
    "birth_year": "unknown", 
    "gender": "female", 
    "homeworld": "https://swapi.dev/api/planets/60/", 
    "films": [
        "https://swapi.dev/api/films/5/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "species": [], 
    "vehicles": [], 
    "starships": [], 
    "created": "2014-12-20T20:18:37.619000Z", 
    "edited": "2014-12-20T21:17:50.496000Z", 
    "url": "https://swapi.dev/api/people/82/"
}