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=260&ordering=-featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=-featured", "results": [ { "id": 1053, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1053/?format=api", "name": "Turkish Air Force", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TAF", "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.", "administrator": null, "founding_year": "1911", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1079, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1079/?format=api", "name": "Agency for Defense Development", "featured": false, "type": "Government", "country_code": "KOR", "abbrev": "ADD", "description": "The Agency for Defense Development (ADD) is the South Korean national agency for research and development in defense technology, funded by the Defense Acquisition Program Administration (DAPA). Its purpose is contributing to enforcing the national defence, to improving the national R&D capacity, and to fostering the domestic defense industry.", "administrator": null, "founding_year": "1970", "launchers": "South Korean ADD Solid-Fuel SLV", "spacecraft": "", "parent": null, "image_url": null }, { "id": 50, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/50/?format=api", "name": "National Institute of Aeronautics and Space", "featured": false, "type": "Government", "country_code": "IDN", "abbrev": "LAPAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1031, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1031/?format=api", "name": "Hindustan Aeronautics Limited", "featured": false, "type": "Government", "country_code": "IND", "abbrev": "HAL", "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.", "administrator": "Chairman: R. Madhavan", "founding_year": "1940", "launchers": "", "spacecraft": "Gaganyaan", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png" }, { "id": 58, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/58/?format=api", "name": "Norwegian Space Centre", "featured": false, "type": "Government", "country_code": "NOR", "abbrev": "NRS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1045, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1045/?format=api", "name": "Rocket Factory Augsburg", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "RFA", "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.", "administrator": "COO: Stefan Brieschenk", "founding_year": "2018", "launchers": "RFA One", "spacecraft": "", "parent": null, "image_url": null }, { "id": 60, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/60/?format=api", "name": "FCT Space Office", "featured": false, "type": "Government", "country_code": "PRT", "abbrev": "FTC SO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 21, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/21/?format=api", "name": "Consultative Committee for Space Data Systems", "featured": false, "type": "Multinational", "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN", "abbrev": "CCSDS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 62, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/62/?format=api", "name": "Royal Centre for Remote Sensing", "featured": false, "type": "Government", "country_code": "MAR", "abbrev": "CRTS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 32, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/32/?format=api", "name": "Institute for Space Applications and Remote Sensing", "featured": false, "type": "Government", "country_code": "GRC", "abbrev": "ISARS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }