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": 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": 234,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/234/?format=api",
      "name": "XTAR LLC",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "XTAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 67,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/67/?format=api",
      "name": "Space Research and Remote Sensing Organization",
      "featured": false,
      "type": "Government",
      "country_code": "BGD",
      "abbrev": "SPARRSP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1032,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1032/?format=api",
      "name": "Islamic Revolutionary Guard Corps Aerospace Force",
      "featured": false,
      "type": "Government",
      "country_code": "IRN",
      "abbrev": "IRGCAF",
      "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.",
      "administrator": "Brigadier General: Ali Jafarabadi",
      "founding_year": "1985",
      "launchers": "Qased",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 70,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "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": 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
    },
    {
      "id": 140,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/140/?format=api",
      "name": "Bigelow Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Bigelow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 18,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/18/?format=api",
      "name": "Colombian Space Commission",
      "featured": false,
      "type": "Government",
      "country_code": "COL",
      "abbrev": "CCE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 25,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/25/?format=api",
      "name": "Danish National Space Center",
      "featured": false,
      "type": "Government",
      "country_code": "DNK",
      "abbrev": "DRC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}