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=310
{ "count": 343, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300", "results": [ { "id": 235, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/235/?format=api", "name": "Thaicom", "featured": false, "type": "Commercial", "country_code": "THA", "abbrev": "TICOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 78, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/78/?format=api", "name": "Thales Alenia Space", "featured": false, "type": "Commercial", "country_code": "FRA,ITA", "abbrev": "THALES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1029, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 110, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/110/?format=api", "name": "TRW", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "TRW", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 65, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 109, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1053, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1053/?format=api", "name": "Turkish Air Force", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TAF", "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.", "administrator": null, "founding_year": "1911", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 72, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/72/?format=api", "name": "Turkmenistan National Space Agency", "featured": false, "type": "Government", "country_code": "TKM", "abbrev": "TNSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 247, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/247/?format=api", "name": "Türksat", "featured": false, "type": "Commercial", "country_code": "TUR", "abbrev": "TRKST", "description": null, "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 } ] }