-
Storage-
Replication-
Notifications-
Websockets-
Uptime-
Rate per minute-
Latency-
CPU utilization-
Memory utilization-
ErrorsThe Tazeros API is a distributed system for processing POST requests - https://stats.tazeros.com.
Name | Description | Type | Default value | Required |
---|---|---|---|---|
module | Module name or ID | String | Yes | |
controller | Controller | String | Yes | |
method | Method | String | Yes | |
attributes | Array of attributes in JSON string | String | {} | Yes |
cahce | Cache lifetime in seconds | Integer | 0 | No |
token | By default, the token is extracted from cookies, but it can be transferred separately | String | No |
Each server response has two levels of nesting results. The top state and response are the result of the API server itself. The response of the method is inside the response, further we will describe only this block. Some methods are accompanied by the message attribute with a text explanation. The format of the data field is saved when you call the same method for all statuses. In the case of empty answers, the date field can take the value of an empty list or NULL if the answer implies the return of an object.
{ "state": 200, "response": { "state": 404, "data": [ { "name": 1 }, { "name": 2 }, { "name": 3 } ] } }
If the country where you use the services has a law on the localization of personal data of citizens, you must send a GET request to the server https://api.tazeros.com to obtain the current API and CDN addresses to which requests will be sent.
{ "ip": "188.241.39.219", "host": "broadband-188-241-39-219.2com.net", "country_code": "RU", "country_code3": "RUS", "country_name": "Russian Federation", "city_name": "Moscow", "postal_code": "101752", "latitude": 55.91, "longitude": 37.23, "platform": "MacOSX", "browser": "Chrome", "api_host": "https://stats.tazeros.com", "cdn_host": "https://stats.tazeros.com" }
Name | Description | Type |
---|---|---|
ip | IP address | String |
host | Host | String |
country_code | Two letters country code | String |
country_code3 | Three letters country code | String |
country_name | Country name | String |
city_name | City name | String |
postal_code | Postal code | String |
latitude | Latitude | Float |
longitude | Longtitude | Float |
platform | OS | String |
browser | Browser | String |
api_host | API host | String |
cdn_host | CDN host for raw queries | String |
For all questions related to the technical work of our services, integration or partnership, please contact support@tazeros.com. To inform us about a problem or suggest an innovation, use our Bugtracker.