Documentation
Get started with just a view clicks.
Introduction
With ipfinder.ch, you can obtain information such as the location, ISP, and
domain name associated with any IP address. This information can be invaluable
in identifying potential threats, understanding your audience, and optimizing
your online presence.
Using ipfinder.ch is simple and straightforward. All you need to do is provide
the API with the IP address you wish to investigate, and it will return a wealth
of information in milliseconds. Whether you're a developer looking to integrate
IP address information into your app or website, or simply someone who wants to
learn more about the world of networking, ipfinder.ch is the tool for you.
API endpoint
The base URL for the API endpoint that you can use to send requests to. Simply send requests with the GET format to following url:
https://ipfinder.ch/apiResponse Example
{ "location": { "countryUrl": "", "callingCode": "", "countryCode": "", "countryCode3": "", "currency": "", "id": "", "language": "", "name": "", "region": "", "regionCode": "", "subregion": "", "subregionCode": "", "city": "", "lat": "", "lon": "", "postal": "", "timezone": "" }, "as": { "abuse_email": "", "abuse_name": "", "abuse_phone": "", "address": "", "number": "", "domain": "", "country": "", "name": "", "route": "", "type": "" }, "request": { "time": "", "ip": "" }, "company": { "name": "", "domain": "", "type": "" }, "range": { "start": "", "end": "", "start_decimal": "", "end_decimal": "" }, "message": "" }
Response Structure
Location | |
---|---|
countryUrl | The URL for a SVG Image of the Country Logo |
callingCode | The international calling code for the country |
countryCode | The numeric country code for the country |
countryCode3 | The ISO-3166-3 country code for the country |
currency | The currency code used in the country |
id | The ISO-3166 country code for the country |
language | The primary language(s) spoken in the country |
name | The name of the location |
region | The name of the region where the location is situated |
regionCode | The ISO-3166-2 region code for the region where the location is situated |
subregion | The name of the subregion where the location is situated |
subregionCode | The ISO-3166-2 subregion code for the subregion where the location is situated |
city | The name of the city where the location is situated |
lat | The latitude of the location |
lon | The longitude of the location |
postal | The postal code for the location |
timezone | The timezone where the location is situated |
AS | |
abuse_email | The email address for abuse reports related to this IP address range |
abuse_name | The name of the organization to contact for abuse reports related to this IP address range |
abuse_phone | The phone number to contact for abuse reports related to this IP address range |
address | The street address of the organization associated with this IP address range |
number | The unique identifier for the organization associated with this IP address range |
domain | The domain name associated with this IP address range |
country | The country where the organization associated with this IP address range is located |
name | The name of the organization associated with this IP address range |
route | The Internet routing network associated with this IP address range |
type | The type of organization associated with this IP address range |
Request | |
ip | The IP address sent in the request |
version | The IP protocol version (IPv4 or IPv6) of the request |
decimal | The decimal representation of the IP address sent in the request |
type | The type of IP address sent in the request (public or private) |
Request Additional (Only visible for IPv4) | |
networkAddress | Address of the network |
firstAddress | First IP address in the network (mostly the same as networkAddress) |
lastAddress | Last IP address in the network |
broadcastAddress | Broadcast address of the network |
subnetMask | Subnet mask of the network |
subnetMaskLength | Length of the subnet mask in bits |
numHosts | Number of hosts in the network |
length | Length of the network in bits |
Company | |
name | The name of the company associated with the IP address range |
domain | The domain name of the company associated with the IP address range |
type | The type of company associated with the IP address range |
Range | |
start | The starting IP address of the IP address range |
end | The ending IP address of the IP address range |
start_decimal | The decimal representation of the starting IP address of the IP address range |
end_decimal | The decimal representation of the ending IP address of the IP address range |