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=200&ordering=-id
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=-id", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=190&ordering=-id", "results": [ { "id": 150, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/150/?format=api", "name": "Masten Space Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Masten", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 149, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/149/?format=api", "name": "Interorbital Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IOS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 148, "url": "https://lldev.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": 147, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/147/?format=api", "name": "Rocket Lab", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "RL", "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.", "administrator": "CEO: Peter Beck", "founding_year": "2006", "launchers": "Electron", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg" }, { "id": 146, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/146/?format=api", "name": "Canadian Arrow", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "Canadian Arrow", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 145, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/145/?format=api", "name": "XCOR Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XCOR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 144, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/144/?format=api", "name": "Scaled Composites", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Scaled", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/143/?format=api", "name": "PlanetSpace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PlanetSpace", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 142, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/142/?format=api", "name": "Copenhagen Suborbitals", "featured": false, "type": "Commercial", "country_code": "DNK", "abbrev": "CSU", "description": "Copenhagen Suborbitals is the world's only manned, amateur, crowd funded space program. Their stated goal is to have one of the members fly into space (above 100 km), on a sub-orbital spaceflight, in a space capsule on the Spica rocket.As an amateur organisation, the 55 members use their spare time on the project, while at the same time having regular day jobs.", "administrator": "Chairman: Jørgen Skyt", "founding_year": "2008", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 141, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api", "name": "Blue Origin", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "BO", "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.", "administrator": "CEO: Jeff Bezos", "founding_year": "2000", "launchers": "New Shepard | New Glenn", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg" } ] }