---
name: ipqualityscore-api
description: "IPQualityScore API skill. Use when working with IPQualityScore for json. Covers 3 endpoints."
version: 1.0.0
generator: lapsh
---

# IPQualityScore API

## Auth
Basic

## Base URL
https://ipqualityscore.com/api

## Setup
1. Configure auth: Basic
2. GET /json/email/:YOUR_API_KEY_HERE/:USER_EMAIL_HERE -- email validation
3. Explore available endpoints below

## Endpoints
3 endpoints across 1 group. See references/api-spec.lap for full details.

### Json
| Method | Path | Description |
|--------|------|-------------|
| GET | /json/email/:YOUR_API_KEY_HERE/:USER_EMAIL_HERE | Email Validation |
| GET | /json/phone/:YOUR_API_KEY_HERE/:USER_PHONE_HERE | Phone Validation |
| GET | /json/url/:YOUR_API_KEY_HERE/:URL_HERE | Malicious URL Scanner |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all :USER_EMAIL_HERE?" -> GET /json/email/:YOUR_API_KEY_HERE/:USER_EMAIL_HERE
- "List all :USER_PHONE_HERE?" -> GET /json/phone/:YOUR_API_KEY_HERE/:USER_PHONE_HERE
- "List all :URL_HERE?" -> GET /json/url/:YOUR_API_KEY_HERE/:URL_HERE
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
