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=240&ordering=featured
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=featured", "results": [ { "id": 65, "url": "https://ll.thespacedevs.com/2.2.0/agencies/65/?format=api", "name": "TUBITAK Space Technologies Research Institute", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TUBITAK UZAY", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 130, "url": "https://ll.thespacedevs.com/2.2.0/agencies/130/?format=api", "name": "RUAG Space", "featured": false, "type": "Commercial", "country_code": "CHE", "abbrev": "RUAG", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 254, "url": "https://ll.thespacedevs.com/2.2.0/agencies/254/?format=api", "name": "British Satellite Broadcasting", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "BSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 91, "url": "https://ll.thespacedevs.com/2.2.0/agencies/91/?format=api", "name": "General Electric", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "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": 187, "url": "https://ll.thespacedevs.com/2.2.0/agencies/187/?format=api", "name": "GK Launch Services", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "GKLS", "description": "GK Launch Services is a company established by Glavkosmos (a subsidiary of Roscosmos State Space Corporation) and International Space Company Kosmotras. GK Launch Services is an operator of Soyuz-2 commercial launches from the Russian spaceports.", "administrator": "CEO: Alexander V. Serkin", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gk_launch_servi_image_20210321182205.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gk2520launch2520services_logo_20210313165236.png" }, { "id": 259, "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api", "name": "LandSpace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "LS", "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.", "administrator": "Founder: Zhang Changwu", "founding_year": "2015", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png" }, { "id": 999, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north2520american2520aviation_logo_20200711032022.png" }, { "id": 1095, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1095/?format=api", "name": "ISISPACE", "featured": false, "type": "Private", "country_code": "NLD", "abbrev": "ISISPACE", "description": "ISISPACE (Innovative Solutions In Space) is a Dutch NewSpace company based in Delft dedicated to the design, manufacture and operation of CubeSats.", "administrator": "CEO: Jeroen Rotteveel", "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isispace_logo_image_20250827134831.png" }, { "id": 149, "url": "https://ll.thespacedevs.com/2.2.0/agencies/149/?format=api", "name": "Interorbital Systems", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IOS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }