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

{
    "name": "arc-170", 
    "model": "Aggressive Reconnaissance-170 starfighte", 
    "manufacturer": "Incom Corporation, Subpro Corporation", 
    "cost_in_credits": "155000", 
    "length": "14.5", 
    "max_atmosphering_speed": "1000", 
    "crew": "3", 
    "passengers": "0", 
    "cargo_capacity": "110", 
    "consumables": "5 days", 
    "hyperdrive_rating": "1.0", 
    "MGLT": "100", 
    "starship_class": "starfighter", 
    "pilots": [], 
    "films": [
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T20:03:48.603000Z", 
    "edited": "2014-12-20T21:23:49.953000Z", 
    "url": "https://swapi.dev/api/starships/66/"
}