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=240&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=250&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
  "results": [
    {
      "id": 40,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/40/?format=api",
      "name": "Korean Committee of Space Technology",
      "featured": false,
      "type": "Government",
      "country_code": "PRK",
      "abbrev": "KCST",
      "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.",
      "administrator": null,
      "founding_year": null,
      "launchers": "Paektusan | Unha",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 14,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/14/?format=api",
      "name": "Bolivian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "BOL",
      "abbrev": "ABAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 42,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/42/?format=api",
      "name": "Lithuanian Space Association",
      "featured": false,
      "type": "Government",
      "country_code": "LTU",
      "abbrev": "LSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 79,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/79/?format=api",
      "name": "JSC Information Satellite Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "JSC-ISS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 106,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api",
      "name": "General Dynamics",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GD",
      "description": null,
      "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": 48,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/48/?format=api",
      "name": "National Commission for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CNIE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 90,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/90/?format=api",
      "name": "Fokker Space & Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "NLD",
      "abbrev": "FSS",
      "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": 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
    }
  ]
}