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=140&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=150&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured",
  "results": [
    {
      "id": 1096,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1096/?format=api",
      "name": "Infinite Orbits",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "",
      "description": "Infinite Orbits is a NewSpace company providing in-orbit services.",
      "administrator": "CEO: Adel Haddoud",
      "founding_year": "2017",
      "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": 208,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/208/?format=api",
      "name": "Telesat",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "TELE",
      "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 167,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/167/?format=api",
      "name": "Space Florida",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api",
      "name": "Surrey Satellite Technology Ltd",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "SSTL",
      "description": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.",
      "administrator": null,
      "founding_year": "1985",
      "launchers": "",
      "spacecraft": "",
      "parent": "Airbus Defence and Space",
      "image_url": null
    },
    {
      "id": 134,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1010,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1010/?format=api",
      "name": "KB Mashinostroyeniya",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "",
      "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 145,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/145/?format=api",
      "name": "XCOR  Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "XCOR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "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": 1064,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1064/?format=api",
      "name": "BlackSky",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "BS",
      "description": "BlackSky is an American private aerospace company specializing in geospatial intelligence services. It operates the BlackSky constellation of Earth-imaging small satellites.",
      "administrator": "CEO: Brian O’Toole",
      "founding_year": "2013",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}