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=consecutive_successful_launches
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=250&ordering=consecutive_successful_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=consecutive_successful_launches", "results": [ { "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 }, { "id": 53, "url": "https://ll.thespacedevs.com/2.2.0/agencies/53/?format=api", "name": "Uzbek State Space Research Agency (UzbekCosmos)", "featured": false, "type": "Government", "country_code": "UZB", "abbrev": "USSRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 130, "url": "https://ll.thespacedevs.com/2.2.0/agencies/130/?format=api", "name": "RUAG Space", "featured": false, "type": "Commercial", "country_code": "CHE", "abbrev": "RUAG", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 235, "url": "https://ll.thespacedevs.com/2.2.0/agencies/235/?format=api", "name": "Thaicom", "featured": false, "type": "Commercial", "country_code": "THA", "abbrev": "TICOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 143, "url": "https://ll.thespacedevs.com/2.2.0/agencies/143/?format=api", "name": "PlanetSpace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PlanetSpace", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 175, "url": "https://ll.thespacedevs.com/2.2.0/agencies/175/?format=api", "name": "Ministry of Defence of the Russian Federation", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "MOD_RUS", "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.", "administrator": "Minister: Gen. Sergey Shoygu", "founding_year": "1717", "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ministry2520of2520defence2520of2520the2520russian2520federation_logo_20210905134213.png" }, { "id": 1057, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1057/?format=api", "name": "Maxar Technologies", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Maxar", "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.", "administrator": "President & CEO: Daniel Jablonsky", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maxar2520technologies_logo_20230806171500.png" } ] }