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=150&ordering=-featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured", "results": [ { "id": 108, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/108/?format=api", "name": "Swales Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1033, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1033/?format=api", "name": "Orbex", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "Orbex", "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.", "administrator": "CEO: Martin Coates", "founding_year": "2015", "launchers": "Orbex Prime", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg" }, { "id": 51, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/51/?format=api", "name": "National Remote Sensing Center of Mongolia", "featured": false, "type": "Government", "country_code": "MNG", "abbrev": "NRSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1015, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1015/?format=api", "name": "European Launcher Development Organisation", "featured": false, "type": "Government", "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS", "abbrev": "ELDO", "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.", "administrator": null, "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 154, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api", "name": "Production Corporation Polyot", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "NP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1047, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1047/?format=api", "name": "Saudi Space Agency", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "SSA", "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.", "administrator": "CEO: Muhammad al-Tamimi", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 246, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/246/?format=api", "name": "Vietnam Posts and Telecommunications Group", "featured": false, "type": "Commercial", "country_code": "VNM", "abbrev": "VNPT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 125, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/125/?format=api", "name": "A.M. Makarov Yuzhny Machine-Building Plant", "featured": false, "type": "Commercial", "country_code": "UKR", "abbrev": "PA Yuzhmash", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 107, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api", "name": "Surrey Satellite Technology Ltd", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "SSTL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1090, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1090/?format=api", "name": "Jet Propulsion Laboratory", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "JPL", "description": "Jet Propulsion Laboratory (JPL) is a Federally Funded Research and Development Center (FFRDC) in La CaƱada Flintridge, California, Crescenta Valley, United States. Founded in 1936 by Caltech researchers, the laboratory is now owned and sponsored by the National Aeronautics and Space Administration (NASA) and administered and managed by the California Institute of Technology.\r\n\r\nThe primary function of the laboratory is the construction and operation of planetary robotic spacecraft, though it also conducts Earth-orbit and astronomy missions. It is also responsible for operating the NASA Deep Space Network (DSN).", "administrator": "Director: Dave Gallagher", "founding_year": "1936", "launchers": "", "spacecraft": "", "parent": "National Aeronautics and Space Administration", "image_url": null } ] }