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

{
    "name": "Ayla Secura", 
    "height": "178", 
    "mass": "55", 
    "hair_color": "none", 
    "skin_color": "blue", 
    "eye_color": "hazel", 
    "birth_year": "48BBY", 
    "gender": "female", 
    "homeworld": "https://swapi.dev/api/planets/37/", 
    "films": [
        "https://swapi.dev/api/films/4/", 
        "https://swapi.dev/api/films/5/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "species": [
        "https://swapi.dev/api/species/15/"
    ], 
    "vehicles": [], 
    "starships": [], 
    "created": "2014-12-20T09:48:01.172000Z", 
    "edited": "2014-12-20T21:17:50.409000Z", 
    "url": "https://swapi.dev/api/people/46/"
}