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=120&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=130&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=110&ordering=-id",
    "results": [
        {
            "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": 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": 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": 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": 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": 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": 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": 237,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/237/?format=api",
            "name": "PT Telkom Indonesia",
            "featured": false,
            "type": "Commercial",
            "country_code": "IDN",
            "abbrev": "TLKM",
            "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.",
            "administrator": "CEO: Ririek Adriansyah",
            "founding_year": "1856",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520indonesia_logo_20240217062529.png"
        },
        {
            "id": 236,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/236/?format=api",
            "name": "DirecTV",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DIREC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 235,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/235/?format=api",
            "name": "Thaicom",
            "featured": false,
            "type": "Commercial",
            "country_code": "THA",
            "abbrev": "TICOM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}