GET /api/planets/9/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "name": "Coruscant", 
    "rotation_period": "24", 
    "orbital_period": "368", 
    "diameter": "12240", 
    "climate": "temperate", 
    "gravity": "1 standard", 
    "terrain": "cityscape, mountains", 
    "surface_water": "unknown", 
    "population": "1000000000000", 
    "residents": [
        "https://swapi.dev/api/people/34/", 
        "https://swapi.dev/api/people/55/", 
        "https://swapi.dev/api/people/74/"
    ], 
    "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-10T11:54:13.921000Z", 
    "edited": "2014-12-20T20:58:18.432000Z", 
    "url": "https://swapi.dev/api/planets/9/"
}