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=110
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=120",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=100",
  "results": [
    {
      "id": 187,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/187/?format=api",
      "name": "GK Launch Services",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "GKLS",
      "description": "GK Launch Services is a company established by Glavkosmos (a subsidiary of Roscosmos State Space Corporation) and International Space Company Kosmotras. GK Launch Services is an operator of Soyuz-2 commercial launches from the Russian spaceports.",
      "administrator": "CEO: Alexander V. Serkin",
      "founding_year": "2017",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gk_launch_servi_image_20210321182205.jpg"
    },
    {
      "id": 204,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/204/?format=api",
      "name": "Globalstar",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 92,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/92/?format=api",
      "name": "Hawker Siddeley Dynamics",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "HSD",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1061,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1061/?format=api",
      "name": "HawkEye 360",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "he360",
      "description": "HawkEye 360 is an American geospatial analytics company headquartered in Herndon, Virginia. It is a commercial seller of radio frequency signal location data gathered by a satellite constellation.",
      "administrator": "CEO: John Serafini",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "HawkEye 360",
      "parent": null,
      "image_url": null
    },
    {
      "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": 238,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/238/?format=api",
      "name": "Hisdesat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ESP",
      "abbrev": "HISDE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 250,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/250/?format=api",
      "name": "HispaSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ESP",
      "abbrev": "HISPA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 243,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/243/?format=api",
      "name": "Hughes",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "HUGH",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 93,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/93/?format=api",
      "name": "Hughes Aircraft",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "HAC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1088,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api",
      "name": "Hungarian Ministry of Foreign Affairs and Trade",
      "featured": false,
      "type": "Government",
      "country_code": "HUN",
      "abbrev": "",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}