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=270&ordering=-featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=280&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=-featured", "results": [ { "id": 91, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "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": 113, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/113/?format=api", "name": "INVAP", "featured": false, "type": "Commercial", "country_code": "ARG", "abbrev": "INVAP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 201, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/201/?format=api", "name": "Vector", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VEC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 272, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api", "name": "China Rocket Co. Ltd.", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "CHNR", "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1016, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1016/?format=api", "name": "Weapons Research Establishment", "featured": false, "type": "Government", "country_code": "AUS", "abbrev": "WRE", "description": "The Weapons Research Establishment was an Australian government entity dedicated to providing science and technology support for Australia's defence and national security needs.", "administrator": null, "founding_year": "1955", "launchers": "", "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": 1055, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1055/?format=api", "name": "Bundeswehr", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "", "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.", "administrator": "Commander-in-Chief : Federal Minister of Defence", "founding_year": "1955", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 52, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/52/?format=api", "name": "National Remote Sensing Center of Tunisia", "featured": false, "type": "Government", "country_code": "TUN", "abbrev": "CNT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1087, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1087/?format=api", "name": "Korea Advanced Institute of Science and Technology", "featured": false, "type": "Educational", "country_code": "KOR", "abbrev": "KAIST", "description": "The Korea Advanced Institute of Science and Technology (KAIST) is a national research university located in Daedeok Innopolis, Daejeon, South Korea. KAIST was established by the Korean government in 1971 as the nation's first public, research-oriented science and engineering institution.", "administrator": "President: Lee Kwang-hyung", "founding_year": "1971", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }