IP Type Filtering
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
| Field | Type | Description |
|---|---|---|
status | string | The status of the request (e.g., "success") |
continent | string | The continent where the IP is located |
continentCode | string | The continent code |
country | string | The country where the IP is registered |
countryCode | string | The country code in ISO 3166-1 alpha-2 format |
region | string | The regional subdivision (state/province) |
regionName | string | The full name of the region |
city | string | The city associated with the IP address |
district | string | The district or subdivision of the city |
zip | string | The postal or ZIP code of the location |
lat | number | Latitude coordinate of the location |
lon | number | Longitude coordinate of the location |
timezone | string | Time zone in which the IP is located |
offset | integer | Time offset from UTC in seconds |
currency | string | Local currency used in the country |
isp | string | The name of the Internet Service Provider (ISP) |
org | string | The name of the organization associated with the IP |
as | string | The Autonomous System (AS) number and name |
asname | string | The full Autonomous System (AS) name |
mobile | boolean | Indicates whether the IP is from a mobile network |
proxy | boolean | Indicates whether the IP is being used as a proxy |
hosting | boolean | Indicates whether the IP belongs to a hosting provider |
query | string | The IP address queried in the request |