For listing or retrieving neighborhoods.

GET /api/neighborhoods/?limit=20&offset=900
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 906,
    "next": null,
    "previous": "https://bna.peopleforbikes.org/api/neighborhoods/?limit=20&offset=880",
    "results": [
        {
            "uuid": "842fa75e-7e81-47e4-8a90-dec1fc9a553a",
            "createdAt": "2017-04-26T19:03:34.095352Z",
            "modifiedAt": "2021-02-27T07:34:12.108417Z",
            "name": "memphis",
            "label": "Memphis",
            "label_suffix": "TN, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "TN",
            "city_fips": "4748000",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/TN/memphis.zip",
            "visibility": "public",
            "last_job": "f55fd1b1-bb16-4857-8a0c-53071185827c"
        },
        {
            "uuid": "94be2730-d3e7-4333-b598-8672a4e3577a",
            "createdAt": "2017-04-26T19:03:33.570539Z",
            "modifiedAt": "2021-02-27T03:02:22.956285Z",
            "name": "providence",
            "label": "Providence",
            "label_suffix": "RI, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "RI",
            "city_fips": "",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/RI/providence.zip",
            "visibility": "public",
            "last_job": "57cff7f0-c3da-45cd-a52d-cd92f6c42e56"
        },
        {
            "uuid": "df3699ee-758c-4c3e-91f8-2b22994ce272",
            "createdAt": "2017-04-26T19:03:33.285263Z",
            "modifiedAt": "2021-03-05T11:18:05.434755Z",
            "name": "new-york",
            "label": "New York",
            "label_suffix": "NY, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "NY",
            "city_fips": "3651000",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/NY/new-york.zip",
            "visibility": "public",
            "last_job": "aeec0660-e468-4c11-8183-28bedba32f91"
        },
        {
            "uuid": "72f6a0f6-4769-4b10-baa9-5f8c4b3b6ee6",
            "createdAt": "2017-04-26T19:03:32.936053Z",
            "modifiedAt": "2021-02-26T11:15:32.496374Z",
            "name": "baltimore",
            "label": "Baltimore",
            "label_suffix": "MD, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "MD",
            "city_fips": "",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/MD/baltimore.zip",
            "visibility": "public",
            "last_job": "9c4fbb68-28aa-4982-8938-b82199fa44a2"
        },
        {
            "uuid": "46624fd5-e288-4cba-86ad-aca90d9b5445",
            "createdAt": "2017-04-26T19:03:32.749538Z",
            "modifiedAt": "2021-03-02T09:06:13.232225Z",
            "name": "new-orleans",
            "label": "New Orleans",
            "label_suffix": "LA, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "LA",
            "city_fips": "2255000",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/LA/new-orleans.zip",
            "visibility": "public",
            "last_job": "158364fa-311d-4ed4-9b7a-a5e9ba285772"
        },
        {
            "uuid": "a3383abe-ffef-442b-889c-a9319a8f0d56",
            "createdAt": "2017-04-26T19:03:32.468269Z",
            "modifiedAt": "2021-02-25T18:37:22.263113Z",
            "name": "fort-collins",
            "label": "Fort Collins",
            "label_suffix": "CO, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "CO",
            "city_fips": "0827425",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/CO/fort-collins.zip",
            "visibility": "public",
            "last_job": "9dbcaf79-c806-4038-9e2b-90108a984e0b"
        }
    ]
}