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=250&ordering=id
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=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=id",
    "results": [
        {
            "id": 1007,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1007/?format=api",
            "name": "Space Services Inc.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "",
            "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1008,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1008/?format=api",
            "name": "Société d'étude et de réalisation d'engins balistiques",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "",
            "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.",
            "administrator": null,
            "founding_year": "1959",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1009,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1009/?format=api",
            "name": "Institute of Space and Astronautical Science",
            "featured": false,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "ISAS",
            "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
            "administrator": null,
            "founding_year": null,
            "launchers": "Lambda",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1010,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1010/?format=api",
            "name": "KB Mashinostroyeniya",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "",
            "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1011,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1011/?format=api",
            "name": "Moscow Institute of Thermal Technology",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "MITT",
            "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": "Russian Federal Space Agency (ROSCOSMOS)",
            "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": 1013,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1013/?format=api",
            "name": "Makeyev Rocket Design Bureau",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "",
            "description": "The JSC Makeyev Design Bureau is a Russian missile design company located in Miass, Russia.\r\n\r\nEstablished in December 1947 as SKB-385, the company is the main designer of submarine-launched ballistic missiles (SLBM) in Russia. The organization was named in honor of Victor Makeyev. Its full official name is State Rocket Center «Academician V.P. Makeev Design Bureau».\r\n\r\nIn 1965, SKB-385 was redesignated the Design Bureau of Machine-Building (KBM) under the Ministry of General Machine-Building.",
            "administrator": null,
            "founding_year": "1947",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1014,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1014/?format=api",
            "name": "Martin Marietta",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "MM",
            "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.",
            "administrator": null,
            "founding_year": "1961",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1015,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1015/?format=api",
            "name": "European Launcher Development Organisation",
            "featured": false,
            "type": "Government",
            "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS",
            "abbrev": "ELDO",
            "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.",
            "administrator": null,
            "founding_year": "1961",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1016,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1016/?format=api",
            "name": "Weapons Research Establishment",
            "featured": false,
            "type": "Government",
            "country_code": "AUS",
            "abbrev": "WRE",
            "description": "The Weapons Research Establishment was an Australian government entity dedicated to providing science and technology support for Australia's defence and national security needs.",
            "administrator": null,
            "founding_year": "1955",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}