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=-total_launch_count
{ "count": 341, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=340&ordering=-total_launch_count", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-total_launch_count", "results": [ { "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": 245, "url": "https://ll.thespacedevs.com/2.2.0/agencies/245/?format=api", "name": "Regional African Satellite Communication Organization", "featured": false, "type": "Commercial", "country_code": "MUS", "abbrev": "RASCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 255, "url": "https://ll.thespacedevs.com/2.2.0/agencies/255/?format=api", "name": "Avanti Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "AVN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1026, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1026/?format=api", "name": "Spaceflight Launch Services", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Spaceflight", "description": "Spaceflight enables commercial, non-profit organizations and government entities get launched, achieving their mission goals.", "administrator": null, "founding_year": "2011", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 242, "url": "https://ll.thespacedevs.com/2.2.0/agencies/242/?format=api", "name": "Paradigm Secure Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "PSCOM", "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 }, { "id": 186, "url": "https://ll.thespacedevs.com/2.2.0/agencies/186/?format=api", "name": "Polish Space Agency", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "POLSA", "description": "", "administrator": "President: Marta Ewa Wachowicz", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 213, "url": "https://ll.thespacedevs.com/2.2.0/agencies/213/?format=api", "name": "Missile Defense Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "MDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 243, "url": "https://ll.thespacedevs.com/2.2.0/agencies/243/?format=api", "name": "Hughes", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HUGH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1048, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1048/?format=api", "name": "Stoke Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Stoke", "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.", "administrator": "CEO: Andy Lapsa", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/stoke2520space_logo_20230308081301.png" } ] }