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=310&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=featured", "results": [ { "id": 248, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/248/?format=api", "name": "ProtoStar", "featured": false, "type": "Commercial", "country_code": "BMU", "abbrev": "PROTO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 5, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/5/?format=api", "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications", "featured": false, "type": "Multinational", "country_code": "CHN,PAK,THA", "abbrev": "AP-MCSTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 26, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/26/?format=api", "name": "Technical University of Denmark - National Space Institute", "featured": false, "type": "Educational", "country_code": "DNK", "abbrev": "DTU", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 9, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/9/?format=api", "name": "Azerbaijan National Aerospace Agency", "featured": false, "type": "Government", "country_code": "AZE", "abbrev": "AMAKA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 13, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/13/?format=api", "name": "UK Space Agency", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 105, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/105/?format=api", "name": "SpaceDev", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPDV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 179, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/179/?format=api", "name": "Orbital ATK", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "OA", "description": "Orbital ATK Inc. was an American aerospace manufacturer and defense industry company. It was formed in 2015 from the merger of Orbital Sciences Corporation and parts of Alliant Techsystems. Orbital ATK was purchased by Northrop Grumman in 2018.", "administrator": "President: David W. Thompson", "founding_year": "2015", "launchers": "Antares | Minotaur | Pegasus", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg" }, { "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": 1041, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1041/?format=api", "name": "United States Space Force", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USSF", "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.", "administrator": null, "founding_year": "2019", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1098, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1098/?format=api", "name": "Innospace", "featured": false, "type": "Private", "country_code": "KOR", "abbrev": "IS", "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.", "administrator": "CEO: Kim Soo-jong", "founding_year": "2017", "launchers": "HANBIT", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg" } ] }