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=180&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=190&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=170&ordering=featured",
  "results": [
    {
      "id": 102,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/102/?format=api",
      "name": "Rockwell International",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ROI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 89,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/89/?format=api",
      "name": "Fairchild Space and Electronics Division",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "FSED",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 120,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/120/?format=api",
      "name": "SpaceQuest, Ltd.",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SQ",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 110,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/110/?format=api",
      "name": "TRW",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "TRW",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 153,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api",
      "name": "McDonnell Douglas",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "MDC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "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": 186,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 194,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/194/?format=api",
      "name": "ExPace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "EP",
      "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
      "administrator": "CEO: Zhang Di",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1056,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1056/?format=api",
      "name": "Space Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SDA",
      "description": "The Space Development Agency (SDA) is a United States Space Force direct-reporting unit tasked with deploying disruptive space technology. A primary focus is space-based missile defense using large global satellite constellations made up of industry-procured low-cost satellites.",
      "administrator": "Director: Derek Tournear",
      "founding_year": "2019",
      "launchers": "",
      "spacecraft": "",
      "parent": "United States Space Force",
      "image_url": null
    },
    {
      "id": 226,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/226/?format=api",
      "name": "PanAmSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PANAM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}