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

{
    "name": "Mas Amedda", 
    "height": "196", 
    "mass": "unknown", 
    "hair_color": "none", 
    "skin_color": "blue", 
    "eye_color": "blue", 
    "birth_year": "unknown", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/50/", 
    "films": [
        "https://swapi.dev/api/films/4/", 
        "https://swapi.dev/api/films/5/"
    ], 
    "species": [
        "https://swapi.dev/api/species/27/"
    ], 
    "vehicles": [], 
    "starships": [], 
    "created": "2014-12-20T10:53:26.457000Z", 
    "edited": "2014-12-20T21:17:50.442000Z", 
    "url": "https://swapi.dev/api/people/59/"
}