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=failed_launches
{ "count": 337, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=failed_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=240&ordering=failed_launches", "results": [ { "id": 55, "url": "https://ll.thespacedevs.com/2.2.0/agencies/55/?format=api", "name": "National Space Organization", "featured": false, "type": "Government", "country_code": "TWN", "abbrev": "NSPO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1076, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1076/?format=api", "name": "Rivada Space Networks", "featured": false, "type": "Commercial", "country_code": "DEU", "abbrev": "RivadaSpace", "description": "In March 2022, Rivada announced the formation of Rivada Space Networks GmbH, a wholly owned subsidiary that was land to launch 600 low earth orbit satellites interconnected with laser links to form a single global mesh network in space.", "administrator": "CEO: Declan Ganley", "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rivada2520space2520networks_logo_20230921195723.png" }, { "id": 160, "url": "https://ll.thespacedevs.com/2.2.0/agencies/160/?format=api", "name": "Royal Australian Air Force", "featured": false, "type": "Government", "country_code": "AUS", "abbrev": "RAAF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 62, "url": "https://ll.thespacedevs.com/2.2.0/agencies/62/?format=api", "name": "Royal Centre for Remote Sensing", "featured": false, "type": "Government", "country_code": "MAR", "abbrev": "CRTS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 225, "url": "https://ll.thespacedevs.com/2.2.0/agencies/225/?format=api", "name": "1worldspace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "1WSP", "description": "A now nonexistent satellite radio network company that operated two satellites to bring coverage with 62 stations to most of the Eastern Hemisphere. They went bankrupt in 2008. There has been a plan to relaunch the company, but it was announced in 2011, and nothing has been done since.", "administrator": null, "founding_year": "1960", "launchers": "", "spacecraft": "AfriStar | AsiaStar", "parent": null, "image_url": null, "logo_url": null }, { "id": 69, "url": "https://ll.thespacedevs.com/2.2.0/agencies/69/?format=api", "name": "South African National Space Agency", "featured": false, "type": "Government", "country_code": "ZAF", "abbrev": "SANSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 28, "url": "https://ll.thespacedevs.com/2.2.0/agencies/28/?format=api", "name": "Geo-Informatics and Space Technology Development Agency", "featured": false, "type": "Government", "country_code": "THA", "abbrev": "GISTDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 38, "url": "https://ll.thespacedevs.com/2.2.0/agencies/38/?format=api", "name": "National Space Agency (KazCosmos)", "featured": false, "type": "Government", "country_code": "KAZ", "abbrev": "NSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 126, "url": "https://ll.thespacedevs.com/2.2.0/agencies/126/?format=api", "name": "Deep Space Industries", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DSI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 79, "url": "https://ll.thespacedevs.com/2.2.0/agencies/79/?format=api", "name": "JSC Information Satellite Systems", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "JSC-ISS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }