The hoteliga API

Usage

The API usage resource provides information about API limits and used calls.

Resources
Resource Description
GET /v1/Usage Usage information

GET /v1/Usage

Get usage information

Response

Name Type
dailyQuota API limit of requests
usedCalls How many calls were made

Example Response

            {
            "usedCalls":178,
            "dailyQuota":1000
            }
            
            <?xml version="1.0"?>
            <UsageInfo>
              <UsedCalls>178</UsedCalls>
              <DailyQuota>1000</DailyQuota>
            </UsageInfo>
            
Notes

1. The API limits are per hoteliga domain.

2. The call to /v1/Usage counts as a "used call" as well.