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=160&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=170&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "results": [ { "id": 69, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/69/?format=api", "name": "South African National Space Agency", "featured": false, "type": "Government", "country_code": "ZAF", "abbrev": "SANSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 127, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api", "name": "Robotics Institute", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "RI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1080, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1080/?format=api", "name": "Orienspace Technology", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "OrienSpace", "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.", "administrator": null, "founding_year": "2020", "launchers": "Gravity-1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1074, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1074/?format=api", "name": "National Aerospace Development Administration", "featured": false, "type": "Government", "country_code": "PRK", "abbrev": "NADA", "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.", "administrator": null, "founding_year": "2013", "launchers": "Chollima", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1028, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1028/?format=api", "name": "Southern Launch", "featured": false, "type": "Private", "country_code": "AUS", "abbrev": "", "description": "Southern Launch is a South Australian launch company specializing in infrastructure and logistics for sub-orbital and orbital launches from Australian launch sites.", "administrator": "CEO: Lloyd Damp", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 151, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/151/?format=api", "name": "Swedish Space Corp", "featured": false, "type": "Commercial", "country_code": "SWE", "abbrev": "SSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1082, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1082/?format=api", "name": "Kinéis", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "KIN", "description": "French company operating an Internet of Things (IoT) constellation of nano-satellites following on from the Argos system developed in the 1980s.\r\nIt was founded by the company Collecte Localisation Satellites (CLS) with the support of CNES, the French space agency.", "administrator": "CEO: Alexandre Tisserant", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 132, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/132/?format=api", "name": "Kongsberg Defence & Aerospace", "featured": false, "type": "Commercial", "country_code": "NOR", "abbrev": "KDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 999, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api", "name": "North American Aviation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "", "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.", "administrator": null, "founding_year": "1928", "launchers": "North American X-15", "spacecraft": "", "parent": "Boeing", "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 } ] }