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

{
    "name": "Bespin", 
    "rotation_period": "12", 
    "orbital_period": "5110", 
    "diameter": "118000", 
    "climate": "temperate", 
    "gravity": "1.5 (surface), 1 standard (Cloud City)", 
    "terrain": "gas giant", 
    "surface_water": "0", 
    "population": "6000000", 
    "residents": [
        "https://swapi.dev/api/people/26/"
    ], 
    "films": [
        "https://swapi.dev/api/films/2/"
    ], 
    "created": "2014-12-10T11:43:55.240000Z", 
    "edited": "2014-12-20T20:58:18.427000Z", 
    "url": "https://swapi.dev/api/planets/6/"
}