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": 346, "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": 1102, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1102/?format=api", "name": "Deep Blue Aerospace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "DBA Space", "description": "Chinese private launch services provider, currently developing the Nebula series of orbital launch vehicles.", "administrator": null, "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 25, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/25/?format=api", "name": "Danish National Space Center", "featured": false, "type": "Government", "country_code": "DNK", "abbrev": "DRC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 23, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/23/?format=api", "name": "Croatian Space Agency", "featured": false, "type": "Government", "country_code": "HRV", "abbrev": "HSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 142, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/142/?format=api", "name": "Copenhagen Suborbitals", "featured": false, "type": "Commercial", "country_code": "DNK", "abbrev": "CSU", "description": "Copenhagen Suborbitals is the world's only manned, amateur, crowd funded space program. Their stated goal is to have one of the members fly into space (above 100 km), on a sub-orbital spaceflight, in a space capsule on the Spica rocket.As an amateur organisation, the 55 members use their spare time on the project, while at the same time having regular day jobs.", "administrator": "Chairman: Jørgen Skyt", "founding_year": "2008", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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 } ] }