Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true
SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured
The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.
GET /2.2.0/agencies/?format=api&offset=220&ordering=consecutive_successful_launches
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=consecutive_successful_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=consecutive_successful_launches", "results": [ { "id": 204, "url": "https://ll.thespacedevs.com/2.2.0/agencies/204/?format=api", "name": "Globalstar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 212, "url": "https://ll.thespacedevs.com/2.2.0/agencies/212/?format=api", "name": "Digital Globe", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DGI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 282, "url": "https://ll.thespacedevs.com/2.2.0/agencies/282/?format=api", "name": "Aevum", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AEV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 112, "url": "https://ll.thespacedevs.com/2.2.0/agencies/112/?format=api", "name": "Yuzhnoye Design Bureau", "featured": false, "type": "Commercial", "country_code": "UKR", "abbrev": "OKB-586", "description": "Yuzhnoye Design Office, located in Dnipro, Ukraine, is a designer of satellites and rockets, and formerly of Soviet intercontinental ballistic missiles (ICBMs) established by Mikhail Yangel in 1951. The Zenit launch vehicle currently launches from Baikonur Cosmodrome but also used to launch from an ocean platform, Odyssey.", "administrator": "Director: Alexander Degtyarev", "founding_year": "1951", "launchers": "Zenit", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_image_20190207032505.jpeg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_logo_20190207032505.png" }, { "id": 23, "url": "https://ll.thespacedevs.com/2.2.0/agencies/23/?format=api", "name": "Croatian Space Agency", "featured": false, "type": "Government", "country_code": "HRV", "abbrev": "HSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 213, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 25, "url": "https://ll.thespacedevs.com/2.2.0/agencies/25/?format=api", "name": "Danish National Space Center", "featured": false, "type": "Government", "country_code": "DNK", "abbrev": "DRC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 129, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 77, "url": "https://ll.thespacedevs.com/2.2.0/agencies/77/?format=api", "name": "OHB System", "featured": false, "type": "Commercial", "country_code": "DEU", "abbrev": "OHB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1034, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1034/?format=api", "name": "No. 5 Research Academy", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "First Chinese missile research institution. Active from October 1956 to November 1964.", "administrator": null, "founding_year": "1956", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }