Overview
API Docs
Plans
Sign Up
Updates
Status
About
Contact
Login
☰
Overview
API Docs
Plans
Sign Up
Updates
Status
About
Contact
Login
API Basics
★
Fundamentals
★
Multicloud
★
Examples
★
SDKs
★
Batch Processing
★
Specifications
★
Best Practice
★
Error Codes
Data Tools
★
Email Validate
★
Phone Validate
★
UA Lookup
★
Bad Word Filter
★
Convert
WWW
★
Browser Bot
★
HTML Clean
★
URL Info
Telephony
★
Phone Verify
★
SMS Verify
★
Verify Security Code
★
Phone Playback
★
HLR Lookup
★
Rates
Geolocation
★
IP Info
★
Geocode Address
★
Geocode Reverse
Security and Networking
★
Domain Lookup
★
Email Verify
★
IP Probe
★
IP Blocklist
★
IP Blocklist Download
★
Host Reputation
E-commerce
★
BIN Lookup
★
BIN List Download
★
Currency Convert
Imaging
★
HTML Render
★
Image Resize
★
Image Watermark
★
QR Code
Legacy APIs
★
User Agent Info
★
HTML5 Render
★
SMS Message
★
HTML Extract
★
Code Highlight
Examples
Example code for various languages. You might also like to check out our
SDKs
cURL
C#
Go
Java
Node.js
Perl
PHP
Python
Ruby
Rust
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"
Copy
curl 'https://neutrinoapi.net/ip-info' \ --header "User-ID:
" \ --header "API-Key:
" \ --data-urlencode "ip=1.1.1.1" \ --data-urlencode "reverse-lookup=false"