Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (18 loc) · 863 Bytes

BalanceApi.md

File metadata and controls

36 lines (18 loc) · 863 Bytes

LocationIq\BalanceApi

All URIs are relative to https://eu1.locationiq.com/v1

Method HTTP request Description
balance Get /balance.php

balance

crate::models::Balance balance()

The Balance API provides a count of request credits left in the user's account for the day. Balance is reset at midnight UTC everyday (00:00 UTC).

Parameters

This endpoint does not need any parameter.

Return type

crate::models::Balance

Authorization

key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]