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

{
    "name": "Clone turbo tank", 
    "model": "HAVw A6 Juggernaut", 
    "manufacturer": "Kuat Drive Yards", 
    "cost_in_credits": "350000", 
    "length": "49.4", 
    "max_atmosphering_speed": "160", 
    "crew": "20", 
    "passengers": "300", 
    "cargo_capacity": "30000", 
    "consumables": "20 days", 
    "vehicle_class": "wheeled walker", 
    "pilots": [], 
    "films": [
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T20:24:45.587000Z", 
    "edited": "2014-12-20T21:30:21.762000Z", 
    "url": "https://swapi.dev/api/vehicles/71/"
}