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=110&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=120&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=100&ordering=-id",
    "results": [
        {
            "id": 254,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/254/?format=api",
            "name": "British Satellite Broadcasting",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "BSB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 253,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/253/?format=api",
            "name": "French Armed Forces",
            "featured": false,
            "type": "Government",
            "country_code": "FRA",
            "abbrev": "FAF",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 252,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/252/?format=api",
            "name": "MEASAT Satellite Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "MYS",
            "abbrev": "MEAST",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 251,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/251/?format=api",
            "name": "AlYahSat",
            "featured": false,
            "type": "Commercial",
            "country_code": "ARE",
            "abbrev": "ALYAH",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 250,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/250/?format=api",
            "name": "HispaSat",
            "featured": false,
            "type": "Commercial",
            "country_code": "ESP",
            "abbrev": "HISPA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 249,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/249/?format=api",
            "name": "Echostar",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ECHO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 248,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "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
        },
        {
            "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": 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
        }
    ]
}