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=280&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 349,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=featured",
  "results": [
    {
      "id": 1031,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1031/?format=api",
      "name": "Hindustan Aeronautics Limited",
      "featured": false,
      "type": "Government",
      "country_code": "IND",
      "abbrev": "HAL",
      "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
      "administrator": "Chairman: R. Madhavan",
      "founding_year": "1940",
      "launchers": "",
      "spacecraft": "Gaganyaan",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png"
    },
    {
      "id": 1007,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1007/?format=api",
      "name": "Space Services Inc.",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "",
      "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 13,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/13/?format=api",
      "name": "UK Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "UKSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 28,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/28/?format=api",
      "name": "Geo-Informatics and Space Technology Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "THA",
      "abbrev": "GISTDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 39,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/39/?format=api",
      "name": "Kazakh Space Research Institute",
      "featured": false,
      "type": "Educational",
      "country_code": "KAZ",
      "abbrev": "SRI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 241,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/241/?format=api",
      "name": "WildBlue",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "WBLU",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1022,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 251,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/251/?format=api",
      "name": "AlYahSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ARE",
      "abbrev": "ALYAH",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 263,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/263/?format=api",
      "name": "OneSpace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "OS",
      "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1040,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
      "name": "CAS Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "CAS",
      "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
      "administrator": null,
      "founding_year": "2018",
      "launchers": "Zhongke",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}