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=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=190&ordering=featured", "results": [ { "id": 189, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/189/?format=api", "name": "China Aerospace Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 190, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/190/?format=api", "name": "Antrix Corporation Limited", "featured": false, "type": "Commercial", "country_code": "IND", "abbrev": "ACL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1055, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1055/?format=api", "name": "Bundeswehr", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "", "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.", "administrator": "Commander-in-Chief : Federal Minister of Defence", "founding_year": "1955", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 125, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/125/?format=api", "name": "A.M. Makarov Yuzhny Machine-Building Plant", "featured": false, "type": "Commercial", "country_code": "UKR", "abbrev": "PA Yuzhmash", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 93, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/93/?format=api", "name": "Hughes Aircraft", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HAC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 97, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/97/?format=api", "name": "NPO Lavochkin", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "LA", "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": 1025, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1025/?format=api", "name": "United States Departement of Defense", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "DoD", "description": "The DoD is a government agency in the United States. It is in charge of coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces.", "administrator": null, "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1051, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1051/?format=api", "name": "Payload Aerospace S.L.", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "PLD Space", "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.", "administrator": "CEO: Raúl Torres", "founding_year": "2011", "launchers": "Miura 1 | Miura 5", "spacecraft": "", "parent": null, "image_url": null }, { "id": 129, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/129/?format=api", "name": "Tethers Unlimited, Inc.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "TUI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }