For listing or retrieving neighborhoods.

GET /api/neighborhoods/?offset=900&ordering=created_at
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=created_at",
    "results": [
        {
            "uuid": "e4a3ed7d-215a-4c49-8368-783a0b5e9476",
            "createdAt": "2021-04-20T19:26:31.555513Z",
            "modifiedAt": "2021-04-20T20:28:09.649842Z",
            "name": "tavares",
            "label": "Tavares",
            "label_suffix": "FL, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "FL",
            "city_fips": "1271225",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/FL/tavares.zip",
            "visibility": "public",
            "last_job": "9c22c772-fad6-4214-9015-56d7f431844d"
        },
        {
            "uuid": "e0087430-f3fa-4120-9fc9-6112d2c602e1",
            "createdAt": "2021-04-20T19:26:31.710010Z",
            "modifiedAt": "2021-04-20T20:27:56.222998Z",
            "name": "oviedo",
            "label": "Oviedo",
            "label_suffix": "FL, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "FL",
            "city_fips": "1253575",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/FL/oviedo.zip",
            "visibility": "public",
            "last_job": "fe257065-1a40-4910-b615-c84a7d1b3f52"
        },
        {
            "uuid": "ead031ec-41c3-4cf5-b925-1f9e3b19bf60",
            "createdAt": "2021-04-20T19:26:31.954947Z",
            "modifiedAt": "2021-04-20T20:32:50.469139Z",
            "name": "wildwood",
            "label": "Wildwood",
            "label_suffix": "FL, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "FL",
            "city_fips": "1277675",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/FL/wildwood.zip",
            "visibility": "public",
            "last_job": "e4969c99-a463-4169-b876-27ae0085a490"
        },
        {
            "uuid": "14a0db7c-4857-4d35-9aab-2ba27f009d34",
            "createdAt": "2021-04-20T19:26:32.173621Z",
            "modifiedAt": "2021-04-20T20:31:09.826642Z",
            "name": "ormond-beach",
            "label": "Ormond Beach",
            "label_suffix": "FL, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "FL",
            "city_fips": "1253150",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/FL/ormond-beach.zip",
            "visibility": "public",
            "last_job": "4d225a19-b268-4bf9-8634-9cfce7fd410a"
        },
        {
            "uuid": "0ed5c49a-af80-4775-b699-dc5eb856baf5",
            "createdAt": "2021-04-20T19:26:32.528808Z",
            "modifiedAt": "2021-04-20T20:35:59.994853Z",
            "name": "winter-garden",
            "label": "Winter Garden",
            "label_suffix": "FL, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "FL",
            "city_fips": "1278250",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/FL/winter-garden.zip",
            "visibility": "public",
            "last_job": "bb723bf1-b532-4e15-aa49-0ccf13c15e9d"
        },
        {
            "uuid": "1380c507-6d9c-4078-96f1-82904b042361",
            "createdAt": "2021-04-20T19:26:32.812264Z",
            "modifiedAt": "2021-04-20T20:36:27.516093Z",
            "name": "new-smyrna-beach",
            "label": "New Smyrna Beach",
            "label_suffix": "FL, US",
            "organization": "c3bb5ab9-b6d3-490b-9362-c6b59df56bbd",
            "country": {
                "code": "US",
                "name": "United States of America"
            },
            "state_abbrev": "FL",
            "city_fips": "1248625",
            "boundary_file": "https://production-pfb-storage-us-east-1.s3.amazonaws.com/neighborhood_boundaries/root/FL/new-smyrna-beach.zip",
            "visibility": "public",
            "last_job": "a2213094-3faf-4049-9698-f66070cbfd10"
        }
    ]
}