Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/?format=api&offset=230&ordering=-featured
{ "count": 346, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=-featured", "results": [ { "id": 1037, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1037/?format=api", "name": "Ministry of Aerospace Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.", "administrator": null, "founding_year": "1988", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1050, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1050/?format=api", "name": "Italian Air Force", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "IAF", "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.", "administrator": null, "founding_year": "1923", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1057, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1057/?format=api", "name": "Maxar Technologies", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Maxar", "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.", "administrator": "President & CEO: Daniel Jablonsky", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1062, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1062/?format=api", "name": "Viasat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VSAT", "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.", "administrator": "CEO: Mark D. Dankberg", "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1068, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1068/?format=api", "name": "Ovzon", "featured": false, "type": "Commercial", "country_code": "USA,SWE", "abbrev": "", "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States", "administrator": "CEO: Per Norén", "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1070, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1070/?format=api", "name": "PT Pasifik Satelit Nusantara", "featured": false, "type": "Private", "country_code": "IDN", "abbrev": "PSN", "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.", "administrator": "CEO: Adi Rahman Adiwoso", "founding_year": "1991", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1077, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1077/?format=api", "name": "Astroscale", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "ASC", "description": "Astroscale Holdings Inc. is a private orbital debris removal company headquartered in Tokyo, Japan. The company is developing satellite end-of-life and active debris removal services to mitigate the growing and hazardous buildup of debris in space.", "administrator": "COO: Chris Blackerby", "founding_year": "2013", "launchers": "", "spacecraft": "ELSA-d | ADRAS-J", "parent": null, "image_url": null }, { "id": 1100, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1100/?format=api", "name": "Latitude", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "LAT", "description": "Latitude (formerly Venture Orbital Systems) is a French rocket manufacturing company developing the Zéphyr rocket.", "administrator": "CEO: Aurélie Bressollette", "founding_year": "2019", "launchers": "Zéphyr", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg" }, { "id": 43, "url": "https://ll.thespacedevs.com/2.0.0/agencies/43/?format=api", "name": "Malaysian National Space Agency", "featured": false, "type": "Government", "country_code": "MYS", "abbrev": "ANGKASA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 39, "url": "https://ll.thespacedevs.com/2.0.0/agencies/39/?format=api", "name": "Kazakh Space Research Institute", "featured": false, "type": "Educational", "country_code": "KAZ", "abbrev": "SRI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }