Skip to content
API Seeker
Published by API Seeker

Endpoint docs and playground examples are maintained by the API Seeker platform team.

Documentation

WikiSoft Number Check docs

Validate numbers via WikiSoft /check/{id} upstream.

Authentication

X-SEEKER-Key

Send your key on every request. Do not put keys in client-side code or public repos. Rotate keys from the dashboard if a secret is exposed.

HTTP
X-SEEKER-Key: YOUR_API_KEY

Rate limits

Default catalog limit: 60 req/min. Plan-specific limits apply after you subscribe. When throttled, expect 429 with a retryable response — back off and retry with jitter.

  • Check number: 60 req/min

Errors

Errors return JSON with a machine-readable code and message. Common platform codes:

  • 400 Invalid request

Endpoint-specific errors are listed under each endpoint below.

Versioning

Current documented version: v1. Prefer pinning the version path shown in examples. Breaking changes ship under a new version; check the changelog for platform updates.

Check number

Validate numbers through WikiSoft upstream check API.

Parameters

    Example code

    cURL
    curl -s "https://wikichk.apiseeker.com/check/{id}" \
      -H "X-SEEKER-Key: YOUR_API_KEY"

    Response example

    JSON
    {
      "message": "Success: number is correct",
      "success": true
    }

    Errors

    • 400 Invalid request

    Playground

    API Playground

    WikiSoft Number Check

    Login required
    Live testing requires an account. Log in or create an API key to send requests. Docs and snippets stay available without login.
    GETwikichk.apiseeker.com
    https://wikichk.apiseeker.com/check/{id}
    Log in to test endpoint
    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"