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

{
    "name": "Wookie", 
    "classification": "mammal", 
    "designation": "sentient", 
    "average_height": "210", 
    "skin_colors": "gray", 
    "hair_colors": "black, brown", 
    "eye_colors": "blue, green, yellow, brown, golden, red", 
    "average_lifespan": "400", 
    "homeworld": "https://swapi.dev/api/planets/14/", 
    "language": "Shyriiwook", 
    "people": [
        "https://swapi.dev/api/people/13/", 
        "https://swapi.dev/api/people/80/"
    ], 
    "films": [
        "https://swapi.dev/api/films/1/", 
        "https://swapi.dev/api/films/2/", 
        "https://swapi.dev/api/films/3/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-10T16:44:31.486000Z", 
    "edited": "2014-12-20T21:36:42.142000Z", 
    "url": "https://swapi.dev/api/species/3/"
}