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=310&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=featured",
    "results": [
        {
            "id": 266,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/266/?format=api",
            "name": "Relativity Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "RS",
            "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
            "administrator": "CEO: Tim Ellis",
            "founding_year": "2015",
            "launchers": "Terran",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/192/?format=api",
            "name": "Lockheed Space Operations Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LSOC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/9/?format=api",
            "name": "Azerbaijan National Aerospace Agency",
            "featured": false,
            "type": "Government",
            "country_code": "AZE",
            "abbrev": "AMAKA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 203,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/203/?format=api",
            "name": "SES",
            "featured": false,
            "type": "Commercial",
            "country_code": "LUX",
            "abbrev": "SES",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/85/?format=api",
            "name": "Astronautic Technology Sdn Bhd",
            "featured": false,
            "type": "Commercial",
            "country_code": "MYS",
            "abbrev": "ATSB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 237,
            "url": "https://ll.thespacedevs.com/2.0.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
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/12/?format=api",
            "name": "Brazilian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "BRA",
            "abbrev": "AEB",
            "description": "The Brazilian Space Agency is a space agency in South America.  They work in partnership with the US and Russia aboard the ISS. It was previously operated by the military until 1994. They now operate largely in tandem with other nations. They run a spaceport and rocket launch site both in Brazil. They built the VLM small satellite launch system in tandem with Germany. The VLS-1 was intended to be a primary launch vehicle for the BSA, but it failed 3 times and was canceled. They have restarted work on the system in tandem with the Russian Space Agency.",
            "administrator": "Administrator: Marco Antonio Chamon",
            "founding_year": "1961",
            "launchers": "VLM | VLS",
            "spacecraft": "None",
            "parent": null,
            "image_url": null
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/14/?format=api",
            "name": "Bolivian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "BOL",
            "abbrev": "ABAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/19/?format=api",
            "name": "Centre for Remote Imaging, Sensing and Processing",
            "featured": false,
            "type": "Educational",
            "country_code": "SGP",
            "abbrev": "CRISP",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 24,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/24/?format=api",
            "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department",
            "featured": false,
            "type": "Government",
            "country_code": "CZE",
            "abbrev": "CSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}