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": 192, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api", "name": "Lockheed Space Operations Company", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "LSOC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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": 1061, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1061/?format=api", "name": "HawkEye 360", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "he360", "description": "HawkEye 360 is an American geospatial analytics company headquartered in Herndon, Virginia. It is a commercial seller of radio frequency signal location data gathered by a satellite constellation.", "administrator": "CEO: John Serafini", "founding_year": "2015", "launchers": "", "spacecraft": "HawkEye 360", "parent": null, "image_url": null }, { "id": 1054, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1054/?format=api", "name": "Defense Advanced Research Projects Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "DARPA", "description": "The Defense Advanced Research Projects Agency (DARPA) is a research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use by the military.", "administrator": "Director: Stefanie Tompkins", "founding_year": "1958", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 179, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/179/?format=api", "name": "Orbital ATK", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "OA", "description": "Orbital ATK Inc. was an American aerospace manufacturer and defense industry company. It was formed in 2015 from the merger of Orbital Sciences Corporation and parts of Alliant Techsystems. Orbital ATK was purchased by Northrop Grumman in 2018.", "administrator": "President: David W. Thompson", "founding_year": "2015", "launchers": "Antares | Minotaur | Pegasus", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg" }, { "id": 210, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/210/?format=api", "name": "National Oceanic and Atmospheric Administration", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "NOAA", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1083, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api", "name": "Space One", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "Space One", "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites", "administrator": null, "founding_year": "2018", "launchers": "KAIROS", "spacecraft": "", "parent": null, "image_url": null }, { "id": 263, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/263/?format=api", "name": "OneSpace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "OS", "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1092, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1092/?format=api", "name": "Institute for Q-shu Pioneers of Space", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.", "administrator": "CEO: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 68, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api", "name": "Space Research Centre", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "CBK-PAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }