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

{
    "name": "Nautolan", 
    "classification": "amphibian", 
    "designation": "sentient", 
    "average_height": "180", 
    "skin_colors": "green, blue, brown, red", 
    "hair_colors": "none", 
    "eye_colors": "black", 
    "average_lifespan": "70", 
    "homeworld": "https://swapi.dev/api/planets/44/", 
    "language": "Nautila", 
    "people": [
        "https://swapi.dev/api/people/53/"
    ], 
    "films": [
        "https://swapi.dev/api/films/4/"
    ], 
    "created": "2014-12-20T10:18:58.610000Z", 
    "edited": "2014-12-20T21:36:42.181000Z", 
    "url": "https://swapi.dev/api/species/21/"
}