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=210&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=200&ordering=-featured", "results": [ { "id": 1068, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1068/?format=api", "name": "Ovzon", "featured": false, "type": "Commercial", "country_code": "USA,SWE", "abbrev": "", "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States", "administrator": "CEO: Per Norén", "founding_year": "2006", "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": 184, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/184/?format=api", "name": "China Aerospace Science and Industry Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASIC", "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png" }, { "id": 103, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/103/?format=api", "name": "RKK Energiya", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "RSC", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1016, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1016/?format=api", "name": "Weapons Research Establishment", "featured": false, "type": "Government", "country_code": "AUS", "abbrev": "WRE", "description": "The Weapons Research Establishment was an Australian government entity dedicated to providing science and technology support for Australia's defence and national security needs.", "administrator": null, "founding_year": "1955", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1000, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1000/?format=api", "name": "Energia", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "OKB-1", "description": null, "administrator": null, "founding_year": "1946", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 79, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/79/?format=api", "name": "JSC Information Satellite Systems", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "JSC-ISS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 259, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/259/?format=api", "name": "LandSpace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "LS", "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.", "administrator": "Founder: Zhang Changwu", "founding_year": "2015", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1029, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1029/?format=api", "name": "TiSPACE", "featured": false, "type": "Private", "country_code": "TWN", "abbrev": "", "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.", "administrator": "Founder: Dr. Yen-Sen Chen", "founding_year": "2016", "launchers": "Hapith I, Hapith V", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1076, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1076/?format=api", "name": "Rivada Space Networks", "featured": false, "type": "Commercial", "country_code": "DEU", "abbrev": "RivadaSpace", "description": "In March 2022, Rivada announced the formation of Rivada Space Networks GmbH, a wholly owned subsidiary that was land to launch 600 low earth orbit satellites interconnected with laser links to form a single global mesh network in space.", "administrator": "CEO: Declan Ganley", "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }