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

{
    "name": "Finis Valorum", 
    "height": "170", 
    "mass": "unknown", 
    "hair_color": "blond", 
    "skin_color": "fair", 
    "eye_color": "blue", 
    "birth_year": "91BBY", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/9/", 
    "films": [
        "https://swapi.dev/api/films/4/"
    ], 
    "species": [], 
    "vehicles": [], 
    "starships": [], 
    "created": "2014-12-19T17:21:45.915000Z", 
    "edited": "2014-12-20T21:17:50.379000Z", 
    "url": "https://swapi.dev/api/people/34/"
}