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=330&ordering=-consecutive_successful_launches
{ "count": 345, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=340&ordering=-consecutive_successful_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-consecutive_successful_launches", "results": [ { "id": 145, "url": "https://ll.thespacedevs.com/2.2.0/agencies/145/?format=api", "name": "XCOR Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XCOR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1011, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1011/?format=api", "name": "Moscow Institute of Thermal Technology", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "MITT", "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null, "logo_url": null }, { "id": 238, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 250, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 271, "url": "https://ll.thespacedevs.com/2.2.0/agencies/271/?format=api", "name": "Army Ballistic Missile Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "ABMA", "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 182, "url": "https://ll.thespacedevs.com/2.2.0/agencies/182/?format=api", "name": "National Space Agency of the Republic of Kazakhstan", "featured": false, "type": "Government", "country_code": "KAZ", "abbrev": "KazCosmos", "description": "The National Space Agency of the Republic of Kazakhstan, or KazCosmos, was founded in 2007. They have launched 3 satellites, 2 of which are still in operation, KazSat-2 and KazSat-3. Their first cosmonaut class had to cosmonauts, one of which, Aidyn Aimbetov, flew aboard the ISS for 10 days. KazCosmos is heavily linked to the Russian Space Agency due to the Russian's primary launch site being Baikonur Cosmodrome, which is located in Kazakhstan.", "administrator": "Administrator: Talgat Musabayev", "founding_year": "2007", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 150, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 237, "url": "https://ll.thespacedevs.com/2.2.0/agencies/237/?format=api", "name": "PT Telkom Indonesia", "featured": false, "type": "Commercial", "country_code": "IDN", "abbrev": "TLKM", "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.", "administrator": "CEO: Ririek Adriansyah", "founding_year": "1856", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520indonesia_logo_20240217062529.png" }, { "id": 205, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 255, "url": "https://ll.thespacedevs.com/2.2.0/agencies/255/?format=api", "name": "Avanti Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "AVN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }