ipify · Schema

AccountBalanceResponse

Remaining credit balance for the API key.

DevelopmentIP AddressGeolocationIP IntelligencePublic APIs

Properties

Name Type Description
credits integer Remaining credits available for IP Geolocation requests.
View JSON Schema on GitHub

JSON Schema

geolocation-api-account-balance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipify/refs/heads/main/json-schema/geolocation-api-account-balance-schema.json",
  "title": "AccountBalanceResponse",
  "description": "Remaining credit balance for the API key.",
  "type": "object",
  "properties": {
    "credits": {
      "type": "integer",
      "description": "Remaining credits available for IP Geolocation requests.",
      "example": 9876
    }
  }
}