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

{
    "name": "Han Solo", 
    "height": "180", 
    "mass": "80", 
    "hair_color": "brown", 
    "skin_color": "fair", 
    "eye_color": "brown", 
    "birth_year": "29BBY", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/22/", 
    "films": [
        "https://swapi.dev/api/films/1/", 
        "https://swapi.dev/api/films/2/", 
        "https://swapi.dev/api/films/3/"
    ], 
    "species": [], 
    "vehicles": [], 
    "starships": [
        "https://swapi.dev/api/starships/10/", 
        "https://swapi.dev/api/starships/22/"
    ], 
    "created": "2014-12-10T16:49:14.582000Z", 
    "edited": "2014-12-20T21:17:50.334000Z", 
    "url": "https://swapi.dev/api/people/14/"
}