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=120&ordering=-consecutive_successful_launches
{ "count": 341, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=130&ordering=-consecutive_successful_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=110&ordering=-consecutive_successful_launches", "results": [ { "id": 231, "url": "https://ll.thespacedevs.com/2.2.0/agencies/231/?format=api", "name": "SKY Perfect JSAT Group", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "JSAT", "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": 1008, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1008/?format=api", "name": "Société d'étude et de réalisation d'engins balistiques", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "", "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.", "administrator": null, "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 76, "url": "https://ll.thespacedevs.com/2.2.0/agencies/76/?format=api", "name": "Swedish National Space Board", "featured": false, "type": "Government", "country_code": "SWE", "abbrev": "SNSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 149, "url": "https://ll.thespacedevs.com/2.2.0/agencies/149/?format=api", "name": "Interorbital Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IOS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 84, "url": "https://ll.thespacedevs.com/2.2.0/agencies/84/?format=api", "name": "Amsat", "featured": false, "type": "Commercial", "country_code": "USA,ITA,DEU,IND,GBR,CAN,JPN", "abbrev": "AMSAT", "description": "AMSAT is a name for amateur radio satellite organizations worldwide, but in particular the Radio Amateur Satellite Corporation (AMSAT) with headquarters at Washington, D.C. AMSAT organizations design, build, arrange launches for, and then operate (command) satellites carrying amateur radio payloads, including the OSCAR series of satellites. Other informally affiliated national organizations exist, such as AMSAT Germany (AMSAT-DL) and AMSAT Japan (JAMSAT).", "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": 86, "url": "https://ll.thespacedevs.com/2.2.0/agencies/86/?format=api", "name": "Ball Aerospace & Technologies Corp.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "BLL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1012, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1012/?format=api", "name": "Department of Aerospace Science and Technology", "featured": false, "type": "Government", "country_code": "BRA", "abbrev": "", "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.", "administrator": null, "founding_year": "1953", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }