API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=280&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 336,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=290&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=270&ordering=-id",
    "results": [
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/55/?format=api",
            "name": "National Space Organization",
            "featured": false,
            "type": "Government",
            "country_code": "TWN",
            "abbrev": "NSPO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 54,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/54/?format=api",
            "name": "National Space Agency of Ukraine",
            "featured": false,
            "type": "Government",
            "country_code": "UKR",
            "abbrev": "HKAY",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 53,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/53/?format=api",
            "name": "Uzbek State Space Research Agency (UzbekCosmos)",
            "featured": false,
            "type": "Government",
            "country_code": "UZB",
            "abbrev": "USSRA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/51/?format=api",
            "name": "National Remote Sensing Center of Mongolia",
            "featured": false,
            "type": "Government",
            "country_code": "MNG",
            "abbrev": "NRSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 49,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/49/?format=api",
            "name": "National Space Activities Commission",
            "featured": false,
            "type": "Government",
            "country_code": "ARG",
            "abbrev": "CONAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 48,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/47/?format=api",
            "name": "National Commission for Aerospace Research and Development",
            "featured": false,
            "type": "Government",
            "country_code": "PER",
            "abbrev": "CONIDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}