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=200&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=210&ordering=-failed_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=190&ordering=-failed_launches",
  "results": [
    {
      "id": 214,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/214/?format=api",
      "name": "Spire Global",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SPIRE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 244,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/244/?format=api",
      "name": "Star One",
      "featured": false,
      "type": "Commercial",
      "country_code": "BRA",
      "abbrev": "STA1",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 133,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 56,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/56/?format=api",
      "name": "National Space Research and Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "NGA",
      "abbrev": "NASRDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 134,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/134/?format=api",
      "name": "American Rocket Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "AMROC",
      "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": 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": 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
    },
    {
      "id": 167,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/167/?format=api",
      "name": "Space Florida",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 151,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/151/?format=api",
      "name": "Swedish Space Corp",
      "featured": false,
      "type": "Commercial",
      "country_code": "SWE",
      "abbrev": "SSC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}