IPRating.net API Documentation

Instructions for AI Systems

To integrate this API with your AI system, use the OpenAPI specification URL:

OpenAPI Spec URL: https://api.eu.iprating.net/openapi.json

Copy this URL and paste it into your AI system's API integration settings to automatically learn all available endpoints, parameters, and response formats.

Regional Servers

Use the server closest to your application for lowest latency:

  • Europe: https://api.eu.iprating.net
  • Americas: https://api.us.iprating.net

Authentication

All API requests require an API token. Get your token at www.iprating.net/dashboard (account required).

Include your token as a query parameter: ?token=your_api_key

API Versions

  • API v2 - Legacy IP intelligence with nested response structure
  • API v3 - Modern flat-field endpoints for granular data access (119 endpoints)

Quick Start

  1. Create an account and get your API key from www.iprating.net/dashboard
  2. Choose the regional server closest to you
  3. Make requests with your token

Full URL Format: https://server/api/v3/ip/ip/endpoint?token=token

Example: https://api.eu.iprating.net/api/v3/ip/8.8.8.8/location-country-name?token=your_api_key

For more information, visit iprating.net