Developer API

Tackle.net API

Two endpoints. Search the live fishing lure catalog, or import a maker's entire shop in one streaming POST.

Try it

Test item search

Request URL
/api/items-search?q=swimbait&limit=6
Response
Ready
Click "Run request" to see a live JSON response.
GET/api/items-search
q

Required search text. search also works as an alias.

limit

Optional result count. Defaults to 12, maximum 50.

category

Optional exact category slug, like swimbaits.

Response

JSON with items, count, search, and category. Each item can include maker details, price, slug, category, and up to three media images.