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=50&ordering=-featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=60&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=40&ordering=-featured", "results": [ { "id": 198, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/198/?format=api", "name": "Mohammed bin Rashid Space Centre", "featured": false, "type": "Government", "country_code": "ARE", "abbrev": "MBRSC", "description": "The Mohammed bin Rashid Space Centre is a Dubai government organisation working on the UAE space programme, which includes various space satellite projects, the Emirates Mars Mission, the Emirates Lunar Mission, and the UAE astronaut programme.", "administrator": "DG: Salem Humaid AlMarri", "founding_year": "2006", "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 }, { "id": 238, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/238/?format=api", "name": "Hisdesat", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "HISDE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 10, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/10/?format=api", "name": "Belgian Institute for Space Aeronomy", "featured": false, "type": "Government", "country_code": "BEL", "abbrev": "BIRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 245, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/245/?format=api", "name": "Regional African Satellite Communication Organization", "featured": false, "type": "Commercial", "country_code": "MUS", "abbrev": "RASCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 86, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/86/?format=api", "name": "Ball Aerospace & Technologies Corp.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "BLL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 102, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/102/?format=api", "name": "Rockwell International", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ROI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 160, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/160/?format=api", "name": "Royal Australian Air Force", "featured": false, "type": "Government", "country_code": "AUS", "abbrev": "RAAF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 237, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/237/?format=api", "name": "PT Telkom Indonesia", "featured": false, "type": "Commercial", "country_code": "IDN", "abbrev": "TLKM", "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.", "administrator": "CEO: Ririek Adriansyah", "founding_year": "1856", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 98, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api", "name": "Mitsubishi Heavy Industries", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "MHI", "description": "Mitsubishi Heavy Industries, Ltd. is a Japanese multinational engineering, electrical equipment and electronics company headquartered in Tokyo, Japan. MHI is one of the core companies of the Mitsubishi Group.\r\n\r\nMHI's products include aerospace components, air conditioners, aircraft, automotive components, forklift trucks, hydraulic equipment, machine tools, missiles, power generation equipment, printing machines, ships and space launch vehicles. Through its defense-related activities, it is the world's 23rd-largest defense contractor measured by 2011 defense revenues and the largest based in Japan.", "administrator": "President: Seiji Izumisawa", "founding_year": "1884", "launchers": "H-I, H-II, H-III", "spacecraft": "Kounotori | HTV", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mitsubishi2520heavy2520industries_image_20200117065724.jpg" } ] }