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=340&ordering=-total_launch_count
{ "count": 346, "next": null, "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=330&ordering=-total_launch_count", "results": [ { "id": 159, "url": "https://ll.thespacedevs.com/2.2.0/agencies/159/?format=api", "name": "Avio S.p.A", "featured": true, "type": "Commercial", "country_code": "ITA", "abbrev": "Avio", "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.", "administrator": "CEO: Giulio Ranzo", "founding_year": "1908", "launchers": "Vega", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png" }, { "id": 1061, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1061/?format=api", "name": "HawkEye 360", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "he360", "description": "HawkEye 360 is an American geospatial analytics company headquartered in Herndon, Virginia. It is a commercial seller of radio frequency signal location data gathered by a satellite constellation.", "administrator": "CEO: John Serafini", "founding_year": "2015", "launchers": "", "spacecraft": "HawkEye 360", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hawkeye2520360_logo_20230807090248.png" }, { "id": 157, "url": "https://ll.thespacedevs.com/2.2.0/agencies/157/?format=api", "name": "Bristol Aerospace Company", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "BAC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1059, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api", "name": "Capella Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "", "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.", "administrator": "CEO: Payam Banazadeh", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/capella2520space_logo_20230806180121.png" }, { "id": 1062, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1062/?format=api", "name": "Viasat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VSAT", "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.", "administrator": "CEO: Mark D. Dankberg", "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viasat_logo_20230807092035.png" }, { "id": 61, "url": "https://ll.thespacedevs.com/2.2.0/agencies/61/?format=api", "name": "Romanian Space Agency", "featured": false, "type": "Government", "country_code": "ROU", "abbrev": "ASR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }