# Overview

ipnews.io provides RESTful API allowing users to check IP address location in real time. The REST API supports both IPv4 and IPv6 address lookup.

You can get the following data:\
Country, Region, City, Latitude, Longitude, ISP, Time Zone, Area Code, Postal Code, Weather Station Name, Weather Station Code, Mobile Operator, Altitude, Currency, EU, Country Capital, Radius, Threat Data, Usage Type, Number of IP-Associated Domains, IP-Associated Domain Names, ASN, ASN Organization Domain, ASN Organization Name, ASN Type, ASN ISO, MCC, MNC

This API works without an API key, but there are limitations. Up to 50 queries per day are free. If you need more queries, you can sign up for a free plan and get an API key in just a few clicks!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ipnews.io/web-services-documentation/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
