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=-consecutive_successful_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=-consecutive_successful_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=-consecutive_successful_launches",
  "results": [
    {
      "id": 181,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api",
      "name": "National Reconnaissance Office",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NRO",
      "description": "The National Reconnaissance Office (NRO) is a member of the United States Intelligence Community and an agency of the United States Department of Defense which designs, builds, launches, and operates the reconnaissance satellites of the U.S. federal government, and provides satellite intelligence to several government agencies, particularly signals intelligence (SIGINT) to the NSA, imagery intelligence (IMINT) to the NGA, and measurement and signature intelligence (MASINT) to the DIA.",
      "administrator": "Director: Christopher Scolese",
      "founding_year": "1961",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 51,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/51/?format=api",
      "name": "National Remote Sensing Center of Mongolia",
      "featured": false,
      "type": "Government",
      "country_code": "MNG",
      "abbrev": "NRSC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 78,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/78/?format=api",
      "name": "Thales Alenia Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,ITA",
      "abbrev": "THALES",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "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": 70,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/70/?format=api",
      "name": "Space Research Institute of Saudi Arabia",
      "featured": false,
      "type": "Government",
      "country_code": "SAU",
      "abbrev": "KACST-SRI",
      "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.",
      "administrator": "Chairman: Sultan bin Salman Al Saud",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 85,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/85/?format=api",
      "name": "Astronautic Technology Sdn Bhd",
      "featured": false,
      "type": "Commercial",
      "country_code": "MYS",
      "abbrev": "ATSB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 86,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/86/?format=api",
      "name": "Ball Aerospace & Technologies Corp.",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "BLL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 128,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/128/?format=api",
      "name": "Planetary Resources",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PRI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 6,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/6/?format=api",
      "name": "Asia-Pacific Regional Space Agency Forum",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,USA,DEU,RUS,CHN,IND,PAK,CAN,JPN,VNM,AUS,KOR,MYS,MNG,NZL,THA,BGD,BRN,BTN,KHM,IDN,LAO,MMR,NPL,PHL,SGP,LKA",
      "abbrev": "APRSAF",
      "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
    }
  ]
}