AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&offset=3230&ordering=-last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7916,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3240&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3220&ordering=-last_updated",
  "results": [
    {
      "id": "c6a2e841-f29f-49ef-a163-f6058e98477b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c6a2e841-f29f-49ef-a163-f6058e98477b/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf09",
      "name": "SpaceShipTwo | VSS Enterprise GF09",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:58:03Z",
      "net": "2011-05-19T12:00:00Z",
      "window_end": "2011-05-19T12:00:00Z",
      "window_start": "2011-05-19T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2901,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1318,
        "name": "GF09",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 28,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "5788739b-7043-4e2e-b1cf-875be4c27b99",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5788739b-7043-4e2e-b1cf-875be4c27b99/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf10",
      "name": "SpaceShipTwo | VSS Enterprise GF10",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:58:03Z",
      "net": "2011-05-25T12:00:00Z",
      "window_end": "2011-05-25T12:00:00Z",
      "window_start": "2011-05-25T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2902,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1319,
        "name": "VSS Enterprise GF10",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 29,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 10,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "6cfa63b3-2498-4874-b9cb-de44fb2711ae",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/6cfa63b3-2498-4874-b9cb-de44fb2711ae/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf15",
      "name": "SpaceShipTwo | VSS Enterprise GF15",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:58:03Z",
      "net": "2011-06-27T12:00:00Z",
      "window_end": "2011-06-27T12:00:00Z",
      "window_start": "2011-06-27T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2908,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1325,
        "name": "VSS Enterprise GF15",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 35,
      "pad_launch_attempt_count": 16,
      "agency_launch_attempt_count": 16,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 13,
      "agency_launch_attempt_count_year": 13,
      "type": "normal"
    },
    {
      "id": "391afdbe-815a-4c0b-aa44-1473a767d33c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/391afdbe-815a-4c0b-aa44-1473a767d33c/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf22",
      "name": "SpaceShipTwo | VSS Enterprise GF22",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:58:03Z",
      "net": "2012-08-11T12:00:00Z",
      "window_end": "2012-08-11T12:00:00Z",
      "window_start": "2012-08-11T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2915,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1332,
        "name": "VSS Enterprise GF22",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 42,
      "pad_launch_attempt_count": 23,
      "agency_launch_attempt_count": 23,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "ff09b1f6-63cb-47f0-936f-1530fb7ad974",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ff09b1f6-63cb-47f0-936f-1530fb7ad974/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf05",
      "name": "SpaceShipTwo | VSS Enterprise GF05",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:58:00Z",
      "net": "2011-04-22T12:00:00Z",
      "window_end": "2011-04-22T12:00:00Z",
      "window_start": "2011-04-22T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2897,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1314,
        "name": "VSS Enterprise GF05",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 24,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 5,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "12bedb73-c130-48cd-9fd3-aabe3ed5d73e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/12bedb73-c130-48cd-9fd3-aabe3ed5d73e/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf08",
      "name": "SpaceShipTwo | VSS Enterprise GF08",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:58:00Z",
      "net": "2011-05-10T12:00:00Z",
      "window_end": "2011-05-10T12:00:00Z",
      "window_start": "2011-05-10T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2900,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1317,
        "name": "VSS Enterprise GF08",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 27,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "d899cade-b7ba-4785-b974-2dd482c22ecf",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/d899cade-b7ba-4785-b974-2dd482c22ecf/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-cc12",
      "name": "SpaceShipTwo | VSS Enterprise CC12",
      "status": {
        "id": 7,
        "name": "Launch was a Partial Failure",
        "abbrev": "Partial Failure",
        "description": "Either the launch vehicle reached orbit but did not deliver its payload in the targeted orbit, or an exceptional event made it impossible to consider the mission a success."
      },
      "last_updated": "2023-06-14T08:58:00Z",
      "net": "2011-06-09T12:00:00Z",
      "window_end": "2011-06-09T12:00:00Z",
      "window_start": "2011-06-09T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2903,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1320,
        "name": "VSS Enterprise CC12",
        "description": "Cold flow test flight of VSS Enterprise. Release failure during flight intended as GF11.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 30,
      "pad_launch_attempt_count": 11,
      "agency_launch_attempt_count": 11,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "43cb11f3-7e6e-4600-b5f7-b353dc4f0a38",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/43cb11f3-7e6e-4600-b5f7-b353dc4f0a38/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf11",
      "name": "SpaceShipTwo | VSS Enterprise GF11",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:58:00Z",
      "net": "2011-06-14T12:00:00Z",
      "window_end": "2011-06-14T12:00:00Z",
      "window_start": "2011-06-14T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2904,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1321,
        "name": "VSS Enterprise GF11",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 31,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 12,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 9,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "b12ae487-d2db-47c0-8be4-6af5a06996a2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b12ae487-d2db-47c0-8be4-6af5a06996a2/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf03",
      "name": "SpaceShipTwo | VSS Enterprise GF03",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:57:57Z",
      "net": "2010-11-17T00:00:00Z",
      "window_end": "2010-11-17T00:00:00Z",
      "window_start": "2010-11-17T00:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2895,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1312,
        "name": "VSS Enterprise GF03",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 22,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 3,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "acda1f0d-4e06-4abf-bdfe-8b42d947d128",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/acda1f0d-4e06-4abf-bdfe-8b42d947d128/?format=api",
      "slug": "spaceshiptwo-vss-enterprise-gf04",
      "name": "SpaceShipTwo | VSS Enterprise GF04",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T08:57:57Z",
      "net": "2011-01-13T12:00:00Z",
      "window_end": "2011-01-13T12:00:00Z",
      "window_start": "2011-01-13T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 2896,
        "configuration": {
          "id": 465,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 1313,
        "name": "GF04",
        "description": "Free glide test flight of VSS Enterprise.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 190,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
        "agency_id": 1024,
        "name": "Mojave Air and Space Port",
        "description": null,
        "info_url": "https://www.mojaveairport.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
        "latitude": "35.0594444",
        "longitude": "-118.1538607",
        "location": {
          "id": 144,
          "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "timezone_name": "",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
        "total_launch_count": 53,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 23,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    }
  ]
}