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=220&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=featured", "results": [ { "id": 71, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1070, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1070/?format=api", "name": "PT Pasifik Satelit Nusantara", "featured": false, "type": "Private", "country_code": "IDN", "abbrev": "PSN", "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.", "administrator": "CEO: Adi Rahman Adiwoso", "founding_year": "1991", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 237, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 100, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api", "name": "Orbital Sciences Corporation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "OSC", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1067, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api", "name": "Intuitive Machines", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IM", "description": "Intuitive Machines, Inc. is aAmerican company headquartered in Houston, Texas.\r\n\r\nThe company is completing its lunar program which will provide lunar surface access, lunar orbit delivery, and communications at lunar distance.", "administrator": "President: Steve Altemus", "founding_year": "2013", "launchers": "", "spacecraft": "Nova-C", "parent": null, "image_url": null }, { "id": 1068, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1068/?format=api", "name": "Ovzon", "featured": false, "type": "Commercial", "country_code": "USA,SWE", "abbrev": "", "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States", "administrator": "CEO: Per Norén", "founding_year": "2006", "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": 184, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/184/?format=api", "name": "China Aerospace Science and Industry Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASIC", "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png" }, { "id": 103, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/103/?format=api", "name": "RKK Energiya", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "RSC", "description": "", "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 } ] }