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=310&ordering=featured
{ "count": 347, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=featured", "results": [ { "id": 165, "url": "https://ll.thespacedevs.com/2.0.0/agencies/165/?format=api", "name": "US Army", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 19, "url": "https://ll.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": 49, "url": "https://ll.thespacedevs.com/2.0.0/agencies/49/?format=api", "name": "National Space Activities Commission", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 23, "url": "https://ll.thespacedevs.com/2.0.0/agencies/23/?format=api", "name": "Croatian Space Agency", "featured": false, "type": "Government", "country_code": "HRV", "abbrev": "HSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 203, "url": "https://ll.thespacedevs.com/2.0.0/agencies/203/?format=api", "name": "SES", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "SES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 52, "url": "https://ll.thespacedevs.com/2.0.0/agencies/52/?format=api", "name": "National Remote Sensing Center of Tunisia", "featured": false, "type": "Government", "country_code": "TUN", "abbrev": "CNT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 148, "url": "https://ll.thespacedevs.com/2.0.0/agencies/148/?format=api", "name": "Scorpius Space Launch Company", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SSLC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 167, "url": "https://ll.thespacedevs.com/2.0.0/agencies/167/?format=api", "name": "Space Florida", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1094, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1094/?format=api", "name": "ATMOS Space Cargo", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "ATMOS", "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.", "administrator": "CEO: Sebastian Klaus", "founding_year": "2022", "launchers": "", "spacecraft": "Phoenix", "parent": null, "image_url": null }, { "id": 251, "url": "https://ll.thespacedevs.com/2.0.0/agencies/251/?format=api", "name": "AlYahSat", "featured": false, "type": "Commercial", "country_code": "ARE", "abbrev": "ALYAH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }