API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=270&ordering=failed_landings
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=280&ordering=failed_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=failed_landings",
  "results": [
    {
      "id": 1003,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1003/?format=api",
      "name": "Aérospatiale",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "",
      "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
      "administrator": null,
      "founding_year": "1970",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 48,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/48/?format=api",
      "name": "National Commission for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CNIE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 72,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 64,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/64/?format=api",
      "name": "Sri Lanka Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "LKA",
      "abbrev": "SLSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 94,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/94/?format=api",
      "name": "IHI Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "IHI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 76,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/76/?format=api",
      "name": "Swedish National Space Board",
      "featured": false,
      "type": "Government",
      "country_code": "SWE",
      "abbrev": "SNSB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 131,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/131/?format=api",
      "name": "Andrews Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Andrews Space",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 97,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/97/?format=api",
      "name": "NPO Lavochkin",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "LA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 166,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
      "name": "US Navy",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USN",
      "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.",
      "administrator": null,
      "founding_year": "1963",
      "launchers": "",
      "spacecraft": "Vanguard 1-3 | Parker Solar Probe",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 140,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/140/?format=api",
      "name": "Bigelow Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Bigelow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}