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=330&ordering=-name
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=340&ordering=-name", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=-name", "results": [ { "id": 207, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/207/?format=api", "name": "Arab Satellite Communications Organization", "featured": false, "type": "Commercial", "country_code": "SAU", "abbrev": "ASCO", "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": 131, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/131/?format=api", "name": "Andrews Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Andrews Space", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 84, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/84/?format=api", "name": "Amsat", "featured": false, "type": "Commercial", "country_code": "USA,ITA,DEU,IND,GBR,CAN,JPN", "abbrev": "AMSAT", "description": "AMSAT is a name for amateur radio satellite organizations worldwide, but in particular the Radio Amateur Satellite Corporation (AMSAT) with headquarters at Washington, D.C. AMSAT organizations design, build, arrange launches for, and then operate (command) satellites carrying amateur radio payloads, including the OSCAR series of satellites. Other informally affiliated national organizations exist, such as AMSAT Germany (AMSAT-DL) and AMSAT Japan (JAMSAT).", "administrator": null, "founding_year": null, "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": 134, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/134/?format=api", "name": "American Rocket Company", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AMROC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1058, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1058/?format=api", "name": "Amazon Leo", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Amazon", "description": "Amazon Leo, formerly known as Kuiper Systems LLC and Project Kuiper, is a subsidiary of Amazon that was established in 2019 to deploy a large satellite internet constellation to provide low-latency broadband internet connectivity.", "administrator": "President: Rajeev Badyal", "founding_year": "2019", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 251, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/251/?format=api", "name": "AlYahSat", "featured": false, "type": "Commercial", "country_code": "ARE", "abbrev": "ALYAH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 156, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/156/?format=api", "name": "Alliant Techsystems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ATK", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 4, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/4/?format=api", "name": "Algerian Space Agency", "featured": false, "type": "Government", "country_code": "DZA", "abbrev": "ASAL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }