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

{
    "name": "Clawdite", 
    "classification": "reptilian", 
    "designation": "sentient", 
    "average_height": "180", 
    "skin_colors": "green, yellow", 
    "hair_colors": "none", 
    "eye_colors": "yellow", 
    "average_lifespan": "70", 
    "homeworld": "https://swapi.dev/api/planets/54/", 
    "language": "Clawdite", 
    "people": [
        "https://swapi.dev/api/people/70/"
    ], 
    "films": [
        "https://swapi.dev/api/films/5/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T16:57:46.171000Z", 
    "edited": "2014-12-20T21:36:42.199000Z", 
    "url": "https://swapi.dev/api/species/30/"
}