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": 348, "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": 144, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/144/?format=api", "name": "Scaled Composites", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Scaled", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 42, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/42/?format=api", "name": "Lithuanian Space Association", "featured": false, "type": "Government", "country_code": "LTU", "abbrev": "LSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 190, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/190/?format=api", "name": "Antrix Corporation Limited", "featured": false, "type": "Commercial", "country_code": "IND", "abbrev": "ACL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 139, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/139/?format=api", "name": "Armadillo Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Armadillo", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1023, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1023/?format=api", "name": "Space Adventures", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "SA", "description": "Space Adventures, Inc. is an American space tourism company founded in 1998 by Eric C. Anderson. Its offerings include zero-gravity atmospheric flights, orbital spaceflights and other spaceflight-related experiences including cosmonaut training, spacewalk training, and launch tours.", "administrator": "CEO: Eric C. Anderson", "founding_year": "1998", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 183, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api", "name": "Unknown", "featured": false, "type": "Unknown", "country_code": "???", "abbrev": "UNK", "description": "The agency or launch service provider is not known yet.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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": 1067, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api", "name": "Intuitive Machines", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IM", "description": "Intuitive Machines, Inc. is aAmerican company headquartered in Houston, Texas.\r\n\r\nThe company is completing its lunar program which will provide lunar surface access, lunar orbit delivery, and communications at lunar distance.", "administrator": "President: Steve Altemus", "founding_year": "2013", "launchers": "", "spacecraft": "Nova-C", "parent": null, "image_url": null }, { "id": 184, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/184/?format=api", "name": "China Aerospace Science and Industry Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASIC", "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png" }, { "id": 70, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/70/?format=api", "name": "Space Research Institute of Saudi Arabia", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "KACST-SRI", "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.", "administrator": "Chairman: Sultan bin Salman Al Saud", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }