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

{
    "name": "Mon Calamari", 
    "classification": "amphibian", 
    "designation": "sentient", 
    "average_height": "160", 
    "skin_colors": "red, blue, brown, magenta", 
    "hair_colors": "none", 
    "eye_colors": "yellow", 
    "average_lifespan": "unknown", 
    "homeworld": "https://swapi.dev/api/planets/31/", 
    "language": "Mon Calamarian", 
    "people": [
        "https://swapi.dev/api/people/27/"
    ], 
    "films": [
        "https://swapi.dev/api/films/3/"
    ], 
    "created": "2014-12-18T11:09:52.263000Z", 
    "edited": "2014-12-20T21:36:42.153000Z", 
    "url": "https://swapi.dev/api/species/8/"
}