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=150&ordering=-featured
{ "count": 343, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured", "results": [ { "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": 70, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/70/?format=api", "name": "Space Research Institute of Saudi Arabia", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "KACST-SRI", "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.", "administrator": "Chairman: Sultan bin Salman Al Saud", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 165, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/165/?format=api", "name": "US Army", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 175, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/175/?format=api", "name": "Ministry of Defence of the Russian Federation", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "MOD_RUS", "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.", "administrator": "Minister: Gen. Sergey Shoygu", "founding_year": "1717", "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null }, { "id": 208, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/208/?format=api", "name": "Telesat", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "TELE", "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 227, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/227/?format=api", "name": "UK Ministry Of Defence", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKMOD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 225, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/225/?format=api", "name": "1worldspace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "1WSP", "description": "A now nonexistent satellite radio network company that operated two satellites to bring coverage with 62 stations to most of the Eastern Hemisphere. They went bankrupt in 2008. There has been a plan to relaunch the company, but it was announced in 2011, and nothing has been done since.", "administrator": null, "founding_year": "1960", "launchers": "", "spacecraft": "AfriStar | AsiaStar", "parent": null, "image_url": null }, { "id": 234, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/234/?format=api", "name": "XTAR LLC", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XTAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 274, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/274/?format=api", "name": "i-Space", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "i-Space", "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.", "administrator": null, "founding_year": "2016", "launchers": "Hyperbola-1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 144, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/144/?format=api", "name": "Scaled Composites", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Scaled", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }