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).
166
+
> 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).
164
167
165
168
## Authentication Setup
166
169
To authenticate API requests, you need an API key from [ipgeolocation.io](https://ipgeolocation.io/).
@@ -207,7 +210,7 @@ This section provides usage examples of the `getIPGeolocation()` method from the
207
210
-`dma`
208
211
-`time_zone`
209
212
210
-
For complete details, refer to the official documentation: [IP Geolocation API Documentation](https://ipgeolocation.io/ip-location-api.html#documentation-overview)
213
+
For complete details, refer to the official documentation: [IP Geolocation API Documentation](https://ipgeolocation.io/documentation/ip-location-api.html)
211
214
212
215
The `ip` parameter in the SDK can accept any valid IPv4 address, IPv6 address, or domain name. If the `ip()` method is not used or the parameter is omitted, the API will return information about the public IP address of the device or server where the SDK is executed.
213
216
@@ -636,7 +639,7 @@ System.out.println(response);
636
639
637
640
This section provides usage examples of the `getIPSecurity()` 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.
638
641
639
-
For full API specifications, refer to the [official IP Security API documentation](https://ipgeolocation.io/ip-security-api.html#documentation-overview).
642
+
For full API specifications, refer to the [official IP Security API documentation](https://ipgeolocation.io/documentation/ip-security-api.html).
> You can get all the available fields in standard plan in combination with security data, when subscribed to security plan.
685
+
> You can get all the available fields in a paid plan in combination with security data, when subscribed to paid plan.
683
686
684
687
### Request with Field Filtering
685
688
@@ -729,7 +732,7 @@ This section provides usage examples of the `getAsnDetails()` method from the SD
729
732
> [!NOTE]
730
733
> ASN API is only available in the Advanced Plan.
731
734
732
-
Refer to the [ASN API documentation](https://ipgeolocation.io/asn-api.html#documentation-overview) for a detailed list of supported fields and behaviors.
735
+
Refer to the [ASN API documentation](https://ipgeolocation.io/documentation/asn-api.html) for a detailed list of supported fields and behaviors.
733
736
734
737
### Get ASN Information by IP Address
735
738
@@ -873,7 +876,7 @@ This section demonstrates how to use the `getAbuseContactInfo()` method of the A
873
876
> [!NOTE]
874
877
> Abuse Contact API is only available in the Advanced Plan.
875
878
876
-
Refer to the official [Abuse Contact API documentation](https://ipgeolocation.io/ip-abuse-contact-api.html#documentation-overview) for details on all available fields.
879
+
Refer to the official [Abuse Contact API documentation](https://ipgeolocation.io/documentation/ip-abuse-contact-api.html) for details on all available fields.
877
880
### Lookup Abuse Contact by IP
878
881
```java
879
882
importio.ipgeolocation.sdk.api.AbuseContactAPI;
@@ -961,7 +964,7 @@ class AbuseResponse {
961
964
962
965
This section provides usage examples of the `getTimezone()` method from the SDK, showcasing how to fetch timezone and time-related data using different query types — IP address, latitude/longitude, and timezone ID.
963
966
964
-
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/timezone-api.html#documentation-overview).
967
+
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/documentation/timezone-api.html).
965
968
966
969
### Get Timezone by IP Address
967
970
@@ -1337,7 +1340,7 @@ class TimeZoneResponse {
1337
1340
1338
1341
This section provides usage examples of the `convertTimezone()` method from the SDK. The Timezone Converter API allows you to convert a specific time from one timezone to another using timezone identifiers; coordinates; city; IATA/ICAO code or UN/LOCODE and optional date/time inputs.
1339
1342
1340
-
For more details, refer to official documentation: [Timezone Converter API](https://ipgeolocation.io/timezone-api.html#convert-time-bw-time-zones).
1343
+
For more details, refer to official documentation: [Timezone Converter API](https://ipgeolocation.io/documentation/timezone-api.html#convert-time-between-time-zones).
1341
1344
1342
1345
### Convert Current Time from One Timezone to Another
1343
1346
@@ -1369,7 +1372,7 @@ Similarly, you can convert time from any timezone to another timezone using loca
1369
1372
1370
1373
This section provides usage examples of the `getUserAgent()` method from the SDK. The User Agent API extracts and classifies information from user agent strings, including browser, engine, device, OS, and type metadata.
1371
1374
1372
-
For full explanation, visit the [User Agent API documentation](https://ipgeolocation.io/user-agent-api.html#documentation-overview).
1375
+
For full explanation, visit the [User Agent API documentation](https://ipgeolocation.io/documentation/user-agent-api.html).
This section provides usage examples of the `getAstronomy()` method from the SDK, allowing developers to fetch sun and moon timings and position data based on coordinates, IP, or location string.
1444
1447
1445
-
Refer to the [official Astronomy API documentation](https://ipgeolocation.io/astronomy-api.html#documentation-overview) for more details.
1448
+
Refer to the [official Astronomy API documentation](https://ipgeolocation.io/documentation/astronomy-api.html) for more details.
0 commit comments