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=210&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=220&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=200&ordering=id",
    "results": [
        {
            "id": 238,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/238/?format=api",
            "name": "Hisdesat",
            "featured": false,
            "type": "Commercial",
            "country_code": "ESP",
            "abbrev": "HISDE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 239,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/239/?format=api",
            "name": "Satmex",
            "featured": false,
            "type": "Commercial",
            "country_code": "MEX",
            "abbrev": "SATMEX",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 240,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/240/?format=api",
            "name": "Optus",
            "featured": false,
            "type": "Commercial",
            "country_code": "AUS",
            "abbrev": "OPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 241,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/241/?format=api",
            "name": "WildBlue",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "WBLU",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 242,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 243,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/243/?format=api",
            "name": "Hughes",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "HUGH",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 244,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/244/?format=api",
            "name": "Star One",
            "featured": false,
            "type": "Commercial",
            "country_code": "BRA",
            "abbrev": "STA1",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 245,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/245/?format=api",
            "name": "Regional African Satellite Communication Organization",
            "featured": false,
            "type": "Commercial",
            "country_code": "MUS",
            "abbrev": "RASCOM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 246,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/246/?format=api",
            "name": "Vietnam Posts and Telecommunications Group",
            "featured": false,
            "type": "Commercial",
            "country_code": "VNM",
            "abbrev": "VNPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 247,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/247/?format=api",
            "name": "Türksat",
            "featured": false,
            "type": "Commercial",
            "country_code": "TUR",
            "abbrev": "TRKST",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}