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

{
  "count": 349,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=200&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=featured",
  "results": [
    {
      "id": 1094,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1094/?format=api",
      "name": "ATMOS Space Cargo",
      "featured": false,
      "type": "Private",
      "country_code": "DEU",
      "abbrev": "ATMOS",
      "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.",
      "administrator": "CEO:  Sebastian Klaus",
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "Phoenix",
      "parent": null,
      "image_url": null
    },
    {
      "id": 137,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/137/?format=api",
      "name": "Reaction Engines Ltd.",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "REL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 192,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api",
      "name": "Lockheed Space Operations Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LSOC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1001,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1001/?format=api",
      "name": "EXOS Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "EXOS",
      "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.",
      "administrator": "President: David Mitchell",
      "founding_year": "2014",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg"
    },
    {
      "id": 211,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/211/?format=api",
      "name": "National Security Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1061,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1061/?format=api",
      "name": "HawkEye 360",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "he360",
      "description": "HawkEye 360 is an American geospatial analytics company headquartered in Herndon, Virginia. It is a commercial seller of radio frequency signal location data gathered by a satellite constellation.",
      "administrator": "CEO: John Serafini",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "HawkEye 360",
      "parent": null,
      "image_url": null
    },
    {
      "id": 152,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 229,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/229/?format=api",
      "name": "Eutelsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "EUTEL",
      "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.",
      "administrator": "CEO: Eva Berneke",
      "founding_year": "1977",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 154,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api",
      "name": "Production Corporation Polyot",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "NP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1037,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1037/?format=api",
      "name": "Ministry of Aerospace Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.",
      "administrator": null,
      "founding_year": "1988",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}