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=220&ordering=pending_launches
{ "count": 345, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=pending_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=pending_launches", "results": [ { "id": 1029, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1029/?format=api", "name": "TiSPACE", "featured": false, "type": "Private", "country_code": "TWN", "abbrev": "", "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.", "administrator": "Founder: Dr. Yen-Sen Chen", "founding_year": "2016", "launchers": "Hapith I, Hapith V", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.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": 123, "url": "https://ll.thespacedevs.com/2.2.0/agencies/123/?format=api", "name": "Starsem SA", "featured": false, "type": "Commercial", "country_code": "FRA,RUS", "abbrev": "SSA", "description": "Starsem is a French-Russian company that was created in 1996 to commercialise the Soyuz launcher internationally.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 45, "url": "https://ll.thespacedevs.com/2.2.0/agencies/45/?format=api", "name": "National Authority for Remote Sensing and Space Sciences", "featured": false, "type": "Government", "country_code": "EGY", "abbrev": "NARSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 68, "url": "https://ll.thespacedevs.com/2.2.0/agencies/68/?format=api", "name": "Space Research Centre", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "CBK-PAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 109, "url": "https://ll.thespacedevs.com/2.2.0/agencies/109/?format=api", "name": "Turkish Aerospace Industries", "featured": false, "type": "Commercial", "country_code": "TUR", "abbrev": "TAI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 71, "url": "https://ll.thespacedevs.com/2.2.0/agencies/71/?format=api", "name": "Swiss Space Office", "featured": false, "type": "Government", "country_code": "CHE", "abbrev": "SSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 122, "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api", "name": "Sea Launch", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "SL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 128, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 131, "url": "https://ll.thespacedevs.com/2.2.0/agencies/131/?format=api", "name": "Andrews Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Andrews Space", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }