API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=230&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 336,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=240&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=220&ordering=-id",
    "results": [
        {
            "id": 109,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/109/?format=api",
            "name": "Turkish Aerospace Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "TUR",
            "abbrev": "TAI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 108,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/108/?format=api",
            "name": "Swales Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 107,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/107/?format=api",
            "name": "Surrey Satellite Technology Ltd",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "SSTL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 106,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/106/?format=api",
            "name": "General Dynamics",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GD",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 105,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/105/?format=api",
            "name": "SpaceDev",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SPDV",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/104/?format=api",
            "name": "SPAR Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CAN",
            "abbrev": "SPAR",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 103,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/103/?format=api",
            "name": "RKK Energiya",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "RSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 102,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/102/?format=api",
            "name": "Rockwell International",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ROI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 101,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/101/?format=api",
            "name": "Philco Ford",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "PHILCO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
            "name": "Orbital Sciences Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "OSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}