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

{
  "count": 350,
  "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=featured",
  "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=featured",
  "results": [
    {
      "id": 133,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/133/?format=api",
      "name": "Aerojet",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Aerojet",
      "description": "An American Propulsion and Rocket manufacturer founded in 1942 that worked on major projects for NASA such as the Apollo CM main engine, the Space Shuttle Orbital Maneuvering System, and engines for the Titan Rockets the launched the likes of Voyager. They merged with Rocketdyne in 2013.",
      "administrator": null,
      "founding_year": "1942",
      "launchers": "Aerobee | Aerojet General X-8",
      "spacecraft": "None",
      "parent": null,
      "image_url": null
    },
    {
      "id": 91,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/91/?format=api",
      "name": "General Electric",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 144,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/144/?format=api",
      "name": "Scaled Composites",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Scaled",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 177,
      "url": "https://ll.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": 10,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/10/?format=api",
      "name": "Belgian Institute for Space Aeronomy",
      "featured": false,
      "type": "Government",
      "country_code": "BEL",
      "abbrev": "BIRA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 72,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/72/?format=api",
      "name": "Turkmenistan National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "TKM",
      "abbrev": "TNSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 260,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/260/?format=api",
      "name": "Planet Labs",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PL",
      "description": "Planet Labs is an American Earth Imaging based in San Francisco, CA that designs and manufactures cubesat's called 'Doves' that are delivered into orbit as secondary payloads. Each cube-sat is equipped with a high-powered telescope that when combined with a constellation can provide a complete image of the Earth.",
      "administrator": "CEO: Will Marshall",
      "founding_year": "2010",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/planet2520labs_image_20190207032455.jpeg"
    },
    {
      "id": 49,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/49/?format=api",
      "name": "National Space Activities Commission",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CONAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/1/?format=api",
      "name": "Belarus Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "BLR",
      "abbrev": "BSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 5,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/5/?format=api",
      "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications",
      "featured": false,
      "type": "Multinational",
      "country_code": "CHN,PAK,THA",
      "abbrev": "AP-MCSTA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}