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=240&ordering=featured
{ "count": 343, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured", "results": [ { "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": 1065, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1065/?format=api", "name": "QPS Research Institute", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS has developed “QPS-SAR”,a high-resolution small radar satellite and provides high-resolution and high-quality SAR images that enable observations of designated targets, even at night and/or in bad weather.", "administrator": "President: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1066, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1066/?format=api", "name": "HyImpulse", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "HYI", "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.", "administrator": "CEO: Mario Kobald", "founding_year": "2018", "launchers": "SR75 | SL1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 127, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api", "name": "Robotics Institute", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "RI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 130, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/130/?format=api", "name": "RUAG Space", "featured": false, "type": "Commercial", "country_code": "CHE", "abbrev": "RUAG", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1071, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1071/?format=api", "name": "Synspective", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "", "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.", "administrator": "CEO: Dr. Motoyuki Arai", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 61, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/61/?format=api", "name": "Romanian Space Agency", "featured": false, "type": "Government", "country_code": "ROU", "abbrev": "ASR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 57, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/57/?format=api", "name": "Netherlands Institute for Space Research", "featured": false, "type": "Government", "country_code": "NLD", "abbrev": "SRON", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 106, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api", "name": "General Dynamics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 123, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/123/?format=api", "name": "Starsem SA", "featured": false, "type": "Commercial", "country_code": "FRA,RUS", "abbrev": "SSA", "description": "Starsem is a French-Russian company that was created in 1996 to commercialise the Soyuz launcher internationally.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }