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

{
  "count": 350,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
  "results": [
    {
      "id": 90,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 156,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/156/?format=api",
      "name": "Alliant Techsystems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ATK",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1107,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1107/?format=api",
      "name": "Katalyst Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "KTLST",
      "description": "",
      "administrator": null,
      "founding_year": "2020",
      "launchers": "",
      "spacecraft": "LINK",
      "parent": null,
      "image_url": null
    },
    {
      "id": 177,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/177/?format=api",
      "name": "China Great Wall Industry Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "CGWIC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 7,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/7/?format=api",
      "name": "Asia-Pacific Space Cooperation Organization",
      "featured": false,
      "type": "Multinational",
      "country_code": "ITA,DEU,CHN,GBR,PAK,TUR,IRN,KOR,MNG,THA,BGD,IDN,PER",
      "abbrev": "APSCO",
      "description": "The Asia-Pacific Space Cooperation Organization (APSCO) is an inter-governmental organization operated as a non-profit independent body with full international legal status. It is headquartered in Beijing, People's Republic of China.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 206,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/206/?format=api",
      "name": "Intelsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "LUX",
      "abbrev": "I",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1017,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1017/?format=api",
      "name": "Science and Engineering Research Council",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "SERC",
      "description": "The Science and Engineering Research Council (SERC) and its predecessor the Science Research Council (SRC) were the UK agencies in charge of publicly funded scientific and engineering research activities, including astronomy, biotechnology and biological sciences, space research and particle physics, between 1965 and 1994.",
      "administrator": null,
      "founding_year": "1965",
      "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": 213,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api",
      "name": "Missile Defense Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "MDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 80,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/80/?format=api",
      "name": "Boeing",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "BA",
      "description": "Boeing as a space agency has recently provided NASA with assistance on sending humans to the ISS from American with both their construction of the CST-100 Starliner crew capsule and their work on the SLS Avionics to return to the moon and beyond. Their ventures in GPS satellite systems and Tracking and Data Relay Satellites provide information about earth-orbiting craft to stations on the ground. They also enable research on the ISS and will be helping with the construction of the Lunar Gateway.",
      "administrator": "CEO: Kelly Ortberg",
      "founding_year": "1916",
      "launchers": "SLS",
      "spacecraft": "Starliner",
      "parent": null,
      "image_url": null
    }
  ]
}