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

{
    "name": "Qui-Gon Jinn", 
    "height": "193", 
    "mass": "89", 
    "hair_color": "brown", 
    "skin_color": "fair", 
    "eye_color": "blue", 
    "birth_year": "92BBY", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/28/", 
    "films": [
        "https://swapi.dev/api/films/4/"
    ], 
    "species": [], 
    "vehicles": [
        "https://swapi.dev/api/vehicles/38/"
    ], 
    "starships": [], 
    "created": "2014-12-19T16:54:53.618000Z", 
    "edited": "2014-12-20T21:17:50.375000Z", 
    "url": "https://swapi.dev/api/people/32/"
}