Returns 5 records starting at an of offset of 10 from the enrich buildings collection. The example will return records 11 to 15 in the collection.
Example Request
https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?limit=5&offset=10Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| collectionId * | string | Yes | Unique identifier of the collection.
Example: |
| limit | string | No | The number of records to return. |
| offset | string | No | The offset from the first record. The first record is 0 hence offset of 10 returns records starting at record 11. |
Example Response:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"bldgid": "B000CTRUYOCK",
"fips": "15003",
"geoid": "150030112011008",
"lon": -157.739789,
"lat": 21.401955,
"elevation": 0,
"elevhigh": 0,
"elevlow": 0,
"area": 2998,
"bldgtype": "X",
"ubid": "73H4C726+Q3-1-1-1-1",
"last_seen": "2024-05-01",
"wkt": "POLYGON ((-157.739682 21.401962, -157.739724 21.401941, -157.739729 21.401949, -157.739785 21.40192, -157.739777 21.401907, -157.739842 21.401874, -157.739845 21.401879, -157.739907 21.401847, -157.739942 21.401906, -157.739874 21.401941, -157.739893 21.401975, -157.739815 21.402014, -157.73982 21.402021, -157.739778 21.402043, -157.739773 21.402034, -157.739735 21.402053, -157.739682 21.401962))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-157.739682,
21.401962
],
[
-157.739724,
21.401941
],
[
-157.739729,
21.401949
],
[
-157.739785,
21.40192
],
[
-157.739777,
21.401907
],
[
-157.739842,
21.401874
],
[
-157.739845,
21.401879
],
[
-157.739907,
21.401847
],
[
-157.739942,
21.401906
],
[
-157.739874,
21.401941
],
[
-157.739893,
21.401975
],
[
-157.739815,
21.402014
],
[
-157.73982,
21.402021
],
[
-157.739778,
21.402043
],
[
-157.739773,
21.402034
],
[
-157.739735,
21.402053
],
[
-157.739682,
21.401962
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQFIZVN",
"fips": "18095",
"geoid": "180950018021012",
"lon": -85.655887,
"lat": 40.053643,
"elevation": 909,
"elevhigh": 909,
"elevlow": 909,
"area": 415,
"bldgtype": "X",
"ubid": "86GP383V+FJ-0-1-1-0",
"last_seen": "2019-06-01",
"wkt": "POLYGON ((-85.65585 40.053616, -85.655924 40.053616, -85.655924 40.053671, -85.65585 40.053671, -85.65585 40.053616))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-85.65585,
40.053616
],
[
-85.655924,
40.053616
],
[
-85.655924,
40.053671
],
[
-85.65585,
40.053671
],
[
-85.65585,
40.053616
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQ4ZZN8",
"fips": "48485",
"geoid": "484850120014000",
"lon": -98.518797,
"lat": 33.867007,
"elevation": 961,
"elevhigh": 961,
"elevlow": 960,
"area": 219,
"bldgtype": "X",
"ubid": "8653VF8J+RF-0-0-1-0",
"last_seen": "2019-06-01",
"wkt": "POLYGON ((-98.51878 33.867036, -98.518781 33.866977, -98.5188 33.866978, -98.518815 33.866978, -98.518814 33.867036, -98.5188 33.867036, -98.51878 33.867036))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-98.51878,
33.867036
],
[
-98.518781,
33.866977
],
[
-98.5188,
33.866978
],
[
-98.518815,
33.866978
],
[
-98.518814,
33.867036
],
[
-98.5188,
33.867036
],
[
-98.51878,
33.867036
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTQFIZVO",
"fips": "18095",
"geoid": "180950018021012",
"lon": -85.656252,
"lat": 40.053562,
"elevation": 910,
"elevhigh": 910,
"elevlow": 903,
"area": 2055,
"bldgtype": "B",
"ubid": "86GP383V+CF-1-1-1-0",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-85.656179 40.053493, -85.656325 40.053493, -85.656325 40.053631, -85.656179 40.053631, -85.656179 40.053493))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-85.656179,
40.053493
],
[
-85.656325,
40.053493
],
[
-85.656325,
40.053631
],
[
-85.656179,
40.053631
],
[
-85.656179,
40.053493
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"bldgid": "B000CTR7G6LM",
"fips": "22067",
"geoid": "220679508004017",
"lon": -91.945411,
"lat": 32.756912,
"elevation": 111,
"elevhigh": 111,
"elevlow": 110,
"area": 2008,
"bldgtype": "R",
"ubid": "864CQ343+QR-0-1-1-0",
"last_seen": "2025-01-01",
"wkt": "POLYGON ((-91.945358 32.756997, -91.945358 32.756826, -91.945463 32.756826, -91.945463 32.756997, -91.945358 32.756997))"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-91.945358,
32.756997
],
[
-91.945358,
32.756826
],
[
-91.945463,
32.756826
],
[
-91.945463,
32.756997
],
[
-91.945358,
32.756997
]
]
]
]
}
}
],
"timeStamp": "2025-04-22T18:05:03Z",
"links": [
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?limit=5&offset=10",
"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": "prev",
"type": "application/geo+json",
"title": "Previous page"
},
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?limit=5&offset=15",
"rel": "next",
"type": "application/geo+json",
"title": "Next page"
},
{
"href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?limit=5&offset=0",
"rel": "first",
"type": "application/geo+json",
"title": "First page"
}
]
}