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=250&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=260&ordering=featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=featured",
    "results": [
        {
            "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": 113,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/113/?format=api",
            "name": "INVAP",
            "featured": false,
            "type": "Commercial",
            "country_code": "ARG",
            "abbrev": "INVAP",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1027,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1027/?format=api",
            "name": "Comisión Nacional de Actividades Espaciales",
            "featured": false,
            "type": "Government",
            "country_code": "ARG",
            "abbrev": "CONAE",
            "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.",
            "administrator": null,
            "founding_year": "1960",
            "launchers": "Tronador",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1029,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1029/?format=api",
            "name": "TiSPACE",
            "featured": false,
            "type": "Private",
            "country_code": "TWN",
            "abbrev": "",
            "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
            "administrator": "Founder: Dr. Yen-Sen Chen",
            "founding_year": "2016",
            "launchers": "Hapith I, Hapith V",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1042,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1042/?format=api",
            "name": "Skyrora",
            "featured": false,
            "type": "Private",
            "country_code": "GBR",
            "abbrev": "SKR",
            "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
            "administrator": "CEO: Volodymyr Lvykin",
            "founding_year": "2017",
            "launchers": "Skyrora",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "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": 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
        }
    ]
}