Can I Fishing

Preparation stage

A privacy-first fishing caddie for tide, weather, catches, and personal patterns.

Can I Fishing is being prepared as an on-device AI fishing assistant. The website only distributes public marine data packs; the user's points, catches, photos, and personal analysis stay on their device.

The first public data routes are being shaped under /api/v1/can-i-fishing so the mobile app can request only the regions it needs.

Device-first personal data

Exact GPS points, catch history, tackle records, trip journals, and personal recommendations are stored on the user's device.

Public data distribution cache

The site publishes latest region packs for weather, marine conditions, tide, current, water temperature, warnings, and market reference data.

Region-aware requests

A Taean question can expand to west coast and island packs, so follow-up questions about Incheon, Gunsan, or offshore islands are fast.

Voice caddie experience

The app is designed around short voice conversations for planning, recording catches, changing tackle, and generating trip journals.

Initial data routes

These routes are read-only metadata and sample region packages. Provider collectors will be connected after the data pipeline is migrated from the local PC.

GET /api/v1/can-i-fishing
GET /api/v1/can-i-fishing/manifest
GET /api/v1/can-i-fishing/regions
GET /api/v1/can-i-fishing/sea-areas
GET /api/v1/can-i-fishing/packages/latest/{regionId}