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

{
    "name": "Zam Wesell", 
    "height": "168", 
    "mass": "55", 
    "hair_color": "blonde", 
    "skin_color": "fair, green, yellow", 
    "eye_color": "yellow", 
    "birth_year": "unknown", 
    "gender": "female", 
    "homeworld": "https://swapi.dev/api/planets/54/", 
    "films": [
        "https://swapi.dev/api/films/5/"
    ], 
    "species": [
        "https://swapi.dev/api/species/30/"
    ], 
    "vehicles": [
        "https://swapi.dev/api/vehicles/45/"
    ], 
    "starships": [], 
    "created": "2014-12-20T16:57:44.471000Z", 
    "edited": "2014-12-20T21:17:50.468000Z", 
    "url": "https://swapi.dev/api/people/70/"
}