หน้าแรก / API / WHOIS API

WHOIS API — Domain Data via REST API

เอกสาร API ฉบับเต็ม →
Retrieve WHOIS information for any domain through a simple REST API. Integrate in minutes with Python, JavaScript, or any HTTP client.

WebTrackly WHOIS API provides programmatic access to domain registration data. Look up registrant, registrar, creation/expiration dates, nameservers, and contact information for any domain through a simple HTTP request.

ฟีเจอร์

api
REST API
Standard REST API with JSON responses. Bearer token authentication.
code
Python SDK
Ready-to-use Python library for quick integration. pip install webtrackly.
speed
Bulk Queries
Up to 100,000 requests per day. Batch endpoints for bulk processing.
update
Fresh Data
WHOIS data fetched in real-time with every API call.

ตัวอย่างโค้ด Python

import requests

API_KEY = "your_api_key"
domain = "example.com"

response = requests.get(
    f"https://webtrackly.com/api/v1/whois/{domain}/",
    headers={"Authorization": f"Bearer {API_KEY}"}
)
data = response.json()
print(data["registrar"])
print(data["creation_date"])

แผน API

Starter
$19/mo
1,000/day คำขอ
Professional
$49/mo
10,000/day คำขอ
Enterprise
$149/mo
100,000/day คำขอ
แผนฟรี: 100 คำขอ/วัน ไม่ต้องใช้บัตรเครดิต
คำถามที่พบบ่อย

Is there a free WHOIS API?

Yes, the free tier includes 100 requests per day. Paid plans are available for higher volumes.

Is Python supported?

Yes. We provide a Python SDK, plus examples for cURL, JavaScript, and PHP.

What data does the API return?

Registrar, registrant (when available), creation/expiration dates, nameservers, domain statuses, and contact data.

What response format?

The API returns JSON. Both single-domain and bulk query endpoints are supported.

How do I get started?

Sign up, get your API key from the dashboard, and start making requests. Full documentation is available on the API page.

เริ่มใช้งาน WHOIS API

มีแผนฟรีให้ใช้งาน รับ API key ได้ภายในไม่กี่วินาที

support_agent
WebTrackly Support
Usually replies within minutes
สวัสดีค่ะ
ส่งข้อความถึงเรา แล้วเราจะตอบกลับโดยเร็วที่สุด