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=240&ordering=featured
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=featured", "results": [ { "id": 263, "url": "https://ll.thespacedevs.com/2.2.0/agencies/263/?format=api", "name": "OneSpace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "OS", "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 113, "url": "https://ll.thespacedevs.com/2.2.0/agencies/113/?format=api", "name": "INVAP", "featured": false, "type": "Commercial", "country_code": "ARG", "abbrev": "INVAP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1055, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1055/?format=api", "name": "Bundeswehr", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "", "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.", "administrator": "Commander-in-Chief : Federal Minister of Defence", "founding_year": "1955", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bundeswehr_logo_20230806165358.png" }, { "id": 125, "url": "https://ll.thespacedevs.com/2.2.0/agencies/125/?format=api", "name": "A.M. Makarov Yuzhny Machine-Building Plant", "featured": false, "type": "Commercial", "country_code": "UKR", "abbrev": "PA Yuzhmash", "description": null, "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": 128, "url": "https://ll.thespacedevs.com/2.2.0/agencies/128/?format=api", "name": "Planetary Resources", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PRI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 5, "url": "https://ll.thespacedevs.com/2.2.0/agencies/5/?format=api", "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications", "featured": false, "type": "Multinational", "country_code": "CHN,PAK,THA", "abbrev": "AP-MCSTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 71, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 35, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 1088, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null } ] }