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

{
    "name": "Alderaan", 
    "rotation_period": "24", 
    "orbital_period": "364", 
    "diameter": "12500", 
    "climate": "temperate", 
    "gravity": "1 standard", 
    "terrain": "grasslands, mountains", 
    "surface_water": "40", 
    "population": "2000000000", 
    "residents": [
        "https://swapi.dev/api/people/5/", 
        "https://swapi.dev/api/people/68/", 
        "https://swapi.dev/api/people/81/"
    ], 
    "films": [
        "https://swapi.dev/api/films/1/", 
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-10T11:35:48.479000Z", 
    "edited": "2014-12-20T20:58:18.420000Z", 
    "url": "https://swapi.dev/api/planets/2/"
}