API endpoint that allows Spacecrafts to be viewed. A Spacecraft is a physically manufactured instance of a Spacecraft Configuration

GET: Return a list of all the existing spacecraft.

FILTERS: Parameters - 'name', 'status', 'spacecraft_config' Example - /2.0.0/spacecraft/?status=Active

SEARCH EXAMPLE: Example - /2.0.0/spacecraft/?search=Dragon

ORDERING: Fields - 'id' Example - /2.0.0/spacecraft/?order=id

GET /2.0.0/spacecraft/613/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 613,
    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/613/?format=api",
    "name": "Gaganyaan G3",
    "serial_number": null,
    "status": {
        "id": 4,
        "name": "Single Use"
    },
    "description": "Third operational Gaganyaan capsule.",
    "spacecraft_config": {
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/29/?format=api",
        "name": "Gaganyaan",
        "type": {
            "id": 2,
            "name": "Capsule"
        },
        "agency": {
            "id": 1031,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1031/?format=api",
            "name": "Hindustan Aeronautics Limited",
            "featured": false,
            "type": "Government",
            "country_code": "IND",
            "abbrev": "HAL",
            "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
            "administrator": "Chairman: R. Madhavan",
            "founding_year": "1940",
            "launchers": "",
            "spacecraft": "Gaganyaan",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png"
        },
        "in_use": true,
        "capability": "The spacecraft is being designed to carry three people, and a planned upgraded version will be equipped with rendezvous and docking capability.",
        "history": "This Hindustan Aeronautics Limited manufactured crew module had its first uncrewed experimental flight on 18 December 2014 as part of a suborbital test flight of the GSLV Mark III rocket.",
        "details": "Gaganyaan is an Indian crewed orbital spacecraft intended to be the formative spacecraft of the Indian Human Spaceflight Programme.",
        "maiden_flight": "2023-10-21",
        "height": 3.58,
        "diameter": 3.5,
        "human_rated": true,
        "crew_capacity": 3,
        "payload_capacity": null,
        "flight_life": "Up to seven days in orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_image_20231021132705.jpeg",
        "nation_url": null,
        "wiki_link": "https://en.wikipedia.org/wiki/Gaganyaan",
        "info_link": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan"
    },
    "flights": []
}