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://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
    "results": [
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/163/?format=api",
            "name": "Russian Aerospace Defence Forces",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "VKO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": "Russian Federal Space Agency (ROSCOSMOS)",
            "image_url": null
        },
        {
            "id": 1061,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1061/?format=api",
            "name": "HawkEye 360",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "he360",
            "description": "HawkEye 360 is an American geospatial analytics company headquartered in Herndon, Virginia. It is a commercial seller of radio frequency signal location data gathered by a satellite constellation.",
            "administrator": "CEO: John Serafini",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "HawkEye 360",
            "parent": null,
            "image_url": null
        },
        {
            "id": 197,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/197/?format=api",
            "name": "Lockheed Martin Space Operations",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LMSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1083,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1083/?format=api",
            "name": "Space One",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "Space One",
            "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "KAIROS",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 242,
            "url": "https://ll.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": 1086,
            "url": "https://ll.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": 56,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/56/?format=api",
            "name": "National Space Research and Development Agency",
            "featured": false,
            "type": "Government",
            "country_code": "NGA",
            "abbrev": "NASRDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 35,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/35/?format=api",
            "name": "Israeli Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ISR",
            "abbrev": "ISA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 184,
            "url": "https://ll.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": 52,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/52/?format=api",
            "name": "National Remote Sensing Center of Tunisia",
            "featured": false,
            "type": "Government",
            "country_code": "TUN",
            "abbrev": "CNT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}