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

{
    "name": "Twi'lek", 
    "classification": "mammals", 
    "designation": "sentient", 
    "average_height": "200", 
    "skin_colors": "orange, yellow, blue, green, pink, purple, tan", 
    "hair_colors": "none", 
    "eye_colors": "blue, brown, orange, pink", 
    "average_lifespan": "unknown", 
    "homeworld": "https://swapi.dev/api/planets/37/", 
    "language": "Twi'leki", 
    "people": [
        "https://swapi.dev/api/people/45/", 
        "https://swapi.dev/api/people/46/"
    ], 
    "films": [
        "https://swapi.dev/api/films/3/", 
        "https://swapi.dev/api/films/4/", 
        "https://swapi.dev/api/films/5/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T09:48:02.406000Z", 
    "edited": "2014-12-20T21:36:42.169000Z", 
    "url": "https://swapi.dev/api/species/15/"
}