You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The availability of fields in every API endpoint across all API plans is provided in the **_Reference Table_** within each respective API Documentation. e.g., for IPGeolocationApi, please visit [https://ipgeolocation.io/ip-location-api.html#reference-to-ipgeolocation-api-response](https://ipgeolocation.io/ip-location-api.html#reference-to-ipgeolocation-api-response).
155
+
> The availability of fields in every API endpoint across Free and Paid plans is provided in the **_Reference Table_** within each respective API Documentation. e.g., for IPGeolocationApi, please visit [https://ipgeolocation.io/documentation/ip-location-api.html#reference-to-ipgeolocation-api-response](https://ipgeolocation.io/documentation/ip-location-api.html#reference-to-ipgeolocation-api-response).
153
156
154
157
## Authentication Setup
155
158
To authenticate API requests, you need to get an API key from [ipgeolocation.io](https://ipgeolocation.io/).
@@ -210,7 +213,7 @@ This section provides usage examples of the `get_ip_geolocation()` method from t
210
213
-`dma`
211
214
-`time_zone`
212
215
213
-
For complete details, refer to the official documentation: [IP Geolocation API Documentation](https://ipgeolocation.io/ip-location-api.html#documentation-overview)
216
+
For complete details, refer to the official documentation: [IP Geolocation API Documentation](https://ipgeolocation.io/documentation/ip-location-api.html)
214
217
215
218
The `ip` parameter in the package can accept any valid IPv4 address, IPv6 address, or domain name. If `ip=` the parameter is omitted, the API will return information about the public IP address of the device or server where the package is executing.
216
219
@@ -605,7 +608,7 @@ with ipgeolocation.ApiClient(configuration) as client:
605
608
606
609
This section provides usage examples of the `get_ip_security_info()` method from the SDK across various subscription tiers. Each example demonstrates different ways to query threat intelligence and risk metadata using parameters like fields, excludes, and optional modules.
607
610
608
-
For full API specifications, refer to the [official IP Security API documentation](https://ipgeolocation.io/ip-security-api.html#documentation-overview).
611
+
For full API specifications, refer to the [official IP Security API documentation](https://ipgeolocation.io/documentation/ip-security-api.html).
609
612
610
613
---
611
614
@@ -646,7 +649,7 @@ with ipgeolocation.ApiClient(configuration) as client:
646
649
pprint(response.to_dict())
647
650
```
648
651
> [!NOTE]
649
-
> You can get all the available fields in standard plan in combination with security data.
652
+
> You can get all the available fields in standard plan in combination with security data, when subscribed to security plan.
650
653
651
654
### Request with Field Filtering
652
655
```python
@@ -685,7 +688,7 @@ This section provides usage examples of the `get_asn_info()` method from the SDK
685
688
> [!NOTE]
686
689
> ASN API is only available in the Advanced Plan
687
690
688
-
Refer to the [ASN API documentation](https://ipgeolocation.io/asn-api.html#documentation-overview) for a detailed list of supported fields and behaviors.
691
+
Refer to the [ASN API documentation](https://ipgeolocation.io/documentation/asn-api.html) for a detailed list of supported fields and behaviors.
689
692
690
693
### Get ASN Information by IP Address
691
694
```python
@@ -816,7 +819,7 @@ This section demonstrates how to use the `get_abuse_contact_info()` method of th
816
819
> [!NOTE]
817
820
> Abuse Contact API is only available in the Advanced Plan
818
821
819
-
Refer to the official [Abuse Contact API documentation](https://ipgeolocation.io/ip-abuse-contact-api.html#documentation-overview) for details on all available fields.
822
+
Refer to the official [Abuse Contact API documentation](https://ipgeolocation.io/documentation/ip-abuse-contact-api.html) for details on all available fields.
820
823
### Lookup Abuse Contact by IP
821
824
```python
822
825
with ipgeolocation.ApiClient(configuration) as client:
@@ -895,7 +898,7 @@ Sample Response:
895
898
896
899
This section provides usage examples of the `get_timezone_info()` method from the SDK, showcasing how to fetch timezone and time-related data using different query types — IP address, latitude/longitude, and timezone ID.
897
900
898
-
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/timezone-api.html#documentation-overview).
901
+
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/documentation/timezone-api.html).
899
902
900
903
### Get Timezone by IP Address
901
904
```python
@@ -1242,7 +1245,7 @@ Sample Response:
1242
1245
1243
1246
This section provides usage examples of the `convert_time_between_timezones()` method from the SDK. The Timezone Converter API allows you to convert a specific time from one timezone to another using timezone identifiers and optional date/time inputs.
1244
1247
1245
-
For more details, refer to official documentation: [Timezone Converter API](https://ipgeolocation.io/timezone-api.html#convert-time-between-time-zones).
1248
+
For more details, refer to official documentation: [Timezone Converter API](https://ipgeolocation.io/documentation/timezone-api.html#convert-time-between-time-zones).
1246
1249
1247
1250
### Convert Current Time from One Timezone to Another
1248
1251
```python
@@ -1266,7 +1269,7 @@ Similarly, you can convert time from any timezone to another timezone using loca
1266
1269
1267
1270
This section provides usage examples of the `parse_user_agent_string()` method from the SDK. The User Agent API extracts and classifies information from user agent strings, including browser, engine, device, OS, and type metadata.
1268
1271
1269
-
For full explanation, visit the [User Agent API documentation](https://ipgeolocation.io/user-agent-api.html#documentation-overview).
1272
+
For full explanation, visit the [User Agent API documentation](https://ipgeolocation.io/documentation/user-agent-api.html).
1270
1273
1271
1274
### Parse a Basic User Agent String
1272
1275
```python
@@ -1323,7 +1326,7 @@ with ipgeolocation.ApiClient(configuration) as client:
1323
1326
1324
1327
This section provides usage examples of the `get_astronomy_details()` method from the SDK, allowing developers to fetch sun and moon timings and position data based on coordinates, IP, or location string.
1325
1328
1326
-
Refer to the [official Astronomy API documentation](https://ipgeolocation.io/astronomy-api.html#documentation-overview) for more details.
1329
+
Refer to the [official Astronomy API documentation](https://ipgeolocation.io/documentation/astronomy-api.html) for more details.
0 commit comments