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": 39,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/39/?format=api",
      "name": "Kazakh Space Research Institute",
      "featured": false,
      "type": "Educational",
      "country_code": "KAZ",
      "abbrev": "SRI",
      "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": 165,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/165/?format=api",
      "name": "US Army",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 100,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
      "name": "Orbital Sciences Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "OSC",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 999,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api",
      "name": "North American Aviation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "",
      "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
      "administrator": null,
      "founding_year": "1928",
      "launchers": "North American X-15",
      "spacecraft": "",
      "parent": "Boeing",
      "image_url": null
    },
    {
      "id": 29,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/29/?format=api",
      "name": "German Aerospace Center",
      "featured": false,
      "type": "Government",
      "country_code": "DEU",
      "abbrev": "DLR",
      "description": "The German Aerospace Center is Germany's Center for aerospace, energy, and transportation research. Their main work is as a contributor to the ESA. They have done work both in tandem with the US on Space Shuttle and the ISS, and also with other European Nations on missions like Space Lab and Mars Express.",
      "administrator": "Administrator: Anke Kaysser-Pyzalla",
      "founding_year": "1969",
      "launchers": "",
      "spacecraft": "Mars Express | Rosetta | Dawn",
      "parent": null,
      "image_url": null
    },
    {
      "id": 198,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/198/?format=api",
      "name": "Mohammed bin Rashid Space Centre",
      "featured": false,
      "type": "Government",
      "country_code": "ARE",
      "abbrev": "MBRSC",
      "description": "The Mohammed bin Rashid Space Centre is a Dubai government organisation working on the UAE space programme, which includes various space satellite projects, the Emirates Mars Mission, the Emirates Lunar Mission, and the UAE astronaut programme.",
      "administrator": "DG: Salem Humaid AlMarri",
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1103,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1103/?format=api",
      "name": "MaiaSpace",
      "featured": false,
      "type": "Private",
      "country_code": "FRA",
      "abbrev": "MaiaSpace",
      "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
      "administrator": null,
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "",
      "parent": "ArianeGroup",
      "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": 228,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/228/?format=api",
      "name": "National Space Development Agency of Japan",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "NASDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}