For listing or retrieving neighborhoods.

GET /api/neighborhoods/?offset=900&ordering=label
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&ordering=label",
    "results": [
        {
            "uuid": "03634665-ea44-42a9-b97c-09b3c05662e0",
            "createdAt": "2017-04-29T13:59:09.504694Z",
            "modifiedAt": "2021-02-25T15:31:12.793324Z",
            "name": "yorba-linda",
            "label": "Yorba Linda",
            "label_suffix": "CA, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "CA",
            "city_fips": "",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/CA/yorba-linda.zip",
            "visibility": "public",
            "last_job": "846d6804-7b37-4a26-ac82-f8523c1da312"
        },
        {
            "uuid": "aa51d19b-90c9-4765-95b4-59ae24d62983",
            "createdAt": "2021-02-26T19:10:11.628704Z",
            "modifiedAt": "2021-02-26T23:48:25.575411Z",
            "name": "york",
            "label": "York",
            "label_suffix": "PA, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "PA",
            "city_fips": "4287048",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/PA/york.zip",
            "visibility": "public",
            "last_job": "c7f1fb2e-3e20-465f-be93-2ffbf679f8fe"
        },
        {
            "uuid": "2aa6853c-5677-4db3-b307-91054f152fb6",
            "createdAt": "2020-03-30T16:08:12.759623Z",
            "modifiedAt": "2021-02-27T10:51:29.949030Z",
            "name": "yorktown",
            "label": "Yorktown",
            "label_suffix": "VA, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "VA",
            "city_fips": "",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/VA/yorktown.zip",
            "visibility": "public",
            "last_job": "1fb2b7b2-e15d-4c65-a39f-5249deab2146"
        },
        {
            "uuid": "b7c7ad07-767d-4d39-9b42-a50daf91ab28",
            "createdAt": "2017-04-29T13:58:52.124258Z",
            "modifiedAt": "2021-02-26T20:17:51.805565Z",
            "name": "youngstown",
            "label": "Youngstown",
            "label_suffix": "OH, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "OH",
            "city_fips": "",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/OH/youngstown.zip",
            "visibility": "public",
            "last_job": "a59e31f3-62bd-499f-aa24-9e89d3061b5a"
        },
        {
            "uuid": "8b1de8f3-efd5-4a86-bab2-eb2e2c77d2be",
            "createdAt": "2017-04-29T13:58:23.184349Z",
            "modifiedAt": "2021-02-25T06:37:41.959669Z",
            "name": "yuma",
            "label": "Yuma",
            "label_suffix": "AZ, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "AZ",
            "city_fips": "",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/AZ/yuma.zip",
            "visibility": "public",
            "last_job": "f09b26b5-6b78-43ef-9f7d-3186af5ae6fc"
        },
        {
            "uuid": "12fcdb2e-0c5d-4eac-aaa6-52940143c45e",
            "createdAt": "2021-04-12T23:16:32.264237Z",
            "modifiedAt": "2021-04-12T23:22:57.985203Z",
            "name": "zwolle",
            "label": "Zwolle",
            "label_suffix": "OV, NL",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "NL",
                "name": "Netherlands"
            },
            "state_abbrev": "OV",
            "city_fips": "",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/NLD/OV/zwolle.zip",
            "visibility": "public",
            "last_job": "166320f3-240a-4dd3-98a6-929b11924687"
        }
    ]
}