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": 1024, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1024/?format=api", "name": "Virgin Galactic", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "VG", "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.", "administrator": "Founder: Richard Branson", "founding_year": "2004", "launchers": "VMS Eve", "spacecraft": "VSS Enterprise | VSS Unity", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg" }, { "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": 183, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api", "name": "Unknown", "featured": false, "type": "Unknown", "country_code": "???", "abbrev": "UNK", "description": "The agency or launch service provider is not known yet.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 190, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/190/?format=api", "name": "Antrix Corporation Limited", "featured": false, "type": "Commercial", "country_code": "IND", "abbrev": "ACL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1044, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1044/?format=api", "name": "ArianeGroup", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "AG", "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.", "administrator": "CEO: Martin Sion", "founding_year": "2015", "launchers": "Ariane", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg" }, { "id": 243, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/243/?format=api", "name": "Hughes", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HUGH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1037, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1037/?format=api", "name": "Ministry of Aerospace Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.", "administrator": null, "founding_year": "1988", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1062, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1062/?format=api", "name": "Viasat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VSAT", "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.", "administrator": "CEO: Mark D. Dankberg", "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 245, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/245/?format=api", "name": "Regional African Satellite Communication Organization", "featured": false, "type": "Commercial", "country_code": "MUS", "abbrev": "RASCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1035, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1035/?format=api", "name": "Seventh Ministry of Machine Building Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.", "administrator": null, "founding_year": "1964", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }