Returns the first 10 records from the enrich buildings collection- i.e. records 1 to 10. Since no parameters are specified the default limit of 10 is applied.
Example Request
https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/itemsRequest parameters
| Name | Type | Required | Description |
|---|---|---|---|
| collectionId * | string | Yes |
Unique identifier of the collection. Example: |
Example Response
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQ4ZZN6",
"fips": "48485",
"geoid": "484850120014000",
"lon": -98.521332,
"lat": 33.867027,
"elevation": 958,
"elevhigh": 958,
"elevlow": 956,
"area": 206,
"bldgtype": "X",
"ubid": "8653VF8H+RF-0-0-1-0",
"last_seen": "2019-06-01",
"wkt": "POLYGON ((-98.521329 33.86699, -98.521355 33.866995, -98.521336 33.867063, -98.52131 33.867058, -98.521329 33.86699))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-98.521329,
33.86699
],
[
-98.521355,
33.866995
],
[
-98.521336,
33.867063
],
[
-98.52131,
33.867058
],
[
-98.521329,
33.86699
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTR7G6LI",
"fips": "22067",
"geoid": "220679508004006",
"lon": -91.940892,
"lat": 32.766093,
"elevation": 114,
"elevhigh": 115,
"elevlow": 114,
"area": 1718,
"bldgtype": "R",
"ubid": "864CQ385+CJ-1-1-0-0",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-91.940844 32.766173, -91.940844 32.766013, -91.94094 32.766013, -91.94094 32.766173, -91.940844 32.766173))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-91.940844,
32.766173
],
[
-91.940844,
32.766013
],
[
-91.94094,
32.766013
],
[
-91.94094,
32.766173
],
[
-91.940844,
32.766173
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQR6T8Z",
"fips": "12063",
"geoid": "120632101003038",
"lon": -85.273116,
"lat": 30.955667,
"elevation": 112,
"elevhigh": 112,
"elevlow": 111,
"area": 1768,
"bldgtype": "X",
"ubid": "862PXP4G+7Q-0-0-0-1",
"last_seen": "2024-05-01",
"wkt": "POLYGON ((-85.273218 30.955629, -85.273014 30.955629, -85.273014 30.955705, -85.273218 30.955705, -85.273218 30.955629))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-85.273218,
30.955629
],
[
-85.273014,
30.955629
],
[
-85.273014,
30.955705
],
[
-85.273218,
30.955705
],
[
-85.273218,
30.955629
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQFQMKO",
"fips": "21145",
"geoid": "211450310003004",
"lon": -88.568569,
"lat": 37.044123,
"elevation": 340,
"elevhigh": 340,
"elevlow": 340,
"area": 1055,
"bldgtype": "R",
"ubid": "869H2CVJ+JH-1-1-0-1",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-88.568536 37.044055, -88.568638 37.044077, -88.56861 37.04416, -88.56851 37.044138, -88.56852 37.044107, -88.568499 37.044102, -88.568513 37.044059, -88.568533 37.044063, -88.568536 37.044055))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-88.568536,
37.044055
],
[
-88.568638,
37.044077
],
[
-88.56861,
37.04416
],
[
-88.56851,
37.044138
],
[
-88.56852,
37.044107
],
[
-88.568499,
37.044102
],
[
-88.568513,
37.044059
],
[
-88.568533,
37.044063
],
[
-88.568536,
37.044055
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTRUYOCJ",
"fips": "15003",
"geoid": "150030112011008",
"lon": -157.74023,
"lat": 21.401979,
"elevation": 0,
"elevhigh": 0,
"elevlow": 0,
"area": 3351,
"bldgtype": "R",
"ubid": "73H4C725+QW-2-1-1-1",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-157.740311 21.402009, -157.740122 21.402128, -157.74007 21.402056, -157.740177 21.401989, -157.740163 21.40197, -157.740236 21.401924, -157.740202 21.401873, -157.740257 21.401842, -157.740303 21.401913, -157.740261 21.401939, -157.740311 21.402009))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-157.740311,
21.402009
],
[
-157.740122,
21.402128
],
[
-157.74007,
21.402056
],
[
-157.740177,
21.401989
],
[
-157.740163,
21.40197
],
[
-157.740236,
21.401924
],
[
-157.740202,
21.401873
],
[
-157.740257,
21.401842
],
[
-157.740303,
21.401913
],
[
-157.740261,
21.401939
],
[
-157.740311,
21.402009
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQFIZVM",
"fips": "18095",
"geoid": "180950112003086",
"lon": -85.584956,
"lat": 40.053603,
"elevation": 935,
"elevhigh": 936,
"elevlow": 935,
"area": 1388,
"bldgtype": "X",
"ubid": "86GP3C38+C2-1-0-0-1",
"last_seen": "2024-05-01",
"wkt": "POLYGON ((-85.585031 40.053558, -85.585034 40.053647, -85.584882 40.05365, -85.584879 40.05356, -85.585031 40.053558))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-85.585031,
40.053558
],
[
-85.585034,
40.053647
],
[
-85.584882,
40.05365
],
[
-85.584879,
40.05356
],
[
-85.585031,
40.053558
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQ4ZZN7",
"fips": "48485",
"geoid": "484850120014000",
"lon": -98.519477,
"lat": 33.867038,
"elevation": 960,
"elevhigh": 960,
"elevlow": 960,
"area": 186,
"bldgtype": "X",
"ubid": "8653VF8J+R6-0-0-0-0",
"last_seen": "2024-05-01",
"wkt": "POLYGON ((-98.519457 33.867017, -98.519499 33.867018, -98.519497 33.867058, -98.519455 33.867057, -98.519457 33.867017))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-98.519457,
33.867017
],
[
-98.519499,
33.867018
],
[
-98.519497,
33.867058
],
[
-98.519455,
33.867057
],
[
-98.519457,
33.867017
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTR7G6LK",
"fips": "22067",
"geoid": "220679507002007",
"lon": -91.942903,
"lat": 32.750168,
"elevation": 114,
"elevhigh": 114,
"elevlow": 112,
"area": 1347,
"bldgtype": "R",
"ubid": "864CQ324+3R-0-1-1-0",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-91.942894 32.750091, -91.942986 32.750203, -91.942913 32.750245, -91.942821 32.750133, -91.942894 32.750091))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-91.942894,
32.750091
],
[
-91.942986,
32.750203
],
[
-91.942913,
32.750245
],
[
-91.942821,
32.750133
],
[
-91.942894,
32.750091
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQR7AU2",
"fips": "12063",
"geoid": "120632106001024",
"lon": -85.273108,
"lat": 30.712715,
"elevation": 114,
"elevhigh": 114,
"elevlow": 112,
"area": 3036,
"bldgtype": "X",
"ubid": "862PPP7G+3Q-1-1-0-1",
"last_seen": "2024-05-01",
"wkt": "POLYGON ((-85.273228 30.712761, -85.273213 30.712645, -85.272987 30.712668, -85.273002 30.712784, -85.273228 30.712761))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-85.273228,
30.712761
],
[
-85.273213,
30.712645
],
[
-85.272987,
30.712668
],
[
-85.273002,
30.712784
],
[
-85.273228,
30.712761
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQFQMKP",
"fips": "21145",
"geoid": "211450310004011",
"lon": -88.585155,
"lat": 37.038173,
"elevation": 340,
"elevhigh": 340,
"elevlow": 340,
"area": 3783,
"bldgtype": "R",
"ubid": "869H2CQ7+7W-1-1-1-1",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-88.585272 37.038051, -88.58521 37.038299, -88.585096 37.038281, -88.585111 37.038219, -88.585058 37.038211, -88.585078 37.038133, -88.585086 37.038135, -88.585097 37.038091, -88.585143 37.038098, -88.585159 37.038034, -88.585272 37.038051))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-88.585272,
37.038051
],
[
-88.58521,
37.038299
],
[
-88.585096,
37.038281
],
[
-88.585111,
37.038219
],
[
-88.585058,
37.038211
],
[
-88.585078,
37.038133
],
[
-88.585086,
37.038135
],
[
-88.585097,
37.038091
],
[
-88.585143,
37.038098
],
[
-88.585159,
37.038034
],
[
-88.585272,
37.038051
]
]
]
]
}
}
],
"timeStamp": "2025-04-22T18:02:12Z",
"links": [
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items",
"rel": "self",
"type": "application/geo+json",
"title": "Current page"
},
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?offset=10",
"rel": "next",
"type": "application/geo+json",
"title": "Next page"
}
]
}