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=230&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=240&ordering=-featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=-featured",
    "results": [
        {
            "id": 1064,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1064/?format=api",
            "name": "BlackSky",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "BS",
            "description": "BlackSky is an American private aerospace company specializing in geospatial intelligence services. It operates the BlackSky constellation of Earth-imaging small satellites.",
            "administrator": "CEO: Brian O’Toole",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 28,
            "url": "https://ll.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": 89,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/89/?format=api",
            "name": "Fairchild Space and Electronics Division",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "FSED",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/38/?format=api",
            "name": "National Space Agency (KazCosmos)",
            "featured": false,
            "type": "Government",
            "country_code": "KAZ",
            "abbrev": "NSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "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": 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": 137,
            "url": "https://ll.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": 1000,
            "url": "https://ll.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": 248,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/248/?format=api",
            "name": "ProtoStar",
            "featured": false,
            "type": "Commercial",
            "country_code": "BMU",
            "abbrev": "PROTO",
            "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
        }
    ]
}