Disposable Phone Checker API in Go

Call the Disposable Phone Checker API from Go with a single request — here's the whole thing, key included.

Fetch disposable phone checker api data.

req, _ := http.NewRequest("GET", "https://api.apiverve.com/v1/disposablephone", nil)
req.Header.Set("x-api-key", "YOUR_API_KEY")

res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))

Swap YOUR_API_KEY for the key on your dashboard. See the reference for the exact parameters this endpoint accepts.

The response.

phone"+12085813945"
isDisposabletrue
firstSeen"2024-01-30"

Run it in Go. One key, the Disposable Phone Checker API, live in minutes.

Scaling up?

Volume pricing, custom SLAs, and dedicated support for high-traffic teams.

Contact sales