Taiwan-specific APIs for developers and businesses
Free Tier Available No Credit Card Required RESTful JSONLook up Taiwan businesses by unified business number. Returns company name, address, capital, status, and industry.
GET /api/v1/company/{tax_id}
Analyze Chinese text: word count, keywords (TF-IDF), sentiment, readability score, reading time.
POST /api/v1/text/analyze
Get Taiwan holidays by year. Includes national holidays, bank holidays, and cultural dates (2024-2027).
GET /api/v1/holidays/{year}
Extract meta tags, OG data, schema.org, favicon, and more from any URL.
POST /api/v1/meta
1. Register for a free API key:
curl -X POST https://tw-api.76.13.219.163.nip.io/api/v1/register \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'2. Use your API key:
curl https://tw-api.76.13.219.163.nip.io/api/v1/holidays/2026 \
-H "X-API-Key: twapi_your_key_here"3. Or use without a key (100 req/day free by IP):
curl https://tw-api.76.13.219.163.nip.io/api/v1/holidays/2026