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=total_launch_count
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=250&ordering=total_launch_count", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=total_launch_count", "results": [ { "id": 1000, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1000/?format=api", "name": "Energia", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "OKB-1", "description": null, "administrator": null, "founding_year": "1946", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "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" }, { "id": 103, "url": "https://ll.thespacedevs.com/2.2.0/agencies/103/?format=api", "name": "RKK Energiya", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "RSC", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rkk_energiya_lo_image_20250921093034.png" }, { "id": 1084, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1084/?format=api", "name": "PT Telkom Satellite Indonesia", "featured": false, "type": "Commercial", "country_code": "IDN", "abbrev": "Telkomsat", "description": "PT Telkom Satellite Indonesia or commonly abbreviated as Telkomsat, is a subsidiary of Telkom Indonesia which is engaged in satellite service providers with international standards with a comprehensive and innovative business portfolio scope from upstream to downstream.", "administrator": "President Director: Lukman Hakim Abd. Rauf", "founding_year": "1995", "launchers": "", "spacecraft": "", "parent": "PT Telkom Indonesia", "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520satellite2520indonesia_logo_20240217062048.png" }, { "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": 1087, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1087/?format=api", "name": "Korea Advanced Institute of Science and Technology", "featured": false, "type": "Educational", "country_code": "KOR", "abbrev": "KAIST", "description": "The Korea Advanced Institute of Science and Technology (KAIST) is a national research university located in Daedeok Innopolis, Daejeon, South Korea. KAIST was established by the Korean government in 1971 as the nation's first public, research-oriented science and engineering institution.", "administrator": "President: Lee Kwang-hyung", "founding_year": "1971", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kaist_logo_image_20240412170624.png" }, { "id": 146, "url": "https://ll.thespacedevs.com/2.2.0/agencies/146/?format=api", "name": "Canadian Arrow", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "Canadian Arrow", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 207, "url": "https://ll.thespacedevs.com/2.2.0/agencies/207/?format=api", "name": "Arab Satellite Communications Organization", "featured": false, "type": "Commercial", "country_code": "SAU", "abbrev": "ASCO", "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": 152, "url": "https://ll.thespacedevs.com/2.2.0/agencies/152/?format=api", "name": "UP Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "UPA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }