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
155
158
## Authentication Setup
@@ -197,7 +200,7 @@ This section shows how to use the `getIpGeolocation()` method from the PHP SDK a
197
200
-`dma`
198
201
-`timezone`
199
202
200
-
For the full list of supported fields and modules, please refer to the official [IP Geolocation API Documentation](https://ipgeolocation.io/ip-location-api.html#documentation-overview).
203
+
For the full list of supported fields and modules, please refer to the official [IP Geolocation API Documentation](https://ipgeolocation.io/documentation/ip-location-api.html).
201
204
202
205
The `ip` parameter in the SDK can accept any valid IPv4 address, IPv6 address, or domain name. If the `ip=` parameter is not specified, the API will return information about the public IP of the machine where the SDK is running.
203
206
@@ -717,7 +720,7 @@ try {
717
720
718
721
This section shows how to use the `getIpSecurityInfo()` method with various subscription tiers. Each example demonstrates how to query threat intelligence and risk metadata using parameters like `fields`, `excludes`, and `include`.
719
722
720
-
For the full API specs, refer to [IP Security API Documentation](https://ipgeolocation.io/ip-security-api.html#documentation-overview).
723
+
For the full API specs, refer to [IP Security API Documentation](https://ipgeolocation.io/documentation/ip-security-api.html).
721
724
722
725
### Get Default Fields
723
726
@@ -786,7 +789,7 @@ try {
786
789
```
787
790
788
791
> [!NOTE]
789
-
> You can get all the available fields in standard plan in combination with security data, when subscribed to security plan.
792
+
> You can get all the available fields in a paid plan in combination with security data, when subscribed to paid plan.
790
793
791
794
### Request with Field Filtering
792
795
@@ -856,7 +859,7 @@ This section provides usage examples of the `getAsnInfo()` method from the SDK.
856
859
> [!NOTE]
857
860
> ASN API is only available in the Advanced subscription Plan.
858
861
859
-
Refer to the [ASN API documentation](https://ipgeolocation.io/asn-api.html#documentation-overview) for a detailed list of supported fields and behaviors.
862
+
Refer to the [ASN API documentation](https://ipgeolocation.io/documentation/asn-api.html) for a detailed list of supported fields and behaviors.
860
863
861
864
### Get ASN Information by IP Address
862
865
```php
@@ -1024,7 +1027,7 @@ This section demonstrates how to use the `getAbuseContactInfo()` method of the A
1024
1027
> [!NOTE]
1025
1028
> Abuse Contact API is only available in Advanced subscription Plan.
1026
1029
1027
-
Refer to the official [Abuse Contact API documentation](https://ipgeolocation.io/ip-abuse-contact-api.html#documentation-overview) for details on all available fields.
1030
+
Refer to the official [Abuse Contact API documentation](https://ipgeolocation.io/documentation/ip-abuse-contact-api.html) for details on all available fields.
1028
1031
1029
1032
### Lookup Abuse Contact by IP
1030
1033
```php
@@ -1133,7 +1136,7 @@ Sample Response:
1133
1136
## Timezone API Examples
1134
1137
This section provides usage examples of the `getTimezoneInfo()` method from the PHP SDK, showcasing how to fetch timezone and time-related data using different query types — IP address, latitude/longitude, timezone ID, IATA code, ICAO code, or UN/LOCODE.
1135
1138
1136
-
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/timezone-api.html#documentation-overview).
1139
+
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/documentation/timezone-api.html).
1137
1140
1138
1141
### Get Timezone by IP Address
1139
1142
```php
@@ -1554,7 +1557,7 @@ Sample Response:
1554
1557
## Timezone Converter Examples
1555
1558
This section provides usage examples of the `convertTimeBetweenTimezones()` 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.
1556
1559
1557
-
For more details, refer to the [Timezone Converter API documentation](https://ipgeolocation.io/timezone-api.html#convert-time-bw-time-zones).
1560
+
For more details, refer to the [Timezone Converter API documentation](https://ipgeolocation.io/documentation/timezone-api.html#convert-time-between-time-zones).
1558
1561
1559
1562
### Convert Current Time from One Timezone to Another
1560
1563
```php
@@ -1599,7 +1602,7 @@ Similarly, you can convert time from any timezone to another timezone using loca
1599
1602
## User Agent API Examples
1600
1603
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.
1601
1604
1602
-
For full explanation, visit the [User Agent API documentation}(https://ipgeolocation.io/user-agent-api.html#documentation-overview).
1605
+
For full explanation, visit the [User Agent API documentation](https://ipgeolocation.io/documentation/user-agent-api.html).
1603
1606
1604
1607
### Parse a Basic User Agent String
1605
1608
```php
@@ -1682,7 +1685,7 @@ try {
1682
1685
## Astronomy API Examples
1683
1686
This section provides usage examples of the `getAstronomyDetails()` method from the SDK, allowing developers to fetch sun and moon timings and position data based on coordinates, IP, or location string.
1684
1687
1685
-
Refer to the official [Astronomy API documentation](https://ipgeolocation.io/astronomy-api.html#documentation-overview) for more details.
1688
+
Refer to the official [Astronomy API documentation](https://ipgeolocation.io/documentation/astronomy-api.html) for more details.
1686
1689
### Astronomy by Coordinates
1687
1690
```php
1688
1691
$apiInstance = new \Ipgeolocation\Sdk\Api\AstronomyAPI(
0 commit comments