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": 347, "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": 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": 1103, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1103/?format=api", "name": "MaiaSpace", "featured": false, "type": "Private", "country_code": "FRA", "abbrev": "MaiaSpace", "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.", "administrator": null, "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": "ArianeGroup", "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": 71, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/71/?format=api", "name": "Swiss Space Office", "featured": false, "type": "Government", "country_code": "CHE", "abbrev": "SSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 163, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/163/?format=api", "name": "Russian Aerospace Defence Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "VKO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null }, { "id": 126, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/126/?format=api", "name": "Deep Space Industries", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DSI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 150, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/150/?format=api", "name": "Masten Space Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Masten", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 72, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/72/?format=api", "name": "Turkmenistan National Space Agency", "featured": false, "type": "Government", "country_code": "TKM", "abbrev": "TNSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/6/?format=api", "name": "Asia-Pacific Regional Space Agency Forum", "featured": false, "type": "Multinational", "country_code": "FRA,USA,DEU,RUS,CHN,IND,PAK,CAN,JPN,VNM,AUS,KOR,MYS,MNG,NZL,THA,BGD,BRN,BTN,KHM,IDN,LAO,MMR,NPL,PHL,SGP,LKA", "abbrev": "APRSAF", "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 } ] }