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=120&ordering=featured
{ "count": 343, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=110&ordering=featured", "results": [ { "id": 89, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/89/?format=api", "name": "Fairchild Space and Electronics Division", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "FSED", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 235, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/235/?format=api", "name": "Thaicom", "featured": false, "type": "Commercial", "country_code": "THA", "abbrev": "TICOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 282, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "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": 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": 999, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api", "name": "North American Aviation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "", "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.", "administrator": null, "founding_year": "1928", "launchers": "North American X-15", "spacecraft": "", "parent": "Boeing", "image_url": null }, { "id": 152, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/152/?format=api", "name": "UP Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "UPA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 245, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/245/?format=api", "name": "Regional African Satellite Communication Organization", "featured": false, "type": "Commercial", "country_code": "MUS", "abbrev": "RASCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 112, "url": "https://lldev.thespacedevs.com/2.0.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-dev.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_image_20190207032505.jpeg" }, { "id": 1022, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1022/?format=api", "name": "Axiom Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "AXS", "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.", "administrator": "CEO: Jonathan Cirtain", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }