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

{
    "name": "Grievous", 
    "height": "216", 
    "mass": "159", 
    "hair_color": "none", 
    "skin_color": "brown, white", 
    "eye_color": "green, yellow", 
    "birth_year": "unknown", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/59/", 
    "films": [
        "https://swapi.dev/api/films/6/"
    ], 
    "species": [
        "https://swapi.dev/api/species/36/"
    ], 
    "vehicles": [
        "https://swapi.dev/api/vehicles/60/"
    ], 
    "starships": [
        "https://swapi.dev/api/starships/74/"
    ], 
    "created": "2014-12-20T19:43:53.348000Z", 
    "edited": "2014-12-20T21:17:50.488000Z", 
    "url": "https://swapi.dev/api/people/79/"
}