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

{
    "name": "Iktotchi", 
    "classification": "unknown", 
    "designation": "sentient", 
    "average_height": "180", 
    "skin_colors": "pink", 
    "hair_colors": "none", 
    "eye_colors": "orange", 
    "average_lifespan": "unknown", 
    "homeworld": "https://swapi.dev/api/planets/47/", 
    "language": "Iktotchese", 
    "people": [
        "https://swapi.dev/api/people/56/"
    ], 
    "films": [
        "https://swapi.dev/api/films/4/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T10:32:13.046000Z", 
    "edited": "2014-12-20T21:36:42.188000Z", 
    "url": "https://swapi.dev/api/species/24/"
}