---
title: "Spam Lookup (GET)"
method: GET
path: "/api/v1/spam"
tags: ["Spam"]
---

# Spam Lookup (GET)

`GET /api/v1/spam`

Check if a phone number is reported as spam, robocall, or scam

## Query parameters

- `phone_number` string, required
- `check_spam` boolean

## Response `200`

Successful spam lookup

- SpamResponse — Spam lookup response
  - `phone_number` string
  - `is_spam` boolean
  - `is_robocall` boolean
  - `is_scam` boolean
  - `spam_type` 'NONE' | 'SPAM' | 'ROBOCALL' | 'SCAM'
  - `cached` boolean
  - `source` string

## Other responses

- `402` — Insufficient balance
- `429` — Too Many Requests — rate limit exceeded.

---

[API](https://skmtc.net/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.net/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/versions/0bd583e1906e/schema)
