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&limit=10&offset=250&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=260&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-name",
    "results": [
        {
            "id": 236,
            "url": "https://ll.thespacedevs.com/2.0.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
        },
        {
            "id": 233,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/233/?format=api",
            "name": "Direction générale de l'armement",
            "featured": false,
            "type": "Government",
            "country_code": "FRA",
            "abbrev": "DGA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 212,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/212/?format=api",
            "name": "Digital Globe",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DGI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1012,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1012/?format=api",
            "name": "Department of Aerospace Science and Technology",
            "featured": false,
            "type": "Government",
            "country_code": "BRA",
            "abbrev": "",
            "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
            "administrator": null,
            "founding_year": "1953",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1054,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1054/?format=api",
            "name": "Defense Advanced Research Projects Agency",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "DARPA",
            "description": "The Defense Advanced Research Projects Agency (DARPA) is a research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use by the military.",
            "administrator": "Stefanie Tompkins",
            "founding_year": "1958",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 126,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/126/?format=api",
            "name": "Deep Space Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DSI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/25/?format=api",
            "name": "Danish National Space Center",
            "featured": false,
            "type": "Government",
            "country_code": "DNK",
            "abbrev": "DRC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 23,
            "url": "https://ll.thespacedevs.com/2.0.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
        },
        {
            "id": 142,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/142/?format=api",
            "name": "Copenhagen Suborbitals",
            "featured": false,
            "type": "Commercial",
            "country_code": "DNK",
            "abbrev": "CSU",
            "description": "Copenhagen Suborbitals is the world's only manned, amateur, crowd funded space program.  Their stated goal is to have one of the members fly into space (above 100 km), on a sub-orbital spaceflight, in a space capsule on the Spica rocket.As an amateur organisation, the 55 members use their spare time on the project, while at the same time having regular day jobs.",
            "administrator": "Kristian Elof Sørensen",
            "founding_year": "2008",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1004,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1004/?format=api",
            "name": "Convair",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "",
            "description": "Convair, previously Consolidated Vultee, was an American aircraft manufacturing company that later expanded into rockets and spacecraft. The company was formed in 1943 by the merger of Consolidated Aircraft and Vultee Aircraft. In 1953 it was purchased by General Dynamics, and operated as their Convair Division for most of its corporate history.",
            "administrator": null,
            "founding_year": "1943",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}