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=170&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured", "results": [ { "id": 99, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/99/?format=api", "name": "Northrop Grumman Space Technology", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "NOC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 236, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/236/?format=api", "name": "DirecTV", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DIREC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 109, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/109/?format=api", "name": "Turkish Aerospace Industries", "featured": false, "type": "Commercial", "country_code": "TUR", "abbrev": "TAI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 137, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/137/?format=api", "name": "Reaction Engines Ltd.", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "REL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 154, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api", "name": "Production Corporation Polyot", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "NP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 255, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/255/?format=api", "name": "Avanti Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "AVN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 208, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/208/?format=api", "name": "Telesat", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "TELE", "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1030, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1030/?format=api", "name": "Long Wall", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ABL", "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.", "administrator": "CEO: Dan Piemont", "founding_year": "2017", "launchers": "RS1", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg" }, { "id": 1001, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1001/?format=api", "name": "EXOS Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "EXOS", "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.", "administrator": "President: David Mitchell", "founding_year": "2014", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg" }, { "id": 43, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/43/?format=api", "name": "Malaysian National Space Agency", "featured": false, "type": "Government", "country_code": "MYS", "abbrev": "ANGKASA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }