GET /api/species/5/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "name": "Hutt", 
    "classification": "gastropod", 
    "designation": "sentient", 
    "average_height": "300", 
    "skin_colors": "green, brown, tan", 
    "hair_colors": "n/a", 
    "eye_colors": "yellow, red", 
    "average_lifespan": "1000", 
    "homeworld": "https://swapi.dev/api/planets/24/", 
    "language": "Huttese", 
    "people": [
        "https://swapi.dev/api/people/16/"
    ], 
    "films": [
        "https://swapi.dev/api/films/1/", 
        "https://swapi.dev/api/films/3/"
    ], 
    "created": "2014-12-10T17:12:50.410000Z", 
    "edited": "2014-12-20T21:36:42.146000Z", 
    "url": "https://swapi.dev/api/species/5/"
}