GET /api/planets/30/?format=api
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
{
"name": "Socorro",
"rotation_period": "20",
"orbital_period": "326",
"diameter": "0",
"climate": "arid",
"gravity": "1 standard",
"terrain": "deserts, mountains",
"surface_water": "unknown",
"population": "300000000",
"residents": [
"https://swapi.dev/api/people/25/"
],
"films": [],
"created": "2014-12-15T12:56:31.121000Z",
"edited": "2014-12-20T20:58:18.469000Z",
"url": "https://swapi.dev/api/planets/30/"
}