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=270&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=280&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=featured",
    "results": [
        {
            "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": 39,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/39/?format=api",
            "name": "Kazakh Space Research Institute",
            "featured": false,
            "type": "Educational",
            "country_code": "KAZ",
            "abbrev": "SRI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/150/?format=api",
            "name": "Masten Space Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Masten",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/67/?format=api",
            "name": "Space Research and Remote Sensing Organization",
            "featured": false,
            "type": "Government",
            "country_code": "BGD",
            "abbrev": "SPARRSP",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/40/?format=api",
            "name": "Korean Committee of Space Technology",
            "featured": false,
            "type": "Government",
            "country_code": "PRK",
            "abbrev": "KCST",
            "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.",
            "administrator": null,
            "founding_year": null,
            "launchers": "Paektusan | Unha",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "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
        }
    ]
}