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=320&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=310&ordering=-featured", "results": [ { "id": 67, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 20, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/20/?format=api", "name": "Commonwealth Scientific and Industrial Research Organisation", "featured": false, "type": "Government", "country_code": "AUS", "abbrev": "CSIRO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 161, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api", "name": "United States Air Force", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USAF", "description": "The United States Air Force (USAF) is the air service branch of the United States Armed Forces, and is one of the eight uniformed services of the United States. Originally created on 1 August 1907, as a part of the United States Army Signal Corps, the USAF was established as a separate branch of the United States Armed Forces in 1947 with the enactment of the National Security Act of 1947.", "administrator": "Commander-in-Chief: President of the US", "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1094, "url": "https://lldev.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": 246, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/246/?format=api", "name": "Vietnam Posts and Telecommunications Group", "featured": false, "type": "Commercial", "country_code": "VNM", "abbrev": "VNPT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 95, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 135, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/135/?format=api", "name": "Rocketdyne", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Rocketdyne", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 117, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/117/?format=api", "name": "Eurockot Launch Services", "featured": false, "type": "Commercial", "country_code": "FRA,RUS", "abbrev": "ELS", "description": "Eurockot Launch Services GmbH is a commercial spacecraft launch provider and was founded in 1995. Eurockot uses an expendable launch vehicle called the Rockot to place satellites into low Earth orbit (LEO). Eurockot is jointly owned by ArianeGroup, which holds 51 percent, and by Khrunichev State Research and Production Space Center, which holds 49 percent. Eurockot launches from dedicated launch facilities at the Plesetsk Cosmodrome in northern Russia.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 248, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 166, "url": "https://lldev.thespacedevs.com/2.0.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 } ] }