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

{
    "name": "R5-D4", 
    "height": "97", 
    "mass": "32", 
    "hair_color": "n/a", 
    "skin_color": "white, red", 
    "eye_color": "red", 
    "birth_year": "unknown", 
    "gender": "n/a", 
    "homeworld": "https://swapi.dev/api/planets/1/", 
    "films": [
        "https://swapi.dev/api/films/1/"
    ], 
    "species": [
        "https://swapi.dev/api/species/2/"
    ], 
    "vehicles": [], 
    "starships": [], 
    "created": "2014-12-10T15:57:50.959000Z", 
    "edited": "2014-12-20T21:17:50.321000Z", 
    "url": "https://swapi.dev/api/people/8/"
}