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

{
    "name": "Droid tri-fighter", 
    "model": "tri-fighter", 
    "manufacturer": "Colla Designs, Phlac-Arphocc Automata Industries", 
    "cost_in_credits": "20000", 
    "length": "5.4", 
    "max_atmosphering_speed": "1180", 
    "crew": "1", 
    "passengers": "0", 
    "cargo_capacity": "0", 
    "consumables": "none", 
    "vehicle_class": "droid starfighter", 
    "pilots": [], 
    "films": [
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T20:05:19.992000Z", 
    "edited": "2014-12-20T21:30:21.752000Z", 
    "url": "https://swapi.dev/api/vehicles/67/"
}