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=230&ordering=-failed_launches
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=240&ordering=-failed_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=220&ordering=-failed_launches",
  "results": [
    {
      "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": 79,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/79/?format=api",
      "name": "JSC Information Satellite Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "JSC-ISS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 11,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/11/?format=api",
      "name": "Bolivarian Agency for Space Activities",
      "featured": false,
      "type": "Government",
      "country_code": "VEN",
      "abbrev": "ABAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 21,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/21/?format=api",
      "name": "Consultative Committee for Space Data Systems",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN",
      "abbrev": "CCSDS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 110,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/110/?format=api",
      "name": "TRW",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "TRW",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 24,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/24/?format=api",
      "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department",
      "featured": false,
      "type": "Government",
      "country_code": "CZE",
      "abbrev": "CSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 38,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/38/?format=api",
      "name": "National Space Agency (KazCosmos)",
      "featured": false,
      "type": "Government",
      "country_code": "KAZ",
      "abbrev": "NSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "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
    },
    {
      "id": 1034,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1034/?format=api",
      "name": "No. 5 Research Academy",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "First Chinese missile research institution. Active from October 1956 to November 1964.",
      "administrator": null,
      "founding_year": "1956",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 143,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/143/?format=api",
      "name": "PlanetSpace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PlanetSpace",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}