GET
/check/{id}Check number
Validate numbers through WikiSoft upstream check API.
Part of WikiSoft Number Check· Rate limits: 60 req/min
Parameters
| Name | In | Type | Required | Description |
|---|
Code examples
cURL
curl -s "https://wikichk.apiseeker.com/check/{id}" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response
JSON
{
"message": "Success: number is correct",
"success": true
}Errors
- 400 — Invalid request
Try this endpoint
API Playground
WikiSoft Number Check
Live testing requires an account. Log in or create an API key to send requests. Docs and snippets stay available without login.
GET
wikichk.apiseeker.comhttps://wikichk.apiseeker.com/check/{id}Status: —Latency: —
Response headers
Log in to run a test and see headers.
Response body
Log in required for live testing.
Generated snippets
cURL
curl -s "https://wikichk.apiseeker.com/check/{id}" \
-H "X-SEEKER-Key: YOUR_API_KEY"