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=110&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=120&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=100&ordering=-featured", "results": [ { "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 }, { "id": 1058, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1058/?format=api", "name": "Amazon Leo", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Amazon", "description": "Amazon Leo, formerly known as Kuiper Systems LLC and Project Kuiper, is a subsidiary of Amazon that was established in 2019 to deploy a large satellite internet constellation to provide low-latency broadband internet connectivity.", "administrator": "President: Rajeev Badyal", "founding_year": "2019", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 229, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/229/?format=api", "name": "Eutelsat", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "EUTEL", "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.", "administrator": "CEO: Eva Berneke", "founding_year": "1977", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 82, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/82/?format=api", "name": "Lockheed Martin", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "LMT", "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes. They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.", "administrator": null, "founding_year": "1953", "launchers": "Titan | Agena", "spacecraft": "Hubble | JUNO | InSight", "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": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.", "administrator": null, "founding_year": "1985", "launchers": "", "spacecraft": "", "parent": "Airbus Defence and Space", "image_url": null }, { "id": 158, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/158/?format=api", "name": "Chrysler", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "CHR", "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.", "administrator": null, "founding_year": "1950", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 227, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/227/?format=api", "name": "UK Ministry Of Defence", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKMOD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 150, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/150/?format=api", "name": "Masten Space Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Masten", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 213, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api", "name": "Missile Defense Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "MDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 224, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/224/?format=api", "name": "GeoOptics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GO", "description": "GeoOptics is an environmental data company that aims to deliver a wealth of information about the changing planet to users in near real time.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }