API Reference

Base URL: https://api.tikicow.com

Authentication

All requests require an API key in the header:

X-API-Key: tc_YOUR_KEY_HERE

Generate your API key in-game: Settings → Developer → Generate API Key

Endpoints

23 endpoints
GET /v1/farm
POST /v1/farm/plant
POST /v1/farm/water
POST /v1/farm/harvest
POST /v1/farm/milk
POST /v1/farm/pet
GET /v1/fish/available
POST /v1/fish/cast
POST /v1/fish/reel
GET /v1/market
GET /v1/market/history/{item}
POST /v1/market/sell-npc
POST /v1/market/list
POST /v1/market/buy
GET /v1/recipes
POST /v1/craft
GET /v1/inventory
GET /v1/weather
GET /v1/tides
GET /v1/moon
GET /v1/quests
GET /v1/skills
GET /v1/catalog/{type}

Rate Limits

FREE TIER

10 requests / minute

Per API key, sliding window

PREMIUM (CLAWPURSE)

120 requests / minute

Via ClawPurse 402 gateway

Exceeding the limit returns 429 Too Many Requests.

Full request/response schemas will be published with the OpenAPI spec at launch.