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=150&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=featured", "results": [ { "id": 1026, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1026/?format=api", "name": "Spaceflight Launch Services", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Spaceflight", "description": "Spaceflight enables commercial, non-profit organizations and government entities get launched, achieving their mission goals.", "administrator": null, "founding_year": "2011", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 274, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/274/?format=api", "name": "i-Space", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "i-Space", "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.", "administrator": null, "founding_year": "2016", "launchers": "Hyperbola-1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1039, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1039/?format=api", "name": "Magellan Aerospace Corporation", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "MAC", "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.", "administrator": "CEO: Phillip Underwood", "founding_year": "1996", "launchers": "Black Brant", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1034, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1034/?format=api", "name": "No. 5 Research Academy", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "First Chinese missile research institution. Active from October 1956 to November 1964.", "administrator": null, "founding_year": "1956", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1059, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1049, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api", "name": "Space Pioneer", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "SP", "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.", "administrator": "CEO: Kang Yonglai", "founding_year": "2015", "launchers": "Tianlong", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1043, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1043/?format=api", "name": "European Union Agency for the Space Programme", "featured": false, "type": "Multinational", "country_code": "FRA,ITA,DEU,ESP,AUT,SWE,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,HRV,FIN,GRC,EST,IRL,LVA,LTU,LUX,SVN,CYP,MLT", "abbrev": "EUSPA", "description": "The European Union Agency for the Space Programme (EUSPA) is a space agency, managing the European Union Space Programme as one of the agencies of the European Union (EU). It was initially created as the European Global Navigation Satellite Systems Supervisory Authority (GSA) in 2004, reorganised into the European Global Navigation Satellite Systems Agency (also GSA) in 2010, and established in its current form on May 12, 2021. EUSPA is a separate entity from the European Space Agency (ESA), although the two entities work together closely.", "administrator": "Executive Director: Rodrigo da Costa", "founding_year": "2021", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1071, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1071/?format=api", "name": "Synspective", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "", "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.", "administrator": "CEO: Dr. Motoyuki Arai", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1038, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1038/?format=api", "name": "Equatorial Launch Australia", "featured": false, "type": "Commercial", "country_code": "AUS", "abbrev": "ELA", "description": "Equatorial Launch Australia (ELA) is an Australian startup founded in 2015 to provide commercial space launches from the Arnhem Land spaceport.", "administrator": "CEO: Michael Jones", "founding_year": "2015", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1066, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1066/?format=api", "name": "HyImpulse", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "HYI", "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.", "administrator": "CEO: Mario Kobald", "founding_year": "2018", "launchers": "SR75 | SL1", "spacecraft": "", "parent": null, "image_url": null } ] }