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=150&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=160&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured",
  "results": [
    {
      "id": 93,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/93/?format=api",
      "name": "Hughes Aircraft",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "HAC",
      "description": null,
      "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
    },
    {
      "id": 60,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/60/?format=api",
      "name": "FCT Space Office",
      "featured": false,
      "type": "Government",
      "country_code": "PRT",
      "abbrev": "FTC SO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 25,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/25/?format=api",
      "name": "Danish National Space Center",
      "featured": false,
      "type": "Government",
      "country_code": "DNK",
      "abbrev": "DRC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 68,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api",
      "name": "Space Research Centre",
      "featured": false,
      "type": "Government",
      "country_code": "POL",
      "abbrev": "CBK-PAN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 133,
      "url": "https://lldev.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": 190,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/190/?format=api",
      "name": "Antrix Corporation Limited",
      "featured": false,
      "type": "Commercial",
      "country_code": "IND",
      "abbrev": "ACL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 113,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/113/?format=api",
      "name": "INVAP",
      "featured": false,
      "type": "Commercial",
      "country_code": "ARG",
      "abbrev": "INVAP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 999,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api",
      "name": "North American Aviation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "",
      "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
      "administrator": null,
      "founding_year": "1928",
      "launchers": "North American X-15",
      "spacecraft": "",
      "parent": "Boeing",
      "image_url": null
    },
    {
      "id": 213,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api",
      "name": "Missile Defense Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "MDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}