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=40&ordering=-name
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=50&ordering=-name",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=30&ordering=-name",
  "results": [
    {
      "id": 76,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/76/?format=api",
      "name": "Swedish National Space Board",
      "featured": false,
      "type": "Government",
      "country_code": "SWE",
      "abbrev": "SNSB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 108,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/108/?format=api",
      "name": "Swales Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api",
      "name": "Surrey Satellite Technology Ltd",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "SSTL",
      "description": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.",
      "administrator": null,
      "founding_year": "1985",
      "launchers": "",
      "spacecraft": "",
      "parent": "Airbus Defence and Space",
      "image_url": null
    },
    {
      "id": 270,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1048,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1048/?format=api",
      "name": "Stoke Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Stoke",
      "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.",
      "administrator": "CEO: Andy Lapsa",
      "founding_year": "2020",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 123,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/123/?format=api",
      "name": "Starsem SA",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,RUS",
      "abbrev": "SSA",
      "description": "Starsem is a French-Russian company that was created in 1996 to commercialise the Soyuz launcher internationally.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 244,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/244/?format=api",
      "name": "Star One",
      "featured": false,
      "type": "Commercial",
      "country_code": "BRA",
      "abbrev": "STA1",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 64,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/64/?format=api",
      "name": "Sri Lanka Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "LKA",
      "abbrev": "SLSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 214,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/214/?format=api",
      "name": "Spire Global",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SPIRE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 104,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/104/?format=api",
      "name": "SPAR Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "SPAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}