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=240&ordering=featured
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=250&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
    "results": [
        {
            "id": 1068,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1068/?format=api",
            "name": "Ovzon",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA,SWE",
            "abbrev": "",
            "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States",
            "administrator": "CEO: Per Norén",
            "founding_year": "2006",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/39/?format=api",
            "name": "Kazakh Space Research Institute",
            "featured": false,
            "type": "Educational",
            "country_code": "KAZ",
            "abbrev": "SRI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 23,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/23/?format=api",
            "name": "Croatian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "HRV",
            "abbrev": "HSA",
            "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": 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": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/43/?format=api",
            "name": "Malaysian National Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "MYS",
            "abbrev": "ANGKASA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 61,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/61/?format=api",
            "name": "Romanian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ROU",
            "abbrev": "ASR",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 62,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/62/?format=api",
            "name": "Royal Centre for Remote Sensing",
            "featured": false,
            "type": "Government",
            "country_code": "MAR",
            "abbrev": "CRTS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        }
    ]
}