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=-successful_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=-successful_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=-successful_landings",
  "results": [
    {
      "id": 68,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 182,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/182/?format=api",
      "name": "National Space Agency of the Republic of Kazakhstan",
      "featured": false,
      "type": "Government",
      "country_code": "KAZ",
      "abbrev": "KazCosmos",
      "description": "The National Space Agency of the Republic of Kazakhstan, or KazCosmos, was founded in 2007. They have launched 3 satellites, 2 of which are still in operation, KazSat-2 and KazSat-3. Their first cosmonaut class had to cosmonauts, one of which, Aidyn Aimbetov, flew aboard the ISS for 10 days. KazCosmos is heavily linked to the Russian Space Agency due to the Russian's primary launch site being Baikonur Cosmodrome, which is located in Kazakhstan.",
      "administrator": "Administrator: Talgat Musabayev",
      "founding_year": "2007",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "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
    }
  ]
}