IP Type Filtering

Filter proxy IPs by type (residential, datacenter, or mixed) to match your specific requirements.

Filter proxy IPs by type to match your specific requirements. You can choose between residential IPs, datacenter IPs, or a mix of both.

IP Types

You can filter IPs by type using the -type-<type_of_ip> parameter in your username:

  • Residential: Real IPs from home users
  • Datacenter: IPs from data centers
  • Mixed: Combination of both types

Request

curl -x "http://proxy.geonode.io:<port>" \
     --user "<geonode_username>-type-<type_of_ip>-country-<country_code>:<geonode_password>" \
     --url "http://ip-api.com/json" \
     --header "Accept: application/json"

Response

200 Success

Successfully filtered IPs based on type.

Response Fields

FieldTypeDescription
statusstringThe status of the request (e.g., "success")
continentstringThe continent where the IP is located
continentCodestringThe continent code
countrystringThe country where the IP is registered
countryCodestringThe country code in ISO 3166-1 alpha-2 format
regionstringThe regional subdivision (state/province)
regionNamestringThe full name of the region
citystringThe city associated with the IP address
districtstringThe district or subdivision of the city
zipstringThe postal or ZIP code of the location
latnumberLatitude coordinate of the location
lonnumberLongitude coordinate of the location
timezonestringTime zone in which the IP is located
offsetintegerTime offset from UTC in seconds
currencystringLocal currency used in the country
ispstringThe name of the Internet Service Provider (ISP)
orgstringThe name of the organization associated with the IP
asstringThe Autonomous System (AS) number and name
asnamestringThe full Autonomous System (AS) name
mobilebooleanIndicates whether the IP is from a mobile network
proxybooleanIndicates whether the IP is being used as a proxy
hostingbooleanIndicates whether the IP belongs to a hosting provider
querystringThe IP address queried in the request

On this page