Skip to main content
Menu

AnglerPass API · v1

Build on AnglerPass

The infrastructure layer for private fishing access. Read-only v1 gives you programmatic access to properties, guides, clubs, fly shops, and availability — the same data that powers anglerpass.com, with landowner privacy and member safety enforced at the boundary.

Your first request

Every response uses a consistent envelope and carries a request_id. Anonymous calls are rate-limited by IP; a partner key lifts you to a higher tier.

bash
curl https://api.anglerpass.com/v1/properties?state=CO \
  -H "Authorization: Bearer ak_live_your_key"
response
{
  "success": true,
  "data": {
    "properties": [
      {
        "id": "e2b1c0d4-3a5f-4c6e-9b7a-1d2e3f4a5b6c",
        "name": "Upper Roaring Fork — Beat 3",
        "state": "CO",
        "water_type": "river",
        "species": ["Rainbow Trout", "Brown Trout"],
        "coordinates_precision": "approximate"
      }
    ]
  },
  "meta": { "request_id": "req_9f2c1a7b3e4d5c6f", "pagination": { "total": 42, "limit": 25, "offset": 0, "has_more": true } }
}

What you can build

Property and guide discovery for booking widgets, trip-planning apps, and AI assistants; availability lookups; club and fly-shop directories for tourism boards and destination marketing. Write access (bookings, reviews) and a natural-language search endpoint are on the roadmap.

Part of Territory Holdings

The AnglerPass API is built on a shared platform core that will power HunterPass and future Territory Holdings platforms — consistent auth, envelopes, and SDKs across every vertical.