Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/?format=api&offset=310&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=featured", "results": [ { "id": 33, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/33/?format=api", "name": "Instituto Nacional de Técnica Aeroespacial", "featured": false, "type": "Government", "country_code": "ESP", "abbrev": "INTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 28, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/28/?format=api", "name": "Geo-Informatics and Space Technology Development Agency", "featured": false, "type": "Government", "country_code": "THA", "abbrev": "GISTDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 65, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/65/?format=api", "name": "TUBITAK Space Technologies Research Institute", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TUBITAK UZAY", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 90, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/90/?format=api", "name": "Fokker Space & Systems", "featured": false, "type": "Commercial", "country_code": "NLD", "abbrev": "FSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 129, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/129/?format=api", "name": "Tethers Unlimited, Inc.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "TUI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 16, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api", "name": "Canadian Space Agency", "featured": false, "type": "Government", "country_code": "CAN", "abbrev": "CSA", "description": "The Canadian Space Agency was established by the Canadian Space Agency Act which received Royal Assent on May 10, 1990. \r\n\r\nThe Canadian space program is administered by the Canadian Space Agency. Canada has contributed technology, expertise and personnel to the world space effort, especially in collaboration with ESA and NASA. In addition to its astronauts and satellites, some of the most notable Canadian technological contributions to space exploration include the Canadarm on the Space Shuttle and Canadarm2 on the International Space Station.", "administrator": "President: Lisa Campbell", "founding_year": "1990", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 26, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/26/?format=api", "name": "Technical University of Denmark - National Space Institute", "featured": false, "type": "Educational", "country_code": "DNK", "abbrev": "DTU", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 138, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/138/?format=api", "name": "Snecma", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "Snecma", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 47, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/47/?format=api", "name": "National Commission for Aerospace Research and Development", "featured": false, "type": "Government", "country_code": "PER", "abbrev": "CONIDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1013, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1013/?format=api", "name": "Makeyev Rocket Design Bureau", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "", "description": "The JSC Makeyev Design Bureau is a Russian missile design company located in Miass, Russia.\r\n\r\nEstablished in December 1947 as SKB-385, the company is the main designer of submarine-launched ballistic missiles (SLBM) in Russia. The organization was named in honor of Victor Makeyev. Its full official name is State Rocket Center «Academician V.P. Makeev Design Bureau».\r\n\r\nIn 1965, SKB-385 was redesignated the Design Bureau of Machine-Building (KBM) under the Ministry of General Machine-Building.", "administrator": null, "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }