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=230&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=featured", "results": [ { "id": 25, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/25/?format=api", "name": "Danish National Space Center", "featured": false, "type": "Government", "country_code": "DNK", "abbrev": "DRC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 29, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/29/?format=api", "name": "German Aerospace Center", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "DLR", "description": "The German Aerospace Center is Germany's Center for aerospace, energy, and transportation research. Their main work is as a contributor to the ESA. They have done work both in tandem with the US on Space Shuttle and the ISS, and also with other European Nations on missions like Space Lab and Mars Express.", "administrator": "Administrator: Anke Kaysser-Pyzalla", "founding_year": "1969", "launchers": "", "spacecraft": "Mars Express | Rosetta | Dawn", "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": 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": 1042, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1042/?format=api", "name": "Skyrora", "featured": false, "type": "Private", "country_code": "GBR", "abbrev": "SKR", "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.", "administrator": "CEO: Volodymyr Lvykin", "founding_year": "2017", "launchers": "Skyrora", "spacecraft": "", "parent": null, "image_url": null }, { "id": 207, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/207/?format=api", "name": "Arab Satellite Communications Organization", "featured": false, "type": "Commercial", "country_code": "SAU", "abbrev": "ASCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 38, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/38/?format=api", "name": "National Space Agency (KazCosmos)", "featured": false, "type": "Government", "country_code": "KAZ", "abbrev": "NSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 45, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/45/?format=api", "name": "National Authority for Remote Sensing and Space Sciences", "featured": false, "type": "Government", "country_code": "EGY", "abbrev": "NARSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 53, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/53/?format=api", "name": "Uzbek State Space Research Agency (UzbekCosmos)", "featured": false, "type": "Government", "country_code": "UZB", "abbrev": "USSRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 79, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/79/?format=api", "name": "JSC Information Satellite Systems", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "JSC-ISS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }