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=330&ordering=-featured
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=340&ordering=-featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-featured", "results": [ { "id": 1, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1/?format=api", "name": "Belarus Space Agency", "featured": false, "type": "Government", "country_code": "BLR", "abbrev": "BSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 48, "url": "https://ll.thespacedevs.com/2.2.0/agencies/48/?format=api", "name": "National Commission for Space Research", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CNIE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 58, "url": "https://ll.thespacedevs.com/2.2.0/agencies/58/?format=api", "name": "Norwegian Space Centre", "featured": false, "type": "Government", "country_code": "NOR", "abbrev": "NRS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 7, "url": "https://ll.thespacedevs.com/2.2.0/agencies/7/?format=api", "name": "Asia-Pacific Space Cooperation Organization", "featured": false, "type": "Multinational", "country_code": "ITA,DEU,CHN,GBR,PAK,TUR,IRN,KOR,MNG,THA,BGD,IDN,PER", "abbrev": "APSCO", "description": "The Asia-Pacific Space Cooperation Organization (APSCO) is an inter-governmental organization operated as a non-profit independent body with full international legal status. It is headquartered in Beijing, People's Republic of China.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 234, "url": "https://ll.thespacedevs.com/2.2.0/agencies/234/?format=api", "name": "XTAR LLC", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XTAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 54, "url": "https://ll.thespacedevs.com/2.2.0/agencies/54/?format=api", "name": "National Space Agency of Ukraine", "featured": false, "type": "Government", "country_code": "UKR", "abbrev": "HKAY", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 76, "url": "https://ll.thespacedevs.com/2.2.0/agencies/76/?format=api", "name": "Swedish National Space Board", "featured": false, "type": "Government", "country_code": "SWE", "abbrev": "SNSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 78, "url": "https://ll.thespacedevs.com/2.2.0/agencies/78/?format=api", "name": "Thales Alenia Space", "featured": false, "type": "Commercial", "country_code": "FRA,ITA", "abbrev": "THALES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 183, "url": "https://ll.thespacedevs.com/2.2.0/agencies/183/?format=api", "name": "Unknown", "featured": false, "type": "Unknown", "country_code": "???", "abbrev": "UNK", "description": "The agency or launch service provider is not known yet.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 118, "url": "https://ll.thespacedevs.com/2.2.0/agencies/118/?format=api", "name": "International Launch Services", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ILS", "description": "International Launch Services, Inc. (ILS) is a joint venture with exclusive rights to the worldwide sale of commercial Angara and Proton rocket launch services. Proton launches take place at the Baikonur Cosmodrome in Kazakhstan while Angara is planned to launch from the Plesetsk and Vostochny Cosmodromes in Russia.", "administrator": "President: Tiphaine Louradour", "founding_year": "1995", "launchers": "", "spacecraft": "", "parent": "Khrunichev State Research and Production Space Center", "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520launch2520services_logo_20200714154120.png" } ] }