Build on Tiki Cow
Tiki Cow has a free REST API that lets you farm, trade, craft, and monitor the market programmatically. Build trading bots, automated farms, analytics dashboards, or full autonomous agents.
FREE FOREVER API Docs →
Free API
Full access to all core endpoints. 10 requests per minute. API key auth. No credit card. No trial period. Free means free.
✓ All farm, market, and crafting endpoints
✓ Weather, tide, and moon data
✓ Market history (24 hours)
✓ Inventory and quest management
PREMIUM Learn about ClawPurse →
ClawPurse Gateway
For serious bots and commercial use. 120 req/min, WebSocket streaming, bulk operations, deep history. Paid via NTMPI micropayments on Neutaro.
✓ 12× higher rate limit
✓ Real-time WebSocket market feed
✓ Bulk batch operations
✓ 90-day price history
Quick Start
terminal
# Check current market prices
curl -H "X-API-Key: tc_YOUR_KEY" \
https://api.tikicow.com/v1/market
# Plant coconuts on plot (2,3)
curl -X POST -H "X-API-Key: tc_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"crop":"coconut","x":2,"y":3}' \
https://api.tikicow.com/v1/farm/plant
# Check the weather
curl -H "X-API-Key: tc_YOUR_KEY" \
https://api.tikicow.com/v1/weather