Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Tools
  • Back to home
  • v4
  • Games
    • Minecraft
      • Get Minecraft Server
  • Tools
    • Get DNS Information
      GET
    • Get Domain Information
      GET
    • Mail DNS Checker
      GET
    • Validate Email Host
      POST
    • Get Subdomains
      GET
    • Geo IP
      GET
  • User Login
    • Create Secret
      POST
    • Revoke Secret
      DELETE
  • Oauth2
    • Access Token
      POST
    • Read Profile
      GET
  1. Tools

Geo IP

GET
https://api.ricardoneud.com/v4/tools/geo-ip
This documentation allows you to retrieve geolocation information for a given IP address. The response will include details such as country, region, city, latitude, longitude, ISP, and other relevant network data.

Request

Authorization
API Key
Add parameter in header
Basic
Example:
Basic: ********************
or
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Header Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v4/tools/geo-ip' \
--header 'X-IP;' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success
{
  "ip": "8.8.8.8",
  "country": "US",
  "region": "California",
  "city": "Mountain View",
  "latitude": 37.386,
  "longitude": -122.084
}
Modified at 2025-10-23 17:49:25
Previous
Get Subdomains
Next
Create Secret
Built with