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": 106, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api", "name": "General Dynamics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 71, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/71/?format=api", "name": "Swiss Space Office", "featured": false, "type": "Government", "country_code": "CHE", "abbrev": "SSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 92, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/92/?format=api", "name": "Hawker Siddeley Dynamics", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "HSD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 120, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/120/?format=api", "name": "SpaceQuest, Ltd.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SQ", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 19, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/19/?format=api", "name": "Centre for Remote Imaging, Sensing and Processing", "featured": false, "type": "Educational", "country_code": "SGP", "abbrev": "CRISP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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": 36, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/36/?format=api", "name": "Italian Space Agency", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "ASI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 60, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/60/?format=api", "name": "FCT Space Office", "featured": false, "type": "Government", "country_code": "PRT", "abbrev": "FTC SO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 62, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/62/?format=api", "name": "Royal Centre for Remote Sensing", "featured": false, "type": "Government", "country_code": "MAR", "abbrev": "CRTS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 194, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/194/?format=api", "name": "ExPace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "EP", "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.", "administrator": "CEO: Zhang Di", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }