Neutrino API integration (Data, Location, Security). Imported from open-connector.
https://neutrinoapi.net/email-validate
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The email address to parse, validate, and clean. | |
| fix-typos | boolean | optional | Whether to automatically attempt to fix typos in the address. |
/phone-validate
| Param | Type | Required | Description |
|---|---|---|---|
| number | string | required | The phone number in international or local format. |
| country-code | string | optional | An ISO 3166-1 alpha-2 country code. |
| ip | string | optional | A user IP address used to infer the country for local numbers. |
/ip-info
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | required | An IPv4 or IPv6 address. CIDR notation is also accepted by Neutrino. |
| reverse-lookup | boolean | optional | Whether to run a reverse DNS PTR lookup. |
/domain-lookup
| Param | Type | Required | Description |
|---|---|---|---|
| host | string | required | A domain name, hostname, FQDN, URL, HTML link, or email address. |
| live | boolean | optional | Whether to perform live checks for domains Neutrino has not seen before. |
/ip-blocklist
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | required | An IPv4 or IPv6 address. CIDR notation, port numbers, and comma-separated IPs a… |
| vpn-lookup | boolean | optional | Whether to include public VPN provider IP addresses. |