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

{
    "name": "Jedi Interceptor", 
    "model": "Eta-2 Actis-class light interceptor", 
    "manufacturer": "Kuat Systems Engineering", 
    "cost_in_credits": "320000", 
    "length": "5.47", 
    "max_atmosphering_speed": "1500", 
    "crew": "1", 
    "passengers": "0", 
    "cargo_capacity": "60", 
    "consumables": "2 days", 
    "hyperdrive_rating": "1.0", 
    "MGLT": "unknown", 
    "starship_class": "starfighter", 
    "pilots": [
        "https://swapi.dev/api/people/10/", 
        "https://swapi.dev/api/people/11/"
    ], 
    "films": [
        "https://swapi.dev/api/films/6/"
    ], 
    "created": "2014-12-20T19:56:57.468000Z", 
    "edited": "2014-12-20T21:23:49.951000Z", 
    "url": "https://swapi.dev/api/starships/65/"
}