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=270&ordering=-name
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=280&ordering=-name", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=-name", "results": [ { "id": 1004, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1004/?format=api", "name": "Convair", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "", "description": "Convair, previously Consolidated Vultee, was an American aircraft manufacturing company that later expanded into rockets and spacecraft. The company was formed in 1943 by the merger of Consolidated Aircraft and Vultee Aircraft. In 1953 it was purchased by General Dynamics, and operated as their Convair Division for most of its corporate history.", "administrator": null, "founding_year": "1943", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 21, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/21/?format=api", "name": "Consultative Committee for Space Data Systems", "featured": false, "type": "Multinational", "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN", "abbrev": "CCSDS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 20, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/20/?format=api", "name": "Commonwealth Scientific and Industrial Research Organisation", "featured": false, "type": "Government", "country_code": "AUS", "abbrev": "CSIRO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 22, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/22/?format=api", "name": "Committee on Space Research", "featured": false, "type": "Multinational", "country_code": "FRA,USA,ITA,DEU,RUS,CHN,ESP,CHE,IND,GBR,AUT,UKR,PAK,SWE,TUR,BEL,EGY,PRT,BRA,MEX,CAN,NLD,JPN,ISR,ZAF,HUN,IRN,AUS,POL,BGR,SVK,DNK,CZE,ROU,NOR,THA,ARG,ARM,IDN,TWN,FIN,GRC,NGA", "abbrev": "COSPAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1027, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1027/?format=api", "name": "Comisión Nacional de Actividades Espaciales", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.", "administrator": null, "founding_year": "1960", "launchers": "Tronador", "spacecraft": "", "parent": null, "image_url": null }, { "id": 18, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/18/?format=api", "name": "Colombian Space Commission", "featured": false, "type": "Government", "country_code": "COL", "abbrev": "CCE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 158, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/158/?format=api", "name": "Chrysler", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "CHR", "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.", "administrator": null, "founding_year": "1950", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 272, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api", "name": "China Rocket Co. Ltd.", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "CHNR", "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 17, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api", "name": "China National Space Administration", "featured": true, "type": "Government", "country_code": "CHN", "abbrev": "CNSA", "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.", "administrator": "Administrator: Tang Dengjie", "founding_year": "1993", "launchers": "", "spacecraft": "Shenzhou", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg" }, { "id": 177, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/177/?format=api", "name": "China Great Wall Industry Corporation", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "CGWIC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }