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=210&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=220&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=200&ordering=-featured",
  "results": [
    {
      "id": 1099,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1099/?format=api",
      "name": "Skyroot Aerospace",
      "featured": false,
      "type": "Private",
      "country_code": "IND",
      "abbrev": "Skyroot",
      "description": "Indian private launch services provider based in Hyderabad.",
      "administrator": "CEO: Pawan Kumar Chandana",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 49,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/49/?format=api",
      "name": "National Space Activities Commission",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CONAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 110,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/110/?format=api",
      "name": "TRW",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "TRW",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 65,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/65/?format=api",
      "name": "TUBITAK Space Technologies Research Institute",
      "featured": false,
      "type": "Government",
      "country_code": "TUR",
      "abbrev": "TUBITAK UZAY",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 203,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/203/?format=api",
      "name": "SES",
      "featured": false,
      "type": "Commercial",
      "country_code": "LUX",
      "abbrev": "SES",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 89,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/89/?format=api",
      "name": "Fairchild Space and Electronics Division",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "FSED",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 125,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/125/?format=api",
      "name": "A.M. Makarov Yuzhny Machine-Building Plant",
      "featured": false,
      "type": "Commercial",
      "country_code": "UKR",
      "abbrev": "PA Yuzhmash",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 226,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/226/?format=api",
      "name": "PanAmSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PANAM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 80,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/80/?format=api",
      "name": "Boeing",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "BA",
      "description": "Boeing as a space agency has recently provided NASA with assistance on sending humans to the ISS from American with both their construction of the CST-100 Starliner crew capsule and their work on the SLS Avionics to return to the moon and beyond. Their ventures in GPS satellite systems and Tracking and Data Relay Satellites provide information about earth-orbiting craft to stations on the ground. They also enable research on the ISS and will be helping with the construction of the Lunar Gateway.",
      "administrator": "CEO: Kelly Ortberg",
      "founding_year": "1916",
      "launchers": "SLS",
      "spacecraft": "Starliner",
      "parent": null,
      "image_url": null
    },
    {
      "id": 274,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/274/?format=api",
      "name": "i-Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "i-Space",
      "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.",
      "administrator": null,
      "founding_year": "2016",
      "launchers": "Hyperbola-1",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}