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

{
    "name": "Kaminoan", 
    "classification": "amphibian", 
    "designation": "sentient", 
    "average_height": "220", 
    "skin_colors": "grey, blue", 
    "hair_colors": "none", 
    "eye_colors": "black", 
    "average_lifespan": "80", 
    "homeworld": "https://swapi.dev/api/planets/10/", 
    "language": "Kaminoan", 
    "people": [
        "https://swapi.dev/api/people/72/", 
        "https://swapi.dev/api/people/73/"
    ], 
    "films": [
        "https://swapi.dev/api/films/5/"
    ], 
    "created": "2014-12-20T17:31:24.838000Z", 
    "edited": "2014-12-20T21:36:42.202000Z", 
    "url": "https://swapi.dev/api/species/32/"
}