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

{
    "name": "Pau'an", 
    "classification": "mammal", 
    "designation": "sentient", 
    "average_height": "190", 
    "skin_colors": "grey", 
    "hair_colors": "none", 
    "eye_colors": "black", 
    "average_lifespan": "700", 
    "homeworld": "https://swapi.dev/api/planets/12/", 
    "language": "Utapese", 
    "people": [
        "https://swapi.dev/api/people/83/"
    ], 
    "films": [
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T20:35:06.777000Z", 
    "edited": "2014-12-20T21:36:42.212000Z", 
    "url": "https://swapi.dev/api/species/37/"
}