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

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=280&ordering=featured",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=featured",
  "results": [
    {
      "id": 152,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/152/?format=api",
      "name": "UP Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "UPA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 25,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/25/?format=api",
      "name": "Danish National Space Center",
      "featured": false,
      "type": "Government",
      "country_code": "DNK",
      "abbrev": "DRC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 35,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api",
      "name": "Israeli Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ISR",
      "abbrev": "ISA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 56,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/56/?format=api",
      "name": "National Space Research and Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "NGA",
      "abbrev": "NASRDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 90,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/90/?format=api",
      "name": "Fokker Space & Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "NLD",
      "abbrev": "FSS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 134,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/134/?format=api",
      "name": "American Rocket Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "AMROC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 140,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/140/?format=api",
      "name": "Bigelow Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Bigelow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1074,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1074/?format=api",
      "name": "National Aerospace Development Administration",
      "featured": false,
      "type": "Government",
      "country_code": "PRK",
      "abbrev": "NADA",
      "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.",
      "administrator": null,
      "founding_year": "2013",
      "launchers": "Chollima",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aerospace2520development2520administration_logo_20230824063913.png"
    },
    {
      "id": 1035,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
      "name": "Seventh Ministry of Machine Building Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.",
      "administrator": null,
      "founding_year": "1964",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 21,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/21/?format=api",
      "name": "Consultative Committee for Space Data Systems",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN",
      "abbrev": "CCSDS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}