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": 349,
  "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": 1025,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1025/?format=api",
      "name": "United States Departement of Defense",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "DoD",
      "description": "The DoD is a government agency in the United States. It is in charge of coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces.",
      "administrator": null,
      "founding_year": "1947",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1071,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1071/?format=api",
      "name": "Synspective",
      "featured": false,
      "type": "Private",
      "country_code": "JPN",
      "abbrev": "",
      "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.",
      "administrator": "CEO: Dr. Motoyuki Arai",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 76,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/76/?format=api",
      "name": "Swedish National Space Board",
      "featured": false,
      "type": "Government",
      "country_code": "SWE",
      "abbrev": "SNSB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 127,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api",
      "name": "Robotics Institute",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1049,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api",
      "name": "Space Pioneer",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "SP",
      "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.",
      "administrator": "CEO: Kang Yonglai",
      "founding_year": "2015",
      "launchers": "Tianlong",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 143,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/143/?format=api",
      "name": "PlanetSpace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PlanetSpace",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 197,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/197/?format=api",
      "name": "Lockheed Martin Space Operations",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LMSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1054,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1054/?format=api",
      "name": "Defense Advanced Research Projects Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "DARPA",
      "description": "The Defense Advanced Research Projects Agency (DARPA) is a research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use by the military.",
      "administrator": "Director: Stefanie Tompkins",
      "founding_year": "1958",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 210,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/210/?format=api",
      "name": "National Oceanic and Atmospheric Administration",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NOAA",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1068,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1068/?format=api",
      "name": "Ovzon",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA,SWE",
      "abbrev": "",
      "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States",
      "administrator": "CEO: Per Norén",
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}