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=220&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=230&ordering=featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=featured",
    "results": [
        {
            "id": 148,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/148/?format=api",
            "name": "Scorpius Space Launch Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SSLC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1088,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api",
            "name": "Hungarian Ministry of Foreign Affairs and Trade",
            "featured": false,
            "type": "Government",
            "country_code": "HUN",
            "abbrev": "",
            "description": "",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 10,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/10/?format=api",
            "name": "Belgian Institute for Space Aeronomy",
            "featured": false,
            "type": "Government",
            "country_code": "BEL",
            "abbrev": "BIRA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 50,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/50/?format=api",
            "name": "National Institute of Aeronautics and Space",
            "featured": false,
            "type": "Government",
            "country_code": "IDN",
            "abbrev": "LAPAN",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1086,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1086/?format=api",
            "name": "NASA Goddard Space Flight Center",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "GSFC",
            "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.",
            "administrator": "Director: Makenzie Lystrup",
            "founding_year": "1959",
            "launchers": "",
            "spacecraft": "",
            "parent": "National Aeronautics and Space Administration",
            "image_url": null
        },
        {
            "id": 99,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/99/?format=api",
            "name": "Northrop Grumman Space Technology",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "NOC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 107,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api",
            "name": "Surrey Satellite Technology Ltd",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "SSTL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1070,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1070/?format=api",
            "name": "PT Pasifik Satelit Nusantara",
            "featured": false,
            "type": "Private",
            "country_code": "IDN",
            "abbrev": "PSN",
            "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.",
            "administrator": "CEO: Adi Rahman Adiwoso",
            "founding_year": "1991",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1074,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1074/?format=api",
            "name": "National Aerospace Development Administration",
            "featured": false,
            "type": "Government",
            "country_code": "PRK",
            "abbrev": "NADA",
            "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.",
            "administrator": null,
            "founding_year": "2013",
            "launchers": "Chollima",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1080,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1080/?format=api",
            "name": "Orienspace Technology",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "OrienSpace",
            "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
            "administrator": null,
            "founding_year": "2020",
            "launchers": "Gravity-1",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}