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": 337,
    "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": 249,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/249/?format=api",
            "name": "Echostar",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ECHO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 242,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/242/?format=api",
            "name": "Paradigm Secure Communications",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "PSCOM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1000,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1000/?format=api",
            "name": "Energia",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "OKB-1",
            "description": null,
            "administrator": null,
            "founding_year": "1946",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1047,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1047/?format=api",
            "name": "Saudi Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "SAU",
            "abbrev": "SSA",
            "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.",
            "administrator": "CEO: Muhammad al-Tamimi",
            "founding_year": "2018",
            "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": 68,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api",
            "name": "Space Research Centre",
            "featured": false,
            "type": "Government",
            "country_code": "POL",
            "abbrev": "CBK-PAN",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 137,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/137/?format=api",
            "name": "Reaction Engines Ltd.",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "REL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 152,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/152/?format=api",
            "name": "UP Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "UPA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 184,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/184/?format=api",
            "name": "China Aerospace Science and Industry Corporation",
            "featured": false,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASIC",
            "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png"
        },
        {
            "id": 201,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/201/?format=api",
            "name": "Vector",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "VEC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}