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=140&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured", "results": [ { "id": 70, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/70/?format=api", "name": "Space Research Institute of Saudi Arabia", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "KACST-SRI", "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.", "administrator": "Chairman: Sultan bin Salman Al Saud", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 244, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/244/?format=api", "name": "Star One", "featured": false, "type": "Commercial", "country_code": "BRA", "abbrev": "STA1", "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": 59, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/59/?format=api", "name": "Pakistan Space and Upper Atmosphere Research Commission", "featured": false, "type": "Government", "country_code": "PAK", "abbrev": "SUPARCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 69, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/69/?format=api", "name": "South African National Space Agency", "featured": false, "type": "Government", "country_code": "ZAF", "abbrev": "SANSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1088, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api", "name": "Hungarian Ministry of Foreign Affairs and Trade", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1059, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1059/?format=api", "name": "Capella Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "", "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.", "administrator": "CEO: Payam Banazadeh", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 167, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/167/?format=api", "name": "Space Florida", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1083, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api", "name": "Space One", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "Space One", "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites", "administrator": null, "founding_year": "2018", "launchers": "KAIROS", "spacecraft": "", "parent": null, "image_url": null }, { "id": 233, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/233/?format=api", "name": "Direction générale de l'armement", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "DGA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }