Modes

Levels of detail in the response - list, normal, detailed

Example - /agencies/?mode=list

Filters

Parameters - abbrev, abbrev__contains, attempted_landings, attempted_landings__gt, attempted_landings__gte, attempted_landings__lt, attempted_landings__lte, consecutive_successful_landings, consecutive_successful_landings__gt, consecutive_successful_landings__gte, consecutive_successful_landings__lt, consecutive_successful_landings__lte, consecutive_successful_launches, consecutive_successful_launches__gt, consecutive_successful_launches__gte, consecutive_successful_launches__lt, consecutive_successful_launches__lte, country_code, description, description__contains, failed_landings, failed_landings__gt, failed_landings__gte, failed_landings__lt, failed_landings__lte, failed_launches, failed_launches__gt, failed_launches__gte, failed_launches__lt, failed_launches__lte, featured, founding_year, founding_year__gt, founding_year__gte, founding_year__lt, founding_year__lte, id, name, name__contains, parent__id, pending_launches, pending_launches__gt, pending_launches__gte, pending_launches__lt, pending_launches__lte, spacecraft, successful_landings, successful_landings__gt, successful_landings__gte, successful_landings__lt, successful_landings__lte, successful_launches, successful_launches__gt, successful_launches__gte, successful_launches__lt, successful_launches__lte, total_launch_count, total_launch_count__gt, total_launch_count__gte, total_launch_count__lt, total_launch_count__lte, type__id

Example - /agencies/?abbrev=NASA

Fields searched - abbrev, name

Example - /agencies/?search=SpaceX

Ordering

Fields - attempted_landings, consecutive_successful_landings, consecutive_successful_launches, failed_landings, failed_launches, featured, id, name, pending_launches, successful_landings, successful_launches, total_launch_count

Example - /agencies/?ordering=-total_launch_count

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /agencies/?limit=2

Format

Switch to JSON output - /agencies/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/agencies/?format=api&offset=180&ordering=-total_launch_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.3.0/agencies/?format=api&limit=10&offset=190&ordering=-total_launch_count",
    "previous": "https://lldev.thespacedevs.com/2.3.0/agencies/?format=api&limit=10&offset=170&ordering=-total_launch_count",
    "results": [
        {
            "response_mode": "normal",
            "id": 160,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/160/?format=api",
            "name": "Royal Australian Air Force",
            "abbrev": "RAAF",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 34,
                    "name": "Australia",
                    "alpha_2_code": "AU",
                    "alpha_3_code": "AUS",
                    "nationality_name": "Australian",
                    "nationality_name_composed": "Australo"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 188,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/188/?format=api",
            "name": "Gilmour Space Technologies",
            "abbrev": "GST",
            "type": {
                "id": 5,
                "name": "Private"
            },
            "featured": false,
            "country": [
                {
                    "id": 34,
                    "name": "Australia",
                    "alpha_2_code": "AU",
                    "alpha_3_code": "AUS",
                    "nationality_name": "Australian",
                    "nationality_name_composed": "Australo"
                },
                {
                    "id": 69,
                    "name": "Singapore",
                    "alpha_2_code": "SG",
                    "alpha_3_code": "SGP",
                    "nationality_name": "Singaporean",
                    "nationality_name_composed": "Singaporean"
                }
            ],
            "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
            "administrator": "CEO: Adam Gilmour",
            "founding_year": 2013,
            "launchers": "Eris",
            "spacecraft": "",
            "parent": null,
            "image": {
                "id": 1732,
                "name": "Eris on the launch pad (Maiden Flight)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_thumbnail_20250227073032.jpeg",
                "credit": "Gilmour Space",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "logo": {
                "id": 2337,
                "name": "Gilmour Space logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_thumbnail_20250227072818.png",
                "credit": "Gilmour Space",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "social_logo": {
                "id": 2336,
                "name": "Gilmour Space social logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_s_image_20250227072733.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_s_image_thumbnail_20250227072733.jpeg",
                "credit": "Gilmour Space",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            }
        },
        {
            "response_mode": "normal",
            "id": 1089,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1089/?format=api",
            "name": "Korea AeroSpace Administration",
            "abbrev": "KASA",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 35,
                    "name": "South Korea",
                    "alpha_2_code": "KR",
                    "alpha_3_code": "KOR",
                    "nationality_name": "South Korean",
                    "nationality_name_composed": "South Korean"
                }
            ],
            "description": "The Korea AeroSpace Administration (KASA; Korean: 우주항공청) is a Korean government-funded space and aeronautics agency. Established under the Ministry of Science and ICT, KASA oversees the Korea Aerospace Research Institute and Korea Astronomy and Space Science Institute. Its headquarters is located in Sacheon, South Gyeongsang Province.",
            "administrator": "President: Yoon Yeongbin",
            "founding_year": 2024,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": {
                "id": 1283,
                "name": "Nuri liftoff from LC-2 (NEXTSat-2 & SNIPE)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_20240820080542.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_thumbnail_20240820080542.jpeg",
                "credit": "KARI/VNA/CVN",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "logo": {
                "id": 2179,
                "name": "KASA logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kasa_logo_image_20240820080129.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kasa_logo_image_thumbnail_20240820080130.png",
                "credit": "KASA",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": [
                    {
                        "id": 9,
                        "type": {
                            "id": 2,
                            "name": "transparent for dark background"
                        },
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/kasa_darkbackgr_image_20240820080130.png"
                    }
                ]
            },
            "social_logo": {
                "id": 2180,
                "name": "KASA social logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kasa_social_log_image_20240820080237.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kasa_social_log_image_thumbnail_20240820080238.png",
                "credit": "KASA",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            }
        },
        {
            "response_mode": "normal",
            "id": 1084,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1084/?format=api",
            "name": "PT Telkom Satellite Indonesia",
            "abbrev": "Telkomsat",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 64,
                    "name": "Indonesia",
                    "alpha_2_code": "ID",
                    "alpha_3_code": "IDN",
                    "nationality_name": "Indonesian",
                    "nationality_name_composed": "Indonesian"
                }
            ],
            "description": "PT Telkom Satellite Indonesia or commonly abbreviated as Telkomsat, is a subsidiary of Telkom Indonesia which is engaged in satellite service providers with international standards with a comprehensive and innovative business portfolio scope from upstream to downstream.",
            "administrator": "President Director: Lukman Hakim Abd. Rauf",
            "founding_year": 1995,
            "launchers": "",
            "spacecraft": "",
            "parent": "PT Telkom Indonesia",
            "image": null,
            "logo": {
                "id": 174,
                "name": "[AUTO] PT Telkom Satellite Indonesia - logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520satellite2520indonesia_logo_20240217062048.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185110.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "social_logo": {
                "id": 85,
                "name": "[AUTO] PT Telkom Satellite Indonesia - social_logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520satellite2520indonesia_nation_20240218144120.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184836.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            }
        },
        {
            "response_mode": "normal",
            "id": 250,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/250/?format=api",
            "name": "HispaSat",
            "abbrev": "HISPA",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 7,
                    "name": "Spain",
                    "alpha_2_code": "ES",
                    "alpha_3_code": "ESP",
                    "nationality_name": "Spanish",
                    "nationality_name_composed": "Hispano"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 1008,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1008/?format=api",
            "name": "Société d'étude et de réalisation d'engins balistiques",
            "abbrev": "",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 1,
                    "name": "France",
                    "alpha_2_code": "FR",
                    "alpha_3_code": "FRA",
                    "nationality_name": "French",
                    "nationality_name_composed": "Franco"
                }
            ],
            "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.",
            "administrator": null,
            "founding_year": 1959,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 1088,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1088/?format=api",
            "name": "Hungarian Ministry of Foreign Affairs and Trade",
            "abbrev": "",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 31,
                    "name": "Hungary",
                    "alpha_2_code": "HU",
                    "alpha_3_code": "HUN",
                    "nationality_name": "Hungarian",
                    "nationality_name_composed": "Hungarian"
                }
            ],
            "description": "",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 1082,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1082/?format=api",
            "name": "Kinéis",
            "abbrev": "KIN",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 1,
                    "name": "France",
                    "alpha_2_code": "FR",
                    "alpha_3_code": "FRA",
                    "nationality_name": "French",
                    "nationality_name_composed": "Franco"
                }
            ],
            "description": "French company operating an Internet of Things (IoT) constellation of nano-satellites following on from the Argos system developed in the 1980s.\r\nIt was founded by the company Collecte Localisation Satellites (CLS) with the support of CNES, the French space agency.",
            "administrator": "CEO: Alexandre Tisserant",
            "founding_year": 2018,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": {
                "id": 153,
                "name": "[AUTO] Kinéis - logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kin25c325a9is_logo_20240117103827.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185027.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "social_logo": {
                "id": 71,
                "name": "[AUTO] Kinéis - social_logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kin25c325a9is_nation_20240117103827.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184816.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            }
        },
        {
            "response_mode": "normal",
            "id": 38,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/38/?format=api",
            "name": "National Space Agency (KazCosmos)",
            "abbrev": "NSA",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 44,
                    "name": "Kazakhstan",
                    "alpha_2_code": "KZ",
                    "alpha_3_code": "KAZ",
                    "nationality_name": "Kazakh",
                    "nationality_name_composed": "Kazakhstani"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 81,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/81/?format=api",
            "name": "Astrium Satellites",
            "abbrev": "EADS",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 1,
                    "name": "France",
                    "alpha_2_code": "FR",
                    "alpha_3_code": "FRA",
                    "nationality_name": "French",
                    "nationality_name_composed": "Franco"
                },
                {
                    "id": 4,
                    "name": "Germany",
                    "alpha_2_code": "DE",
                    "alpha_3_code": "DEU",
                    "nationality_name": "German",
                    "nationality_name_composed": "Germano"
                },
                {
                    "id": 7,
                    "name": "Spain",
                    "alpha_2_code": "ES",
                    "alpha_3_code": "ESP",
                    "nationality_name": "Spanish",
                    "nationality_name_composed": "Hispano"
                },
                {
                    "id": 10,
                    "name": "United Kingdom",
                    "alpha_2_code": "GB",
                    "alpha_3_code": "GBR",
                    "nationality_name": "British",
                    "nationality_name_composed": "Brito"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        }
    ]
}