Open Data API

StowHelp Open Data

Free, machine-readable access to StowHelp's vehicle storage market data. Built for journalists, researchers, academics, and developers building tools in the recreational vehicle, boating, and motoring spaces.

Available endpoints

License & citation

All endpoints return data under the Creative Commons Attribution 4.0 International (CC-BY-4.0) license. You are free to copy, redistribute, adapt, and build upon the data for any purpose - including commercial - as long as you provide attribution.

Suggested citation:

StowHelp 2026, vehicle storage pricing aggregates,
https://stowhelp.com/data/cost-aggregates.json (accessed YYYY-MM-DD).

Every JSON response includes the metadata block with license, attribution, and citation strings ready to copy.

Example use cases

Rate limits & access

No authentication required for any endpoint. Endpoints are cached at the CDN edge with 10-minute TTL, so high-volume access is supported without rate limiting at the application layer. Requests serving stale cache continue to return 200 OK with current data while a background refresh runs.

If you need higher granularity (per-zip, per-facility, per-day) or research-tier access (longitudinal data, demographic overlays), email partners@stowhelp.com for the research dataset agreement.

Sample request

curl https://stowhelp.com/data/cost-aggregates.json | jq .aggregates.national

Returns:

{
  "sampleSize": 497,
  "min": 35,
  "p25Low": 65,
  "medianLow": 110,
  "p75Low": 175,
  "medianHigh": 350,
  "max": 50000
}