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=200&ordering=-name
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=-name", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=190&ordering=-name", "results": [ { "id": 274, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/274/?format=api", "name": "i-Space", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "i-Space", "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.", "administrator": null, "founding_year": "2016", "launchers": "Hyperbola-1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1091, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1091/?format=api", "name": "ispace", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "ispace", "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.", "administrator": "Founder: Takeshi Hakamada", "founding_year": "2010", "launchers": "", "spacecraft": "Hakuto-R", "parent": null, "image_url": null }, { "id": 1032, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1032/?format=api", "name": "Islamic Revolutionary Guard Corps Aerospace Force", "featured": false, "type": "Government", "country_code": "IRN", "abbrev": "IRGCAF", "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.", "administrator": "Brigadier General: Ali Jafarabadi", "founding_year": "1985", "launchers": "Qased", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1095, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1095/?format=api", "name": "ISISPACE", "featured": false, "type": "Private", "country_code": "NLD", "abbrev": "ISISPACE", "description": "ISISPACE (Innovative Solutions In Space) is a Dutch NewSpace company based in Delft dedicated to the design, manufacture and operation of CubeSats.", "administrator": "CEO: Jeroen Rotteveel", "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 119, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/119/?format=api", "name": "ISC Kosmotras", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "ISCK", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1046, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1046/?format=api", "name": "Isar Aerospace", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "ISAR", "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.", "administrator": "CEO: Daniel Metzler", "founding_year": "2018", "launchers": "Spectrum", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg" }, { "id": 202, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/202/?format=api", "name": "Iridium Communications", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IRDM", "description": "Iridium Communications Inc is a publicly traded American company headquartered in McLean, Virginia, United States. Iridium operates the Iridium satellite constellation, a system of 75 satellites: 66 are active satellites and the remaining nine function as in-orbit spares. Iridium Satellites are used for worldwide voice and data communication from handheld satellite phones, satellite messenger communication devices and integrated transceivers, as well as for two-way satellite messaging service from supported Android smartphones.The nearly polar orbit and communication between satellites via inter-satellite links provide global service availability.", "administrator": "CEO: Matthew J. Desch", "founding_year": "2001", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 34, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/34/?format=api", "name": "Iranian Space Agency", "featured": false, "type": "Government", "country_code": "IRN", "abbrev": "ISA", "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.", "administrator": "Administrator: Hassan Salarieh", "founding_year": "2004", "launchers": "Safir | Simorgh", "spacecraft": "", "parent": null, "image_url": null }, { "id": 113, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/113/?format=api", "name": "INVAP", "featured": false, "type": "Commercial", "country_code": "ARG", "abbrev": "INVAP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1067, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api", "name": "Intuitive Machines", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IM", "description": "Intuitive Machines, Inc. is aAmerican company headquartered in Houston, Texas.\r\n\r\nThe company is completing its lunar program which will provide lunar surface access, lunar orbit delivery, and communications at lunar distance.", "administrator": "President: Steve Altemus", "founding_year": "2013", "launchers": "", "spacecraft": "Nova-C", "parent": null, "image_url": null } ] }