Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true
SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured
The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.
GET /2.2.0/agencies/?format=api&offset=270&ordering=featured
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=280&ordering=featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=featured", "results": [ { "id": 67, "url": "https://ll.thespacedevs.com/2.2.0/agencies/67/?format=api", "name": "Space Research and Remote Sensing Organization", "featured": false, "type": "Government", "country_code": "BGD", "abbrev": "SPARRSP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 14, "url": "https://ll.thespacedevs.com/2.2.0/agencies/14/?format=api", "name": "Bolivian Space Agency", "featured": false, "type": "Government", "country_code": "BOL", "abbrev": "ABAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1021, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api", "name": "Galactic Energy", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "GE", "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.", "administrator": null, "founding_year": "2018", "launchers": "Ceres-1 | Pallas-1", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png" }, { "id": 95, "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api", "name": "Israel Aerospace Industries", "featured": false, "type": "Commercial", "country_code": "ISR", "abbrev": "IAI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 166, "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api", "name": "US Navy", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USN", "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.", "administrator": null, "founding_year": "1963", "launchers": "", "spacecraft": "Vanguard 1-3 | Parker Solar Probe", "parent": null, "image_url": null, "logo_url": null }, { "id": 105, "url": "https://ll.thespacedevs.com/2.2.0/agencies/105/?format=api", "name": "SpaceDev", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPDV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 245, "url": "https://ll.thespacedevs.com/2.2.0/agencies/245/?format=api", "name": "Regional African Satellite Communication Organization", "featured": false, "type": "Commercial", "country_code": "MUS", "abbrev": "RASCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 110, "url": "https://ll.thespacedevs.com/2.2.0/agencies/110/?format=api", "name": "TRW", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "TRW", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 248, "url": "https://ll.thespacedevs.com/2.2.0/agencies/248/?format=api", "name": "ProtoStar", "featured": false, "type": "Commercial", "country_code": "BMU", "abbrev": "PROTO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1094, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null } ] }