Returns records from the enrich buildings collection which intersect the input rectangular bounding box.
Example Request
https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?bbox=-74.013219,40.702976, -74.01162,40.70357&limit=100Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| collectionId * | string | Yes |
Unique identifier of the collection. Example: |
| bbox | string | No | The co-ordinates for the bbox are in the order (minX, minY, maxX, maxY), where X is the longitude value and Y is the latitude value. For example minX = -74.013219 minY = 40.702976 maxX = -74.01162 maxY = 40.70357 |
Example Response Visualized
The red polygon shows the bounding box and the blue polygons are the building records in the response. Note that buildings that are both within and intersecting the bbox are returned.
Example Response:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4MY6",
"fips": "36061",
"geoid": "360610009001016",
"lon": -74.012301,
"lat": 40.703116,
"elevation": 6,
"elevhigh": 9,
"elevlow": 6,
"area": 4403,
"bldgtype": "M",
"ubid": "87G7PX3Q+63-1-1-0-1",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.012129 40.703069, -74.012211 40.703047, -74.012223 40.703071, -74.012277 40.703057, -74.012307 40.703049, -74.012301 40.703036, -74.012395 40.703011, -74.01243 40.703076, -74.012471 40.703155, -74.012203 40.703228, -74.012129 40.703069))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.012129,
40.703069
],
[
-74.012211,
40.703047
],
[
-74.012223,
40.703071
],
[
-74.012277,
40.703057
],
[
-74.012307,
40.703049
],
[
-74.012301,
40.703036
],
[
-74.012395,
40.703011
],
[
-74.01243,
40.703076
],
[
-74.012471,
40.703155
],
[
-74.012203,
40.703228
],
[
-74.012129,
40.703069
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4TQR",
"fips": "36061",
"geoid": "360610009001010",
"lon": -74.012641,
"lat": 40.703378,
"elevation": 10,
"elevhigh": 11,
"elevlow": 8,
"area": 13664,
"bldgtype": "X",
"ubid": "87G7PX3P+9W-1-3-2-2",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.012345 40.70334, -74.012595 40.703283, -74.012628 40.703275, -74.012732 40.703252, -74.01286 40.703223, -74.012898 40.703237, -74.012905 40.70324, -74.01296 40.70338, -74.012956 40.703387, -74.012937 40.703414, -74.012882 40.703427, -74.012754 40.703456, -74.01277 40.703504, -74.01275 40.703531, -74.012746 40.703536, -74.012498 40.703537, -74.012423 40.703537, -74.01239 40.703523, -74.012377 40.703518, -74.012321 40.703376, -74.012345 40.70334))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.012345,
40.70334
],
[
-74.012595,
40.703283
],
[
-74.012628,
40.703275
],
[
-74.012732,
40.703252
],
[
-74.01286,
40.703223
],
[
-74.012898,
40.703237
],
[
-74.012905,
40.70324
],
[
-74.01296,
40.70338
],
[
-74.012956,
40.703387
],
[
-74.012937,
40.703414
],
[
-74.012882,
40.703427
],
[
-74.012754,
40.703456
],
[
-74.01277,
40.703504
],
[
-74.01275,
40.703531
],
[
-74.012746,
40.703536
],
[
-74.012498,
40.703537
],
[
-74.012423,
40.703537
],
[
-74.01239,
40.703523
],
[
-74.012377,
40.703518
],
[
-74.012321,
40.703376
],
[
-74.012345,
40.70334
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4TR1",
"fips": "36061",
"geoid": "360610009001010",
"lon": -74.012163,
"lat": 40.703418,
"elevation": 8,
"elevhigh": 9,
"elevlow": 6,
"area": 7592,
"bldgtype": "M",
"ubid": "87G7PX3Q+95-1-2-1-3",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.012345 40.70334, -74.012321 40.703376, -74.012377 40.703518, -74.01239 40.703523, -74.012423 40.703537, -74.012388 40.703537, -74.012078 40.703536, -74.011841 40.703536, -74.011816 40.703536, -74.011814 40.703527, -74.011811 40.703513, -74.011805 40.703488, -74.011799 40.703459, -74.012295 40.703351, -74.012345 40.70334))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.012345,
40.70334
],
[
-74.012321,
40.703376
],
[
-74.012377,
40.703518
],
[
-74.01239,
40.703523
],
[
-74.012423,
40.703537
],
[
-74.012388,
40.703537
],
[
-74.012078,
40.703536
],
[
-74.011841,
40.703536
],
[
-74.011816,
40.703536
],
[
-74.011814,
40.703527
],
[
-74.011811,
40.703513
],
[
-74.011805,
40.703488
],
[
-74.011799,
40.703459
],
[
-74.012295,
40.703351
],
[
-74.012345,
40.70334
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4MOK",
"fips": "36061",
"geoid": "360610009001017",
"lon": -74.012665,
"lat": 40.702923,
"elevation": 7,
"elevhigh": 9,
"elevlow": 7,
"area": 9457,
"bldgtype": "X",
"ubid": "87G7PX3P+5W-1-2-1-1",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.012604 40.703123, -74.012579 40.703071, -74.012575 40.703072, -74.012484 40.702896, -74.012487 40.702895, -74.012461 40.702843, -74.012786 40.702759, -74.01284 40.70295, -74.012869 40.70305, -74.012604 40.703123))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.012604,
40.703123
],
[
-74.012579,
40.703071
],
[
-74.012575,
40.703072
],
[
-74.012484,
40.702896
],
[
-74.012487,
40.702895
],
[
-74.012461,
40.702843
],
[
-74.012786,
40.702759
],
[
-74.01284,
40.70295
],
[
-74.012869,
40.70305
],
[
-74.012604,
40.703123
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4MXT",
"fips": "36061",
"geoid": "360610009001018",
"lon": -74.013342,
"lat": 40.702807,
"elevation": 9,
"elevhigh": 10,
"elevlow": 7,
"area": 21177,
"bldgtype": "B",
"ubid": "87G7PX3P+4M-2-2-2-2",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.013136 40.702744, -74.013133 40.702704, -74.013121 40.702524, -74.013409 40.702512, -74.013561 40.702506, -74.013578 40.702759, -74.013543 40.702761, -74.013543 40.702853, -74.013543 40.703008, -74.013155 40.703023, -74.013136 40.702744))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.013136,
40.702744
],
[
-74.013133,
40.702704
],
[
-74.013121,
40.702524
],
[
-74.013409,
40.702512
],
[
-74.013561,
40.702506
],
[
-74.013578,
40.702759
],
[
-74.013543,
40.702761
],
[
-74.013543,
40.702853
],
[
-74.013543,
40.703008
],
[
-74.013155,
40.703023
],
[
-74.013136,
40.702744
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4TOM",
"fips": "36061",
"geoid": "360610009001010",
"lon": -74.012872,
"lat": 40.703488,
"elevation": 11,
"elevhigh": 12,
"elevlow": 10,
"area": 1938,
"bldgtype": "B",
"ubid": "87G7PX3P+9V-1-0-0-1",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.01277 40.703504, -74.012754 40.703456, -74.012882 40.703427, -74.012889 40.703446, -74.012944 40.703436, -74.012967 40.703432, -74.012969 40.703432, -74.012977 40.703471, -74.012987 40.703521, -74.012896 40.703528, -74.012826 40.703534, -74.012781 40.703538, -74.012779 40.703531, -74.01277 40.703504))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.01277,
40.703504
],
[
-74.012754,
40.703456
],
[
-74.012882,
40.703427
],
[
-74.012889,
40.703446
],
[
-74.012944,
40.703436
],
[
-74.012967,
40.703432
],
[
-74.012969,
40.703432
],
[
-74.012977,
40.703471
],
[
-74.012987,
40.703521
],
[
-74.012896,
40.703528
],
[
-74.012826,
40.703534
],
[
-74.012781,
40.703538
],
[
-74.012779,
40.703531
],
[
-74.01277,
40.703504
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4MXZ",
"fips": "36061",
"geoid": "360610009001016",
"lon": -74.01228,
"lat": 40.702965,
"elevation": 6,
"elevhigh": 7,
"elevlow": 6,
"area": 3034,
"bldgtype": "M",
"ubid": "87G7PX3Q+53-1-1-1-1",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.01221 40.703043, -74.012153 40.702921, -74.012157 40.70292, -74.012154 40.702913, -74.012335 40.702864, -74.012408 40.703008, -74.012395 40.703011, -74.012301 40.703036, -74.012307 40.703049, -74.012277 40.703057, -74.012263 40.703028, -74.01221 40.703043))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.01221,
40.703043
],
[
-74.012153,
40.702921
],
[
-74.012157,
40.70292
],
[
-74.012154,
40.702913
],
[
-74.012335,
40.702864
],
[
-74.012408,
40.703008
],
[
-74.012395,
40.703011
],
[
-74.012301,
40.703036
],
[
-74.012307,
40.703049
],
[
-74.012277,
40.703057
],
[
-74.012263,
40.703028
],
[
-74.01221,
40.703043
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4MY3",
"fips": "36061",
"geoid": "360610009001016",
"lon": -74.01214,
"lat": 40.702994,
"elevation": 6,
"elevhigh": 8,
"elevlow": 6,
"area": 1177,
"bldgtype": "B",
"ubid": "87G7PX3Q+54-1-1-0-0",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.012071 40.702944, -74.012153 40.702921, -74.01221 40.703043, -74.012211 40.703047, -74.012129 40.703069, -74.012071 40.702944))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.012071,
40.702944
],
[
-74.012153,
40.702921
],
[
-74.01221,
40.703043
],
[
-74.012211,
40.703047
],
[
-74.012129,
40.703069
],
[
-74.012071,
40.702944
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTPA4MUE",
"fips": "36061",
"geoid": "360610009001016",
"lon": -74.011927,
"lat": 40.703148,
"elevation": 7,
"elevhigh": 8,
"elevlow": -4,
"area": 14120,
"bldgtype": "M",
"ubid": "87G7PX3Q+76-1-2-2-2",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-74.012071 40.702944, -74.012129 40.703069, -74.012203 40.703228, -74.011728 40.70335, -74.011668 40.703047, -74.011994 40.702963, -74.012022 40.702956, -74.012071 40.702944))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-74.012071,
40.702944
],
[
-74.012129,
40.703069
],
[
-74.012203,
40.703228
],
[
-74.011728,
40.70335
],
[
-74.011668,
40.703047
],
[
-74.011994,
40.702963
],
[
-74.012022,
40.702956
],
[
-74.012071,
40.702944
]
]
]
]
}
}
],
"timeStamp": "2025-04-22T19:41:26Z",
"links": [
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?bbox=-74.013219,40.702976,-74.01162,40.70357&limit=100",
"rel": "self",
"type": "application/geo+json",
"title": "Current page"
},
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?bbox=-74.013219,40.702976,-74.01162,40.70357&limit=100&offset=100",
"rel": "next",
"type": "application/geo+json",
"title": "Next page"
}
]
}