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=270&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=280&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=-featured",
  "results": [
    {
      "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": 248,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/248/?format=api",
      "name": "ProtoStar",
      "featured": false,
      "type": "Commercial",
      "country_code": "BMU",
      "abbrev": "PROTO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1022,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1022/?format=api",
      "name": "Axiom Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "AXS",
      "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
      "administrator": "CEO: Jonathan Cirtain",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1059,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1059/?format=api",
      "name": "Capella Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "",
      "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.",
      "administrator": "CEO: Payam Banazadeh",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1062,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1062/?format=api",
      "name": "Viasat",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "VSAT",
      "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.",
      "administrator": "CEO: Mark D. Dankberg",
      "founding_year": "1986",
      "launchers": "",
      "spacecraft": "",
      "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": 1042,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1042/?format=api",
      "name": "Skyrora",
      "featured": false,
      "type": "Private",
      "country_code": "GBR",
      "abbrev": "SKR",
      "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
      "administrator": "CEO: Volodymyr Lvykin",
      "founding_year": "2017",
      "launchers": "Skyrora",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 204,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/204/?format=api",
      "name": "Globalstar",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "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": 1050,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1050/?format=api",
      "name": "Italian Air Force",
      "featured": false,
      "type": "Government",
      "country_code": "ITA",
      "abbrev": "IAF",
      "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.",
      "administrator": null,
      "founding_year": "1923",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}