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": 345, "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": 116, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/116/?format=api", "name": "EADS Astrium Space Transportation", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "EADS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 3, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/3/?format=api", "name": "Mexican Space Agency", "featured": false, "type": "Government", "country_code": "MEX", "abbrev": "AEM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 127, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api", "name": "Robotics Institute", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "RI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 61, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/61/?format=api", "name": "Romanian Space Agency", "featured": false, "type": "Government", "country_code": "ROU", "abbrev": "ASR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 93, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/93/?format=api", "name": "Hughes Aircraft", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HAC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1039, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1039/?format=api", "name": "Magellan Aerospace Corporation", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "MAC", "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.", "administrator": "CEO: Phillip Underwood", "founding_year": "1996", "launchers": "Black Brant", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1049, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api", "name": "Space Pioneer", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "SP", "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.", "administrator": "CEO: Kang Yonglai", "founding_year": "2015", "launchers": "Tianlong", "spacecraft": "", "parent": null, "image_url": null }, { "id": 163, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/163/?format=api", "name": "Russian Aerospace Defence Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "VKO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null }, { "id": 1024, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1024/?format=api", "name": "Virgin Galactic", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "VG", "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.", "administrator": "Founder: Richard Branson", "founding_year": "2004", "launchers": "VMS Eve", "spacecraft": "VSS Enterprise | VSS Unity", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg" }, { "id": 1099, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1099/?format=api", "name": "Skyroot Aerospace", "featured": false, "type": "Private", "country_code": "IND", "abbrev": "Skyroot", "description": "Indian private launch services provider based in Hyderabad.", "administrator": "CEO: Pawan Kumar Chandana", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }