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=330&ordering=-pending_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 350,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=340&ordering=-pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-pending_launches",
  "results": [
    {
      "id": 212,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/212/?format=api",
      "name": "Digital Globe",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "DGI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1041,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
      "name": "United States Space Force",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USSF",
      "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.",
      "administrator": null,
      "founding_year": "2019",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520states2520space2520force_logo_20221102113048.png"
    },
    {
      "id": 1072,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1072/?format=api",
      "name": "Cabinet Intelligence and Research Office",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "Naichō",
      "description": "The Cabinet Intelligence and Research Office also known as Naichō (内調), is a Japanese intelligence agency under the Cabinet Secretariat responsible for gathering, processing, and analyzing national security information for the cabinet.",
      "administrator": "Director of Cabinet Intelligence: Hiroaki Takizawa",
      "founding_year": "1986",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cabinet2520intelligence2520and2520research2520office_logo_20230821082601.png"
    },
    {
      "id": 235,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 236,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/236/?format=api",
      "name": "DirecTV",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "DIREC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1008,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1008/?format=api",
      "name": "Société d'étude et de réalisation d'engins balistiques",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "",
      "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.",
      "administrator": null,
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 119,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/119/?format=api",
      "name": "ISC Kosmotras",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "ISCK",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 196,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/196/?format=api",
      "name": "Land Launch",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "LL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 205,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/205/?format=api",
      "name": "Inmarsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "ISAT",
      "description": "Inmarsat is a British satellite telecommunications company, offering global mobile services. It provides telephone and data services to users worldwide, via portable or mobile terminals which communicate with ground stations through fifteen geostationary telecommunications satellites.",
      "administrator": "CEO: Rajeev Suri",
      "founding_year": "1979",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1012,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1012/?format=api",
      "name": "Department of Aerospace Science and Technology",
      "featured": false,
      "type": "Government",
      "country_code": "BRA",
      "abbrev": "",
      "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
      "administrator": null,
      "founding_year": "1953",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}