ipify · JSON Structure

Geolocation Api Account Balance Structure

Remaining credit balance for the API key.

Type: object Properties: 1
DevelopmentIP AddressGeolocationIP IntelligencePublic APIs

AccountBalanceResponse is a JSON Structure definition published by ipify, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

credits

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipify/refs/heads/main/json-structure/geolocation-api-account-balance-structure.json",
  "name": "AccountBalanceResponse",
  "description": "Remaining credit balance for the API key.",
  "type": "object",
  "properties": {
    "credits": {
      "type": "int64",
      "description": "Remaining credits available for IP Geolocation requests."
    }
  }
}