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=170&ordering=name
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=name", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=name", "results": [ { "id": 192, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api", "name": "Lockheed Space Operations Company", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "LSOC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1030, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1030/?format=api", "name": "Long Wall", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ABL", "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.", "administrator": "CEO: Dan Piemont", "founding_year": "2017", "launchers": "RS1", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg" }, { "id": 1039, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1039/?format=api", "name": "Magellan Aerospace Corporation", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "MAC", "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.", "administrator": "CEO: Phillip Underwood", "founding_year": "1996", "launchers": "Black Brant", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1103, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1103/?format=api", "name": "MaiaSpace", "featured": false, "type": "Private", "country_code": "FRA", "abbrev": "MaiaSpace", "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.", "administrator": null, "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": "ArianeGroup", "image_url": null }, { "id": 1013, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1013/?format=api", "name": "Makeyev Rocket Design Bureau", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "", "description": "The JSC Makeyev Design Bureau is a Russian missile design company located in Miass, Russia.\r\n\r\nEstablished in December 1947 as SKB-385, the company is the main designer of submarine-launched ballistic missiles (SLBM) in Russia. The organization was named in honor of Victor Makeyev. Its full official name is State Rocket Center «Academician V.P. Makeev Design Bureau».\r\n\r\nIn 1965, SKB-385 was redesignated the Design Bureau of Machine-Building (KBM) under the Ministry of General Machine-Building.", "administrator": null, "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 43, "url": "https://lldev.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": 1014, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1014/?format=api", "name": "Martin Marietta", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "MM", "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.", "administrator": null, "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 150, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/150/?format=api", "name": "Masten Space Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Masten", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1057, "url": "https://lldev.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": 153, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api", "name": "McDonnell Douglas", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "MDC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }