Kenai982,410 12.4%Kasilof248,912 4.1%Kvichak7,420,180 22.7%Nushagak1,108,220 18.3%Copper412,700 2.8%Yukon98,220 41.2%Kuskokwim51,200 18.5%Situk48,910 6.2%Taku24,180 1.4%Egegik1,582,000 14.8%Ugashik921,000 9.2%Susitna78,400 8.1%Kenai982,410 12.4%Kasilof248,912 4.1%Kvichak7,420,180 22.7%Nushagak1,108,220 18.3%Copper412,700 2.8%Yukon98,220 41.2%Kuskokwim51,200 18.5%Situk48,910 6.2%Taku24,180 1.4%Egegik1,582,000 14.8%Ugashik921,000 9.2%Susitna78,400 8.1%
Module · API

Alaska Fish API

REST endpoints returning JSON, GeoJSON, and CSV. Free tier for researchers and students. Production tier with SLAs and bulk pulls.

Sub-100ms p95

Edge-cached on Cloudflare. Daily snapshots in R2.

Keyed access

Free 1,000 req/day. Pro $29/mo, 1M req/mo.

Stable schemas

Versioned at /v1/. Breaking changes only at major bumps.

Endpoints
  • GET
    /v1/counts
    Live and historical passage counts
  • GET
    /v1/rivers
    Index of all monitored rivers
  • GET
    /v1/rivers/{slug}
    Single river snapshot + history
  • GET
    /v1/species
    Species aggregates and timing windows
  • GET
    /v1/escapement
    Goals and progress by river
  • GET
    /v1/commercial
    Harvest, ex-vessel, permits by district
  • GET
    /v1/forecasts
    Bayesian run-timing forecasts
  • GET
    /v1/eo
    Emergency orders feed
  • GET
    /v1/weather
    River temperature, flow, ocean SST
Quickstart
# Get the Kvichak River live snapshot
$ curl https://api.alaskafishdata.com/v1/rivers/kvichak-river \
    -H "Authorization: Bearer YOUR_KEY"
          
Sample response
{
  "slug": "kvichak-river",
  "name": "Kvichak River",
  "region": "Bristol Bay",
  "ytd": 7420180,
  "today": 188210,
  "percentile": 92,
  "escapementGoal": [2000000, 10000000],
  "status": "open",
  "asOf": "2026-07-12T18:00:00Z"
}
          
ALASKAFISHDATA

The operating system for Alaska fisheries data. Live counts, historical trends, commercial intelligence, and APIs — built on ADF&G, NOAA, and SASAP open datasets.

v0.1 MVPBeta
Data
Platform
Sources
© 2026 AlaskaFishData · Not affiliated with ADF&G or NOAABuilt for anglers, guides, and researchers