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

{
    "name": "Ryloth", 
    "rotation_period": "30", 
    "orbital_period": "305", 
    "diameter": "10600", 
    "climate": "temperate, arid, subartic", 
    "gravity": "1", 
    "terrain": "mountains, valleys, deserts, tundra", 
    "surface_water": "5", 
    "population": "1500000000", 
    "residents": [
        "https://swapi.dev/api/people/45/", 
        "https://swapi.dev/api/people/46/"
    ], 
    "films": [], 
    "created": "2014-12-20T09:46:25.740000Z", 
    "edited": "2014-12-20T20:58:18.481000Z", 
    "url": "https://swapi.dev/api/planets/37/"
}