Returns the first 5 records from the enrich buildings collection i.e. records 1 to 5.
Example Request
https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?limit=5Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| collectionId * | string | Yes |
Unique identifier of the collection. Example: |
| limit | string | No | The number of records to return. |
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
]
]
]
]
}
}
],
"timeStamp": "2025-04-22T18:05:09Z",
"links": [
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?limit=5",
"rel": "self",
"type": "application/geo+json",
"title": "Current page"
},
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?limit=5&offset=5",
"rel": "next",
"type": "application/geo+json",
"title": "Next page"
}
]
}