IP Information Service

Your IP Information

IP Address: 216.73.216.33

Hostname (PTR): None

IP Version: IPv4

User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Country: United States

Country Code: US

City: Columbus

Timezone: America/New_York

Postal Code: 43215

Latitude: 39.9625

Longitude: -83.0061

ASN: 16509

Organization: AMAZON-02

How to Use This Service

This service provides detailed information about your IP address. Developers and network engineers can use this API to retrieve IP-related data in various formats.

Available Formats

Usage Examples

1. Accessing JSON Data

Retrieve your IP information in JSON format:

$ curl https://ip6.si/json

2. Accessing XML Data

Retrieve XML-formatted data:

$ curl https://ip6.si/xml

3. Accessing YAML Data

Retrieve YAML-formatted data:

$ curl https://ip6.si/yaml

4. Accessing CSV Data

Retrieve CSV-formatted data:

$ curl https://ip6.si/csv

5. Retrieving IP Address Only

Using a console tool:

$ curl https://ip6.si/

This will return your IP address in plain text.

Querying Information for a Specific IP

Get information about a specific IP address (e.g., 8.8.8.8):

$ curl https://ip6.si/8.8.8.8/json

Specifying Format via Query Parameter

Specify the response format using the ?format= query parameter:

$ curl "https://ip6.si/?format=json"

Using Accept Header for Content Negotiation

Set the Accept header to receive the response in the desired format:

$ curl -H "Accept: application/json" https://ip6.si/