API Basics
Data Tools
WWW
Browser Bot
HTML Clean
URL Info
Telephony
Geolocation
Security and Networking
E-commerce
Imaging
Legacy APIs

Examples

Example code for various languages. You might also like to check out our SDKs

C#
Go
PHP

cURL Example


curl https://neutrinoapi.net/ip-info \ --header "User-ID: <your-user-id>" \ --header "API-Key: <your-api-key>" \ --data-urlencode "ip=1.1.1.1" \ --data-urlencode "reverse-lookup=false"