Skip to main content
GET
List hotspots
Returns a paginated list of hotspots from the New York City preview dataset.

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.
network values contain a space. URL-encode it: use ?network=WiFi%206, not ?network=WiFi 6.

Response

The meta object reports the filtered total, the limit and offset in effect, and hasMore (whether offset + limit is below total).

Hotspot schema

uptime and rating are strings, not numbers. Parse accordingly.

Authorizations

x-api-key
string
header
required

Value must match linkr_(test|live)_[a-zA-Z0-9]{6,}. This is a shape check, not an issued credential.

Query Parameters

limit
integer
default:20

Number of results per page. Clamped to 1..100.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip. Minimum 0.

Required range: x >= 0
risk
enum<string>

Filter by risk level (case-insensitive exact match).

Available options:
Low,
Medium,
High
network
enum<string>

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.

Response

A page of hotspots.

data
object[]
meta
object