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=-id
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=-id", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=-id", "results": [ { "id": 36, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/36/?format=api", "name": "Italian Space Agency", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "ASI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 35, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/35/?format=api", "name": "Israeli Space Agency", "featured": false, "type": "Government", "country_code": "ISR", "abbrev": "ISA", "description": null, "administrator": null, "founding_year": null, "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": 33, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/33/?format=api", "name": "Instituto Nacional de Técnica Aeroespacial", "featured": false, "type": "Government", "country_code": "ESP", "abbrev": "INTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 32, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/32/?format=api", "name": "Institute for Space Applications and Remote Sensing", "featured": false, "type": "Government", "country_code": "GRC", "abbrev": "ISARS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 31, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api", "name": "Indian Space Research Organization", "featured": true, "type": "Government", "country_code": "IND", "abbrev": "ISRO", "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"", "administrator": "Chairman: V. Narayanan", "founding_year": "1969", "launchers": "PSLV | GSLV", "spacecraft": "Gaganyaan", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg" }, { "id": 30, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/30/?format=api", "name": "Hungarian Space Office", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "HSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 29, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/29/?format=api", "name": "German Aerospace Center", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "DLR", "description": "The German Aerospace Center is Germany's Center for aerospace, energy, and transportation research. Their main work is as a contributor to the ESA. They have done work both in tandem with the US on Space Shuttle and the ISS, and also with other European Nations on missions like Space Lab and Mars Express.", "administrator": "Administrator: Anke Kaysser-Pyzalla", "founding_year": "1969", "launchers": "", "spacecraft": "Mars Express | Rosetta | Dawn", "parent": null, "image_url": null }, { "id": 28, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/28/?format=api", "name": "Geo-Informatics and Space Technology Development Agency", "featured": false, "type": "Government", "country_code": "THA", "abbrev": "GISTDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 27, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api", "name": "European Space Agency", "featured": false, "type": "Multinational", "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN", "abbrev": "ESA", "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.", "administrator": "Director General: Josef Aschbacher", "founding_year": "1975", "launchers": "Ariane | Vega", "spacecraft": "Space Rider", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png" } ] }