API endpoint that allows Agencies to be viewed.

GET:
Return a list of all the existing users.

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

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

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

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

GET /2.0.0/agencies/?format=api&offset=30&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 330,
    "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=40&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=20&ordering=-name",
    "results": [
        {
            "id": 78,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/78/?format=api",
            "name": "Thales Alenia Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA,ITA",
            "abbrev": "THALES",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 235,
            "url": "https://ll.thespacedevs.com/2.0.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
        },
        {
            "id": 129,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/129/?format=api",
            "name": "Tethers Unlimited, Inc.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "TUI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 208,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/208/?format=api",
            "name": "Telesat",
            "featured": false,
            "type": "Commercial",
            "country_code": "CAN",
            "abbrev": "TELE",
            "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/26/?format=api",
            "name": "Technical University of Denmark - National Space Institute",
            "featured": false,
            "type": "Educational",
            "country_code": "DNK",
            "abbrev": "DTU",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1071,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1071/?format=api",
            "name": "Synspective",
            "featured": false,
            "type": "Private",
            "country_code": "JPN",
            "abbrev": "",
            "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.",
            "administrator": "CEO: Dr. Motoyuki Arai",
            "founding_year": "2018",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 71,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/71/?format=api",
            "name": "Swiss Space Office",
            "featured": false,
            "type": "Government",
            "country_code": "CHE",
            "abbrev": "SSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 151,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/151/?format=api",
            "name": "Swedish Space Corp",
            "featured": false,
            "type": "Commercial",
            "country_code": "SWE",
            "abbrev": "SSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/76/?format=api",
            "name": "Swedish National Space Board",
            "featured": false,
            "type": "Government",
            "country_code": "SWE",
            "abbrev": "SNSB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 108,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/108/?format=api",
            "name": "Swales Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}