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

{
  "count": 349,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=330&ordering=-total_launch_count",
  "results": [
    {
      "id": 1088,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1088/?format=api",
      "name": "Hungarian Ministry of Foreign Affairs and Trade",
      "featured": false,
      "type": "Government",
      "country_code": "HUN",
      "abbrev": "",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 186,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/186/?format=api",
      "name": "Polish Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "POL",
      "abbrev": "POLSA",
      "description": "",
      "administrator": "President: Marta Ewa Wachowicz",
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 256,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/256/?format=api",
      "name": "Mexican Satellite System",
      "featured": false,
      "type": "Government",
      "country_code": "MEX",
      "abbrev": "MEXSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 233,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/233/?format=api",
      "name": "Direction générale de l'armement",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "DGA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1067,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/intuitive2520machines_logo_20230820172043.png"
    },
    {
      "id": 78,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 52,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 60,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/60/?format=api",
      "name": "FCT Space Office",
      "featured": false,
      "type": "Government",
      "country_code": "PRT",
      "abbrev": "FTC SO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 175,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/175/?format=api",
      "name": "Ministry of Defence of the Russian Federation",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "MOD_RUS",
      "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
      "administrator": "Minister: Gen. Sergey Shoygu",
      "founding_year": "1717",
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ministry2520of2520defence2520of2520the2520russian2520federation_logo_20210905134213.png"
    }
  ]
}