← Tools Reference

Neutrino API

Neutrino API integration (Data, Location, Security). Imported from open-connector.

API key5 toolshttps://neutrinoapi.net
GET
neutrino_validate_email
Parse, validate, and clean an email address with Neutrino.

/email-validate

2 parameters
ParamTypeRequiredDescription
emailstringrequiredThe email address to parse, validate, and clean.
fix-typosbooleanoptionalWhether to automatically attempt to fix typos in the address.
GET
neutrino_validate_phone
Parse, validate, format, and locate a phone number with Neutrino.

/phone-validate

3 parameters
ParamTypeRequiredDescription
numberstringrequiredThe phone number in international or local format.
country-codestringoptionalAn ISO 3166-1 alpha-2 country code.
ipstringoptionalA user IP address used to infer the country for local numbers.
GET
neutrino_get_ip_info
Get Neutrino geolocation and reverse-DNS details for an IP address.

/ip-info

2 parameters
ParamTypeRequiredDescription
ipstringrequiredAn IPv4 or IPv6 address. CIDR notation is also accepted by Neutrino.
reverse-lookupbooleanoptionalWhether to run a reverse DNS PTR lookup.
GET
neutrino_lookup_domain
Get Neutrino domain registration, DNS, mail, website, and blocklist details.

/domain-lookup

2 parameters
ParamTypeRequiredDescription
hoststringrequiredA domain name, hostname, FQDN, URL, HTML link, or email address.
livebooleanoptionalWhether to perform live checks for domains Neutrino has not seen before.
GET
neutrino_check_ip_blocklist
Check whether an IP address is listed on Neutrino security blocklists.

/ip-blocklist

2 parameters
ParamTypeRequiredDescription
ipstringrequiredAn IPv4 or IPv6 address. CIDR notation, port numbers, and comma-separated IPs a…
vpn-lookupbooleanoptionalWhether to include public VPN provider IP addresses.