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

{
    "name": "Gungan", 
    "classification": "amphibian", 
    "designation": "sentient", 
    "average_height": "190", 
    "skin_colors": "brown, green", 
    "hair_colors": "none", 
    "eye_colors": "orange", 
    "average_lifespan": "unknown", 
    "homeworld": "https://swapi.dev/api/planets/8/", 
    "language": "Gungan basic", 
    "people": [
        "https://swapi.dev/api/people/36/", 
        "https://swapi.dev/api/people/37/", 
        "https://swapi.dev/api/people/38/"
    ], 
    "films": [
        "https://swapi.dev/api/films/4/", 
        "https://swapi.dev/api/films/5/"
    ], 
    "created": "2014-12-19T17:30:37.341000Z", 
    "edited": "2014-12-20T21:36:42.163000Z", 
    "url": "https://swapi.dev/api/species/12/"
}