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
For a detailed comparison of what each plan offers, visit the [Pricing Page](https://ipgeolocation.io/pricing.html).
229
232
@@ -247,7 +250,7 @@ IP Geolocation offers four plans from billing point of view: **Free, Standard, S
247
250
|`parse-bulk-user-agents`| Parse multiple User Agent String at once. | ✖ | ✔ | ✔ | ✔ |
248
251
249
252
> [!TIP]
250
-
> 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).
253
+
> 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).
251
254
252
255
## Authentication Setup
253
256
To authenticate API requests, you need to get an API key from [ipgeolocation.io](https://ipgeolocation.io/).
> Available language options can be found here: [https://ipgeolocation.io/ip-location-api.html#response-in-multiple-languages](https://ipgeolocation.io/ip-location-api.html#response-in-multiple-languages)
322
+
> Available language options can be found here: [https://ipgeolocation.io/documentation/ip-location-api.html#response-in-multiple-languages](https://ipgeolocation.io/documentation/ip-location-api.html#response-in-multiple-languages)
> You can get all the available fields in standard plan in combination with security data, when subscribed to security plan.
849
852
850
-
For full API specifications, refer to the [official IP Security API documentation](https://ipgeolocation.io/ip-security-api.html#documentation-overview).
853
+
For full API specifications, refer to the [official IP Security API documentation](https://ipgeolocation.io/documentation/ip-security-api.html).
For further information, please visit [Bulk IP Security API Documentation](https://ipgeolocation.io/ip-security-api.html#bulk-ip-security-lookup-api).
919
+
For further information, please visit [Bulk IP Security API Documentation](https://ipgeolocation.io/documentation/ip-security-api.html#bulk-ip-security-lookup-endpoint).
917
920
918
921
### `asn` Command
919
922
Lookup ASN (Autonomous System Number) information using the `ipgeolocation.io` API.
@@ -1065,7 +1068,7 @@ Output as YAML:
1065
1068
ipgeolocation asn --ip 8.8.8.8 --output=yaml
1066
1069
```
1067
1070
1068
-
For further information, please visit [ASN API Documentation](https://ipgeolocation.io/asn-api.html#documentation-overview).
1071
+
For further information, please visit [ASN API Documentation](https://ipgeolocation.io/documentation/asn-api.html).
1069
1072
1070
1073
### `abuse` Command
1071
1074
Lookup IP abuse contact information using the `ipgeolocation.io` API.
@@ -1142,12 +1145,12 @@ abuse:
1142
1145
ip: 8.8.8.8
1143
1146
```
1144
1147
1145
-
For further information, please visit [Abuse API Documentation](https://ipgeolocation.io/ip-abuse-contact-api.html#documentation-overview).
1148
+
For further information, please visit [Abuse API Documentation](https://ipgeolocation.io/documentation/ip-abuse-contact-api.html).
1146
1149
1147
1150
### `timezone` Command
1148
1151
Lookup timezone information using the `ipgeolocation.io` API using different query types like IP address, latitude/longitude, and timezone ID.
1149
1152
1150
-
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/timezone-api.html#documentation-overview).
1153
+
For full API specifications, refer to the [Timezone API documentation](https://ipgeolocation.io/documentation/timezone-api.html).
Convert between timezones using the `ipgeolocation.io` API to convert a specific time from one timezone to another using timezone identifiers and optional date/time inputs.
1534
1537
1535
-
For more details, refer to official documentation: [Timezone Converter API](https://ipgeolocation.io/timezone-api.html#convert-time-between-time-zones).
1538
+
For more details, refer to official documentation: [Timezone Converter API](https://ipgeolocation.io/documentation/timezone-api.html#convert-time-between-time-zones).
1536
1539
1537
1540
#### `time-conversion` Usage
1538
1541
```bash
@@ -1617,7 +1620,7 @@ The `astronomy` command uses the ipgeolocation.io Astronomy API to fetch astrono
1617
1620
1618
1621
You can specify the location using IP, city name, coordinates, or timezone.
1619
1622
1620
-
For further information, please visit [Astronomy API Documentation](https://ipgeolocation.io/astronomy-api.html#documentation-overview).
1623
+
For further information, please visit [Astronomy API Documentation](https://ipgeolocation.io/documentation/astronomy-api.html).
1621
1624
1622
1625
#### `astronomy` Usage
1623
1626
```bash
@@ -1867,7 +1870,7 @@ The `astronomy-timeseries` command uses the ipgeolocation.io Astronomy API to fe
1867
1870
- Day length
1868
1871
- Timezone-based or coordinate-based location support
1869
1872
1870
-
For further information, please visit [Astronomy Timeseries API Documentation](https://ipgeolocation.io/astronomy-api.html#time-series-lookup).
1873
+
For further information, please visit [Astronomy Timeseries API Documentation](https://ipgeolocation.io/documentation/astronomy-api.html#time-series-lookup).
For further information, please visit [Bulk User Agent Parser API Documentation](https://ipgeolocation.io/user-agent-api.html#parse-bulk-ua-strings).
2086
+
For further information, please visit [Bulk User Agent Parser API Documentation](https://ipgeolocation.io/documentation/user-agent-api.html#parse-bulk-user-agent-strings).
0 commit comments