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=pending_launches
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=pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=pending_launches",
  "results": [
    {
      "id": 20,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/20/?format=api",
      "name": "Commonwealth Scientific and Industrial Research Organisation",
      "featured": false,
      "type": "Government",
      "country_code": "AUS",
      "abbrev": "CSIRO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 139,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/139/?format=api",
      "name": "Armadillo Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Armadillo",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 57,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/57/?format=api",
      "name": "Netherlands Institute for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "NLD",
      "abbrev": "SRON",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1022,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
      "name": "Axiom Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "AXS",
      "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
      "administrator": "CEO: Jonathan Cirtain",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png"
    },
    {
      "id": 95,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
      "name": "Israel Aerospace Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "ISR",
      "abbrev": "IAI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 236,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/236/?format=api",
      "name": "DirecTV",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "DIREC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 270,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/270/?format=api",
      "name": "Strategic Rocket Forces",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "RVSN RF",
      "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).",
      "administrator": null,
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/strategic2520rocket2520forces_logo_20220309203231.png"
    },
    {
      "id": 1063,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1063/?format=api",
      "name": "Astranis Space Technologies Corp.",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astranis",
      "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,",
      "administrator": "CEO:  John Gedmark",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "Small geostationary communications satellites",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astranis2520space2520technologies2520corp._logo_20230807093654.png"
    },
    {
      "id": 1086,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1086/?format=api",
      "name": "NASA Goddard Space Flight Center",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "GSFC",
      "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.",
      "administrator": "Director: Makenzie Lystrup",
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1068,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1068/?format=api",
      "name": "Ovzon",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA,SWE",
      "abbrev": "",
      "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States",
      "administrator": "CEO: Per Norén",
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}