Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true
SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured
The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.
GET /2.2.0/agencies/?format=api&offset=170&ordering=successful_landings
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=180&ordering=successful_landings", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=160&ordering=successful_landings", "results": [ { "id": 231, "url": "https://ll.thespacedevs.com/2.2.0/agencies/231/?format=api", "name": "SKY Perfect JSAT Group", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "JSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 285, "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api", "name": "Astra Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AS", "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.", "administrator": "CEO: Chris Kemp", "founding_year": "2005", "launchers": "Rocket 3.3", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_logo_20210828205410.png" }, { "id": 51, "url": "https://ll.thespacedevs.com/2.2.0/agencies/51/?format=api", "name": "National Remote Sensing Center of Mongolia", "featured": false, "type": "Government", "country_code": "MNG", "abbrev": "NRSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 21, "url": "https://ll.thespacedevs.com/2.2.0/agencies/21/?format=api", "name": "Consultative Committee for Space Data Systems", "featured": false, "type": "Multinational", "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN", "abbrev": "CCSDS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 151, "url": "https://ll.thespacedevs.com/2.2.0/agencies/151/?format=api", "name": "Swedish Space Corp", "featured": false, "type": "Commercial", "country_code": "SWE", "abbrev": "SSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 167, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 203, "url": "https://ll.thespacedevs.com/2.2.0/agencies/203/?format=api", "name": "SES", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "SES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1027, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1027/?format=api", "name": "Comisión Nacional de Actividades Espaciales", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.", "administrator": null, "founding_year": "1960", "launchers": "Tronador", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 123, "url": "https://ll.thespacedevs.com/2.2.0/agencies/123/?format=api", "name": "Starsem SA", "featured": false, "type": "Commercial", "country_code": "FRA,RUS", "abbrev": "SSA", "description": "Starsem is a French-Russian company that was created in 1996 to commercialise the Soyuz launcher internationally.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 50, "url": "https://ll.thespacedevs.com/2.2.0/agencies/50/?format=api", "name": "National Institute of Aeronautics and Space", "featured": false, "type": "Government", "country_code": "IDN", "abbrev": "LAPAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }