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

{
    "name": "Togruta", 
    "classification": "mammal", 
    "designation": "sentient", 
    "average_height": "180", 
    "skin_colors": "red, white, orange, yellow, green, blue", 
    "hair_colors": "none", 
    "eye_colors": "red, orange, yellow, green, blue, black", 
    "average_lifespan": "94", 
    "homeworld": "https://swapi.dev/api/planets/58/", 
    "language": "Togruti", 
    "people": [
        "https://swapi.dev/api/people/78/"
    ], 
    "films": [
        "https://swapi.dev/api/films/5/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T18:44:03.246000Z", 
    "edited": "2014-12-20T21:36:42.209000Z", 
    "url": "https://swapi.dev/api/species/35/"
}