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=140&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured", "results": [ { "id": 1050, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1050/?format=api", "name": "Italian Air Force", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "IAF", "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.", "administrator": null, "founding_year": "1923", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1022, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1022/?format=api", "name": "Axiom Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "AXS", "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.", "administrator": "CEO: Jonathan Cirtain", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 271, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/271/?format=api", "name": "Army Ballistic Missile Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "ABMA", "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 234, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/234/?format=api", "name": "XTAR LLC", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XTAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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": 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 }, { "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": 242, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/242/?format=api", "name": "Paradigm Secure Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "PSCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 130, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/130/?format=api", "name": "RUAG Space", "featured": false, "type": "Commercial", "country_code": "CHE", "abbrev": "RUAG", "description": null, "administrator": null, "founding_year": null, "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 } ] }