API endpoint that allows Spacecraft Configs to be viewed.

GET: Return a list of all the existing spacecraft.

FILTERS: Parameters - 'name', 'manufacturer', 'in_use', 'human_rated' Example - /2.0.0/config/spacecraft/?status=Active

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

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

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

{
  "id": 29,
  "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/29/?format=api",
  "name": "Gaganyaan",
  "type": {
    "id": 2,
    "name": "Capsule"
  },
  "agency": {
    "id": 1031,
    "url": "https://ll.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"
}