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=140&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured", "results": [ { "id": 1007, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1007/?format=api", "name": "Space Services Inc.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "", "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 150, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/150/?format=api", "name": "Masten Space Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Masten", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1027, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1027/?format=api", "name": "Comisión Nacional de Actividades Espaciales", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.", "administrator": null, "founding_year": "1960", "launchers": "Tronador", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1034, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1015, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1015/?format=api", "name": "European Launcher Development Organisation", "featured": false, "type": "Government", "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS", "abbrev": "ELDO", "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.", "administrator": null, "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 128, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/128/?format=api", "name": "Planetary Resources", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PRI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 129, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1092, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1092/?format=api", "name": "Institute for Q-shu Pioneers of Space", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.", "administrator": "CEO: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 250, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/250/?format=api", "name": "HispaSat", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "HISPA", "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 } ] }