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

{
    "name": "Trandoshan", 
    "classification": "reptile", 
    "designation": "sentient", 
    "average_height": "200", 
    "skin_colors": "brown, green", 
    "hair_colors": "none", 
    "eye_colors": "yellow, orange", 
    "average_lifespan": "unknown", 
    "homeworld": "https://swapi.dev/api/planets/29/", 
    "language": "Dosh", 
    "people": [
        "https://swapi.dev/api/people/24/"
    ], 
    "films": [
        "https://swapi.dev/api/films/2/"
    ], 
    "created": "2014-12-15T13:07:47.704000Z", 
    "edited": "2014-12-20T21:36:42.151000Z", 
    "url": "https://swapi.dev/api/species/7/"
}