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

EXAMPLE - /launch// 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'

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.0.0/launch/?format=api&offset=1090&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7507,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1100&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1080&ordering=-name",
    "results": [
        {
            "id": "4173b698-684c-4565-ad9c-b3efad788ec0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4173b698-684c-4565-ad9c-b3efad788ec0/?format=api",
            "launch_library_id": null,
            "slug": "titan-34b-jumpseat-5",
            "name": "Titan 34B | Jumpseat 5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-02-25T05:00:00Z",
            "window_end": "1978-02-25T05:00:00Z",
            "window_start": "1978-02-25T05:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 4934,
                "configuration": {
                    "id": 423,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/423/?format=api",
                    "name": "Titan 34B",
                    "family": "Titan",
                    "full_name": "Titan 34B",
                    "variant": "34B"
                }
            },
            "mission": {
                "id": 3350,
                "launch_library_id": null,
                "name": "Jumpseat 5",
                "description": "Signal intelligence satellite operating from highly elliptic Molniya-type orbits.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f7a39c78-a8db-4607-abcc-4d236912eb97",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7a39c78-a8db-4607-abcc-4d236912eb97/?format=api",
            "launch_library_id": null,
            "slug": "titan-34b-jumpseat-4",
            "name": "Titan 34B | Jumpseat 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1975-03-10T04:41:00Z",
            "window_end": "1975-03-10T04:41:00Z",
            "window_start": "1975-03-10T04:41:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 4557,
                "configuration": {
                    "id": 423,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/423/?format=api",
                    "name": "Titan 34B",
                    "family": "Titan",
                    "full_name": "Titan 34B",
                    "variant": "34B"
                }
            },
            "mission": {
                "id": 2975,
                "launch_library_id": null,
                "name": "Jumpseat 4",
                "description": "Signal intelligence satellite operating from highly elliptic Molniya-type orbits.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "60e062bd-018e-4401-8e4b-e416cba5460b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/60e062bd-018e-4401-8e4b-e416cba5460b/?format=api",
            "launch_library_id": null,
            "slug": "titan-33b-jumpseat-3",
            "name": "Titan 33B | Jumpseat 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1973-08-21T16:07:00Z",
            "window_end": "1973-08-21T16:07:00Z",
            "window_start": "1973-08-21T16:07:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 4386,
                "configuration": {
                    "id": 422,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/422/?format=api",
                    "name": "Titan 33B",
                    "family": "Titan",
                    "full_name": "Titan 33B",
                    "variant": "33B"
                }
            },
            "mission": {
                "id": 2804,
                "launch_library_id": null,
                "name": "Jumpseat 3",
                "description": "Signal intelligence satellite operating from highly elliptic Molniya-type orbits.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f2d69be1-aea3-4f72-ac99-98e4b8ee3fcd",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f2d69be1-aea3-4f72-ac99-98e4b8ee3fcd/?format=api",
            "launch_library_id": null,
            "slug": "titan-33b-jumpseat-2",
            "name": "Titan 33B | Jumpseat 2",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1972-02-16T09:59:00Z",
            "window_end": "1972-02-16T09:59:00Z",
            "window_start": "1972-02-16T09:59:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 4228,
                "configuration": {
                    "id": 422,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/422/?format=api",
                    "name": "Titan 33B",
                    "family": "Titan",
                    "full_name": "Titan 33B",
                    "variant": "33B"
                }
            },
            "mission": {
                "id": 2646,
                "launch_library_id": null,
                "name": "Jumpseat 2",
                "description": "Signal intelligence satellite operating from highly elliptic Molniya-type orbits.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "a9ff22d9-7c30-474e-b212-d3628e2c4cf4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a9ff22d9-7c30-474e-b212-d3628e2c4cf4/?format=api",
            "launch_library_id": null,
            "slug": "titan-33b-jumpseat-1",
            "name": "Titan 33B | Jumpseat 1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1971-03-21T03:45:00Z",
            "window_end": "1971-03-21T03:45:00Z",
            "window_start": "1971-03-21T03:45:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 4113,
                "configuration": {
                    "id": 422,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/422/?format=api",
                    "name": "Titan 33B",
                    "family": "Titan",
                    "full_name": "Titan 33B",
                    "variant": "33B"
                }
            },
            "mission": {
                "id": 2531,
                "launch_library_id": null,
                "name": "Jumpseat 1",
                "description": "Signal intelligence satellite operating from highly elliptic Molniya-type orbits.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "ae5c7413-b7d7-4397-a8e1-ee508a89a301",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ae5c7413-b7d7-4397-a8e1-ee508a89a301/?format=api",
            "launch_library_id": null,
            "slug": "titan-24b-kh-8-54",
            "name": "Titan 24B | KH-8 54",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1984-04-17T18:45:00Z",
            "window_end": "1984-04-17T18:45:00Z",
            "window_start": "1984-04-17T18:45:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 5626,
                "configuration": {
                    "id": 421,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 4028,
                "launch_library_id": null,
                "name": "KH-8 54",
                "description": "KH-8 Block 4 high resolution reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "5e8be81f-dd45-4f2d-909f-bc9626364039",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/5e8be81f-dd45-4f2d-909f-bc9626364039/?format=api",
            "launch_library_id": null,
            "slug": "titan-24b-kh-8-53",
            "name": "Titan 24B | KH-8 53",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1983-04-15T18:45:00Z",
            "window_end": "1983-04-15T18:45:00Z",
            "window_start": "1983-04-15T18:45:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 5505,
                "configuration": {
                    "id": 421,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 3909,
                "launch_library_id": null,
                "name": "KH-8 53",
                "description": "KH-8 Block 4 high resolution reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "81c0c0df-f138-46b8-914e-a3eaff8997f2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/81c0c0df-f138-46b8-914e-a3eaff8997f2/?format=api",
            "launch_library_id": null,
            "slug": "titan-24b-kh-8-52",
            "name": "Titan 24B | KH-8 52",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1982-01-21T19:30:01Z",
            "window_end": "1982-01-21T19:30:01Z",
            "window_start": "1982-01-21T19:30:01Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 5360,
                "configuration": {
                    "id": 421,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 3768,
                "launch_library_id": null,
                "name": "KH-8 52",
                "description": "Modified KH-8 Gambit-3 reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "d8d3e5c6-7864-4c9a-b25e-1dbc10de7f54",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/d8d3e5c6-7864-4c9a-b25e-1dbc10de7f54/?format=api",
            "launch_library_id": null,
            "slug": "titan-24b-kh-8-51",
            "name": "Titan 24B | KH-8 51",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1981-02-28T19:10:00Z",
            "window_end": "1981-02-28T19:10:00Z",
            "window_start": "1981-02-28T19:10:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 5253,
                "configuration": {
                    "id": 421,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 3662,
                "launch_library_id": null,
                "name": "KH-8 51",
                "description": "KH-8 Block 4 high resolution reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "4b7f7176-db60-4ce9-a76a-eee1b1abb52a",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4b7f7176-db60-4ce9-a76a-eee1b1abb52a/?format=api",
            "launch_library_id": null,
            "slug": "titan-24b-kh-8-50",
            "name": "Titan 24B | KH-8 50",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1979-05-28T18:30:00Z",
            "window_end": "1979-05-28T18:30:00Z",
            "window_start": "1979-05-28T18:30:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 5073,
                "configuration": {
                    "id": 421,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 3485,
                "launch_library_id": null,
                "name": "KH-8 50",
                "description": "KH-8 Block 4 high resolution reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 808,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}