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

{
    "name": "Boba Fett", 
    "height": "183", 
    "mass": "78.2", 
    "hair_color": "black", 
    "skin_color": "fair", 
    "eye_color": "brown", 
    "birth_year": "31.5BBY", 
    "gender": "male", 
    "homeworld": "https://swapi.dev/api/planets/10/", 
    "films": [
        "https://swapi.dev/api/films/2/", 
        "https://swapi.dev/api/films/3/", 
        "https://swapi.dev/api/films/5/"
    ], 
    "species": [], 
    "vehicles": [], 
    "starships": [
        "https://swapi.dev/api/starships/21/"
    ], 
    "created": "2014-12-15T12:49:32.457000Z", 
    "edited": "2014-12-20T21:17:50.349000Z", 
    "url": "https://swapi.dev/api/people/22/"
}