API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true

SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured

GET /2.0.0/agencies/?format=api&offset=20&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 350,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=30&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=10&ordering=featured",
  "results": [
    {
      "id": 117,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/117/?format=api",
      "name": "Eurockot Launch Services",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,RUS",
      "abbrev": "ELS",
      "description": "Eurockot Launch Services GmbH is a commercial spacecraft launch provider and was founded in 1995. Eurockot uses an expendable launch vehicle called the Rockot to place satellites into low Earth orbit (LEO). Eurockot is jointly owned by ArianeGroup, which holds 51 percent, and by Khrunichev State Research and Production Space Center, which holds 49 percent. Eurockot launches from dedicated launch facilities at the Plesetsk Cosmodrome in northern Russia.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 227,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/227/?format=api",
      "name": "UK Ministry Of Defence",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "UKMOD",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 236,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1043,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1043/?format=api",
      "name": "European Union Agency for the Space Programme",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,ITA,DEU,ESP,AUT,SWE,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,HRV,FIN,GRC,EST,IRL,LVA,LTU,LUX,SVN,CYP,MLT",
      "abbrev": "EUSPA",
      "description": "The European Union Agency for the Space Programme (EUSPA) is a space agency, managing the European Union Space Programme as one of the agencies of the European Union (EU). It was initially created as the European Global Navigation Satellite Systems Supervisory Authority (GSA) in 2004, reorganised into the European Global Navigation Satellite Systems Agency (also GSA) in 2010, and established in its current form on May 12, 2021. EUSPA is a separate entity from the European Space Agency (ESA), although the two entities work together closely.",
      "administrator": "Executive Director: Rodrigo da Costa",
      "founding_year": "2021",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1001,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1001/?format=api",
      "name": "EXOS Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "EXOS",
      "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.",
      "administrator": "President: David Mitchell",
      "founding_year": "2014",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg"
    },
    {
      "id": 1090,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1090/?format=api",
      "name": "Jet Propulsion Laboratory",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "JPL",
      "description": "Jet Propulsion Laboratory (JPL) is a Federally Funded Research and Development Center (FFRDC) in La CaƱada Flintridge, California, Crescenta Valley, United States. Founded in 1936 by Caltech researchers, the laboratory is now owned and sponsored by the National Aeronautics and Space Administration (NASA) and administered and managed by the California Institute of Technology.\r\n\r\nThe primary function of the laboratory is the construction and operation of planetary robotic spacecraft, though it also conducts Earth-orbit and astronomy missions. It is also responsible for operating the NASA Deep Space Network (DSN).",
      "administrator": "Director: Dave Gallagher",
      "founding_year": "1936",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "image_url": null
    },
    {
      "id": 122,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/122/?format=api",
      "name": "Sea Launch",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "SL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 195,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/195/?format=api",
      "name": "Sandia National Laboratories",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SNL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 212,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/212/?format=api",
      "name": "Digital Globe",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "DGI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1012,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1012/?format=api",
      "name": "Department of Aerospace Science and Technology",
      "featured": false,
      "type": "Government",
      "country_code": "BRA",
      "abbrev": "",
      "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
      "administrator": null,
      "founding_year": "1953",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}