This API provides a security summary for a specified domain, including SPF, DMARC configurations, and network and site information.
Replace example.com with the domain you want to query, and your_api_key with your actual API key.
| Parameter | Type | Location | Required | Description |
|---|---|---|---|---|
| domain | string | query | Yes | The domain to query, e.g., example.com |
The response contains the following fields:
| Field | Type | Description |
|---|---|---|
| status | string | Response status, e.g., "ss_success" |
| domain | string | The queried domain name |
| summary | object | Summary information containing DMARC, SPF, site, and network details |
| summary.dmarc | object | DMARC configuration with raw record and parsed data |
| summary.spf | object | SPF configuration with raw record and parsed mechanisms |
| summary.site | object | Website information including logo, title, language, description, and location coordinates |
| summary.network | object | Network information including IP addresses, ASN, geographic location, ISP, nameservers, and registrar details |