List hotspots
API REFERENCE
List hotspots
Paginate and filter the NYC preview dataset.
GET
List hotspots
Returns a paginated list of hotspots from the New York City preview dataset.
The
Query parameters
Only
risk and network filter the list. security is returned on every record but is
not filterable, and search does not cover it.Response
meta object reports the filtered total, the limit and offset in effect, and
hasMore (whether offset + limit is below total).
Hotspot schema
Authorizations
Value must match linkr_(test|live)_[a-zA-Z0-9]{6,}. This is a shape check, not an issued credential.
Query Parameters
Number of results per page. Clamped to 1..100.
Required range:
1 <= x <= 100Number of results to skip. Minimum 0.
Required range:
x >= 0Filter by risk level (case-insensitive exact match).
Available options:
Low, Medium, High Filter by network type (case-insensitive exact match). Values contain a space — URL-encode it, e.g. WiFi%206.
Available options:
WiFi 5, WiFi 6, WiFi 6E Case-insensitive substring match across name, owner, and note only.