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

{
  "count": 350,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=-attempted_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=-attempted_landings",
  "results": [
    {
      "id": 93,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 1036,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1036/?format=api",
      "name": "Ministry of Space Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from April 1982 to July 1988.",
      "administrator": null,
      "founding_year": "1982",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 99,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/99/?format=api",
      "name": "Northrop Grumman Space Technology",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "NOC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 165,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/165/?format=api",
      "name": "US Army",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 90,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/90/?format=api",
      "name": "Fokker Space & Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "NLD",
      "abbrev": "FSS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "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": 91,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 247,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/247/?format=api",
      "name": "Türksat",
      "featured": false,
      "type": "Commercial",
      "country_code": "TUR",
      "abbrev": "TRKST",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 101,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/101/?format=api",
      "name": "Philco Ford",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PHILCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 248,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    }
  ]
}