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=100&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=110&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=90&ordering=featured", "results": [ { "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": 1048, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1048/?format=api", "name": "Stoke Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Stoke", "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.", "administrator": "CEO: Andy Lapsa", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 214, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/214/?format=api", "name": "Spire Global", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPIRE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1035, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1035/?format=api", "name": "Seventh Ministry of Machine Building Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.", "administrator": null, "founding_year": "1964", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 244, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/244/?format=api", "name": "Star One", "featured": false, "type": "Commercial", "country_code": "BRA", "abbrev": "STA1", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 226, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/226/?format=api", "name": "PanAmSat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PANAM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 213, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api", "name": "Missile Defense Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "MDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 238, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/238/?format=api", "name": "Hisdesat", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "HISDE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 59, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/59/?format=api", "name": "Pakistan Space and Upper Atmosphere Research Commission", "featured": false, "type": "Government", "country_code": "PAK", "abbrev": "SUPARCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 205, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/205/?format=api", "name": "Inmarsat", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "ISAT", "description": "Inmarsat is a British satellite telecommunications company, offering global mobile services. It provides telephone and data services to users worldwide, via portable or mobile terminals which communicate with ground stations through fifteen geostationary telecommunications satellites.", "administrator": "CEO: Rajeev Suri", "founding_year": "1979", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }