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

{
    "name": "Zabrak", 
    "classification": "mammal", 
    "designation": "sentient", 
    "average_height": "180", 
    "skin_colors": "pale, brown, red, orange, yellow", 
    "hair_colors": "black", 
    "eye_colors": "brown, orange", 
    "average_lifespan": "unknown", 
    "homeworld": "https://swapi.dev/api/planets/45/", 
    "language": "Zabraki", 
    "people": [
        "https://swapi.dev/api/people/44/", 
        "https://swapi.dev/api/people/54/"
    ], 
    "films": [
        "https://swapi.dev/api/films/4/"
    ], 
    "created": "2014-12-20T10:26:59.894000Z", 
    "edited": "2014-12-20T21:36:42.183000Z", 
    "url": "https://swapi.dev/api/species/22/"
}