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=270&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=280&ordering=featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=featured",
    "results": [
        {
            "id": 1065,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1065/?format=api",
            "name": "QPS Research Institute",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "iQPS",
            "description": "iQPS has developed “QPS-SAR”,a high-resolution small radar satellite and provides high-resolution and high-quality SAR images that enable observations of designated targets, even at night and/or in bad weather.",
            "administrator": "President: Shunsuke Onishi",
            "founding_year": "2005",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 28,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/28/?format=api",
            "name": "Geo-Informatics and Space Technology Development Agency",
            "featured": false,
            "type": "Government",
            "country_code": "THA",
            "abbrev": "GISTDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1076,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1076/?format=api",
            "name": "Rivada Space Networks",
            "featured": false,
            "type": "Commercial",
            "country_code": "DEU",
            "abbrev": "RivadaSpace",
            "description": "In March 2022, Rivada announced the formation of Rivada Space Networks GmbH, a wholly owned subsidiary that was land to launch 600 low earth orbit satellites interconnected with laser links to form a single global mesh network in space.",
            "administrator": "CEO: Declan Ganley",
            "founding_year": "2022",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 61,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/61/?format=api",
            "name": "Romanian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ROU",
            "abbrev": "ASR",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1077,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1077/?format=api",
            "name": "Astroscale",
            "featured": false,
            "type": "Private",
            "country_code": "JPN",
            "abbrev": "ASC",
            "description": "Astroscale Holdings Inc. is a private orbital debris removal company headquartered in Tokyo, Japan. The company is developing satellite end-of-life and active debris removal services to mitigate the growing and hazardous buildup of debris in space.",
            "administrator": "COO: Chris Blackerby",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "ELSA-d | ADRAS-J",
            "parent": null,
            "image_url": null
        },
        {
            "id": 54,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/54/?format=api",
            "name": "National Space Agency of Ukraine",
            "featured": false,
            "type": "Government",
            "country_code": "UKR",
            "abbrev": "HKAY",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1091,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1091/?format=api",
            "name": "ispace",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "ispace",
            "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
            "administrator": "Founder: Takeshi Hakamada",
            "founding_year": "2010",
            "launchers": "",
            "spacecraft": "Hakuto-R",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1092,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1092/?format=api",
            "name": "Institute for Q-shu Pioneers of Space",
            "featured": false,
            "type": "Private",
            "country_code": "JPN",
            "abbrev": "iQPS",
            "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.",
            "administrator": "CEO: Shunsuke Onishi",
            "founding_year": "2005",
            "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": 210,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/210/?format=api",
            "name": "National Oceanic and Atmospheric Administration",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NOAA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}