GET /api/organisations/?format=api&offset=500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 502,
    "next": null,
    "previous": "http://elections.democracyclub.org.uk/api/organisations/?format=api&limit=100&offset=400",
    "results": [
        {
            "url": "http://elections.democracyclub.org.uk/api/organisations/local-authority/WYE/1974-04-01/?format=api",
            "official_identifier": "WYE",
            "organisation_type": "local-authority",
            "organisation_subtype": "NMD",
            "official_name": "Wyre Forest District Council",
            "common_name": "Wyre Forest",
            "slug": "wyre-forest",
            "territory_code": "ENG",
            "election_name": "Wyre Forest local election",
            "start_date": "1974-04-01",
            "end_date": null,
            "created": "1974-04-01T00:00:00Z",
            "modified": "2021-10-11T14:59:26.370579Z"
        },
        {
            "url": "http://elections.democracyclub.org.uk/api/organisations/combined-authority/YNYC/2024-05-02/?format=api",
            "official_identifier": "YNYC",
            "organisation_type": "combined-authority",
            "organisation_subtype": "",
            "official_name": "York and North Yorkshire Combined Authority",
            "common_name": "York and North Yorkshire Combined Authority",
            "slug": "york-and-north-yorkshire-ca",
            "territory_code": "ENG",
            "election_name": "York and North Yorkshire Combined Authority",
            "start_date": "2024-05-02",
            "end_date": null,
            "created": "2024-02-12T16:20:39.823085Z",
            "modified": "2024-02-12T16:20:39.823115Z"
        }
    ]
}