Skip to content
API Seeker
GET/check/{id}

Check number

Validate numbers through WikiSoft upstream check API.

Part of WikiSoft Number Check· Rate limits: 60 req/min

Parameters

    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

    • 400Invalid request

    Try this endpoint

    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"