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": 345, "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": 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": 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": 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": 1096, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1096/?format=api", "name": "Infinite Orbits", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "", "description": "Infinite Orbits is a NewSpace company providing in-orbit services.", "administrator": "CEO: Adel Haddoud", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 120, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/120/?format=api", "name": "SpaceQuest, Ltd.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SQ", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 255, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/255/?format=api", "name": "Avanti Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "AVN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 271, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/271/?format=api", "name": "Army Ballistic Missile Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "ABMA", "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 282, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/282/?format=api", "name": "Aevum", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AEV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1009, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1009/?format=api", "name": "Institute of Space and Astronautical Science", "featured": false, "type": "Government", "country_code": "JPN", "abbrev": "ISAS", "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.", "administrator": null, "founding_year": null, "launchers": "Lambda", "spacecraft": "", "parent": null, "image_url": null } ] }