Developers
Quoting

Quoting

Description:

Quota is a parameter limiting the maximum number of queries to CityAds resources.

There are two types of quotas:

maximum number of accesses to API methods per day
maximum number of accesses to a single method per second

Having exceeded the quota the user will get an error message:

  • <response>
    • <status>403</status>
    • <error>API Quota is exceeded</error>
    • <data/>
  • </response>

The maximum number of accesses to methods per day is fixed ar 10000 accesses.

The maximum number of accesses to a particular method per second is equal to 5 for each method.

Change of default parameters are considered on case to case basis. To do this, one must send a request to CityAds email specifying the desired quota for a day or for a specific method.