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=260&ordering=-featured
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=270&ordering=-featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=-featured",
    "results": [
        {
            "id": 274,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/274/?format=api",
            "name": "iSpace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "iSpace",
            "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.",
            "administrator": null,
            "founding_year": "2016",
            "launchers": "Hyperbola-1",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 224,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/224/?format=api",
            "name": "GeoOptics",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GO",
            "description": "GeoOptics is an environmental data company that aims to deliver a wealth of information about the changing planet to users in near real time.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/58/?format=api",
            "name": "Norwegian Space Centre",
            "featured": false,
            "type": "Government",
            "country_code": "NOR",
            "abbrev": "NRS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 226,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/226/?format=api",
            "name": "PanAmSat",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "PANAM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 116,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/116/?format=api",
            "name": "EADS Astrium Space Transportation",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "EADS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1021,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
            "name": "Galactic Energy",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "GE",
            "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "Ceres-1 | Pallas-1",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg"
        },
        {
            "id": 1073,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1073/?format=api",
            "name": "DSN Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "",
            "description": "DSN Corporation Japanese: 株式会社ディー・エス・エヌ is a corporation owned by SKY Perfect JSAT Group, NEC and NTT Com. It was founded on December 19, 2012 for the sole purpose of acting as an investment vehicle in the private finance initiative that would handle the Japanese military X-band DSN satellite network from 2015 to 2031.",
            "administrator": null,
            "founding_year": "2012",
            "launchers": "",
            "spacecraft": "",
            "parent": "SKY Perfect JSAT Group",
            "image_url": null
        },
        {
            "id": 253,
            "url": "https://ll.thespacedevs.com/2.0.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
        },
        {
            "id": 234,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/234/?format=api",
            "name": "XTAR LLC",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "XTAR",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1083,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1083/?format=api",
            "name": "Space One",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "Space One",
            "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "KAIROS",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}