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=250&ordering=-name
{ "count": 337, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=-name", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=240&ordering=-name", "results": [ { "id": 1015, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api", "name": "European Launcher Development Organisation", "featured": false, "type": "Government", "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS", "abbrev": "ELDO", "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.", "administrator": null, "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 117, "url": "https://ll.thespacedevs.com/2.2.0/agencies/117/?format=api", "name": "Eurockot Launch Services", "featured": false, "type": "Commercial", "country_code": "FRA,RUS", "abbrev": "ELS", "description": "Eurockot Launch Services GmbH is a commercial spacecraft launch provider and was founded in 1995. Eurockot uses an expendable launch vehicle called the Rockot to place satellites into low Earth orbit (LEO). Eurockot is jointly owned by ArianeGroup, which holds 51 percent, and by Khrunichev State Research and Production Space Center, which holds 49 percent. Eurockot launches from dedicated launch facilities at the Plesetsk Cosmodrome in northern Russia.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1038, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1038/?format=api", "name": "Equatorial Launch Australia", "featured": false, "type": "Commercial", "country_code": "AUS", "abbrev": "ELA", "description": "Equatorial Launch Australia (ELA) is an Australian startup founded in 2015 to provide commercial space launches from the Arnhem Land spaceport.", "administrator": "CEO: Michael Jones", "founding_year": "2015", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/equatorial2520launch2520australia_logo_20220912001304.png" }, { "id": 1000, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1000/?format=api", "name": "Energia", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "OKB-1", "description": null, "administrator": null, "founding_year": "1946", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 249, "url": "https://ll.thespacedevs.com/2.2.0/agencies/249/?format=api", "name": "Echostar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ECHO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 116, "url": "https://ll.thespacedevs.com/2.2.0/agencies/116/?format=api", "name": "EADS Astrium Space Transportation", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "EADS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1073, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1073/?format=api", "name": "DSN Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "", "description": "DSN Corporation Japanese: 株式会社ディー・エス・エヌ is a corporation owned by SKY Perfect JSAT Group, NEC and NTT Com. It was founded on December 19, 2012 for the sole purpose of acting as an investment vehicle in the private finance initiative that would handle the Japanese military X-band DSN satellite network from 2015 to 2031.", "administrator": null, "founding_year": "2012", "launchers": "", "spacecraft": "", "parent": "SKY Perfect JSAT Group", "image_url": null, "logo_url": null }, { "id": 236, "url": "https://ll.thespacedevs.com/2.2.0/agencies/236/?format=api", "name": "DirecTV", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DIREC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 233, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 212, "url": "https://ll.thespacedevs.com/2.2.0/agencies/212/?format=api", "name": "Digital Globe", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DGI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }