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

{
    "name": "Kashyyyk", 
    "rotation_period": "26", 
    "orbital_period": "381", 
    "diameter": "12765", 
    "climate": "tropical", 
    "gravity": "1 standard", 
    "terrain": "jungle, forests, lakes, rivers", 
    "surface_water": "60", 
    "population": "45000000", 
    "residents": [
        "https://swapi.dev/api/people/13/", 
        "https://swapi.dev/api/people/80/"
    ], 
    "films": [
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-10T13:32:00.124000Z", 
    "edited": "2014-12-20T20:58:18.442000Z", 
    "url": "https://swapi.dev/api/planets/14/"
}