TW API

Taiwan-specific APIs for developers and businesses

Free Tier Available No Credit Card Required RESTful JSON

API Endpoints

Company Lookup

Look up Taiwan businesses by unified business number. Returns company name, address, capital, status, and industry.

GET /api/v1/company/{tax_id}

Chinese Text Analysis

Analyze Chinese text: word count, keywords (TF-IDF), sentiment, readability score, reading time.

POST /api/v1/text/analyze

Taiwan Holidays

Get Taiwan holidays by year. Includes national holidays, bank holidays, and cultural dates (2024-2027).

GET /api/v1/holidays/{year}

URL Meta Extractor

Extract meta tags, OG data, schema.org, favicon, and more from any URL.

POST /api/v1/meta

Quick Start

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

Interactive API Docs →

Pricing

Free

$0/mo
  • 100 requests/day
  • All endpoints
  • Rate limited by IP
  • Community support

Pro

$19.99/mo
  • 10,000 requests/day
  • All endpoints
  • Priority support
  • Usage dashboard