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=170&ordering=total_launch_count
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=180&ordering=total_launch_count", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=160&ordering=total_launch_count", "results": [ { "id": 241, "url": "https://ll.thespacedevs.com/2.2.0/agencies/241/?format=api", "name": "WildBlue", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "WBLU", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 196, "url": "https://ll.thespacedevs.com/2.2.0/agencies/196/?format=api", "name": "Land Launch", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "LL", "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": 1081, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1081/?format=api", "name": "Eutelsat OneWeb", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "OneWeb", "description": "Eutelsat OneWeb is a subsidiary of Eutelsat Group providing broadband satellite Internet services in low Earth orbit (LEO). The company is headquartered in London, and has offices in Virginia, US and a satellite manufacturing facility in Florida – Airbus OneWeb Satellites – that is a joint venture with Airbus Defence and Space.", "administrator": "CEO: Eva Berneke", "founding_year": "2012", "launchers": "", "spacecraft": "OneWeb Internet", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eutelsat2520oneweb_logo_20231228160405.png" }, { "id": 251, "url": "https://ll.thespacedevs.com/2.2.0/agencies/251/?format=api", "name": "AlYahSat", "featured": false, "type": "Commercial", "country_code": "ARE", "abbrev": "ALYAH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 253, "url": "https://ll.thespacedevs.com/2.2.0/agencies/253/?format=api", "name": "French Armed Forces", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "FAF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1034, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1034/?format=api", "name": "No. 5 Research Academy", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "First Chinese missile research institution. Active from October 1956 to November 1964.", "administrator": null, "founding_year": "1956", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 108, "url": "https://ll.thespacedevs.com/2.2.0/agencies/108/?format=api", "name": "Swales Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1042, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1042/?format=api", "name": "Skyrora", "featured": false, "type": "Private", "country_code": "GBR", "abbrev": "SKR", "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.", "administrator": "CEO: Volodymyr Lvykin", "founding_year": "2017", "launchers": "Skyrora", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png" }, { "id": 1070, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1070/?format=api", "name": "PT Pasifik Satelit Nusantara", "featured": false, "type": "Private", "country_code": "IDN", "abbrev": "PSN", "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.", "administrator": "CEO: Adi Rahman Adiwoso", "founding_year": "1991", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520pasifik2520satelit2520nusantara_logo_20230821053114.png" } ] }