Fetches stats from our system live, this call fetches a count of accounts that are marked as the status 'banned' in our database.
https://endpoint.hey.cafe/get_stats_accounts_status_bannedThis call has no variables documented for it. It may not need any.
https://endpoint.hey.cafe/get_stats_accounts_status_banned{
"system_api_endpoint": "endpoint-005.hey.cafe",
"system_api_timestamp": "20260708171629",
"system_api_request_ip": "0.0.0.0",
"system_api_request_status": "valid",
"system_api_request_country": "FI",
"system_api_error": false,
"system_api_error_reason": "",
"response_data": {
"count": 182
}
}We have a few URL options you can provide to modify the API response. If you have any suggestions let us know.
This option will turn an array into a numeric response instead of KEYs when provided with the variable to modify. It will only work on main level variables at this time for example in the call endpoint.hey.cafe/api/account_conversations?query=anthony&convert_numeric=conversations.
Return all responses in system_api_error as a boolean true or false only. If there is an error message when this is active it will be provided in system_api_error_message.
Do not modify the HTTP response code when any error response happens, keep the HTTP response code as 200.
Some requests have rules that must be followed, they are done on the API end and will be automatically validated and if failed you will get an error message.
On fail will return needs_session and if this falg is set the request will only respond if made by a valid user session or API session.
On fail you will get the response of needs_agecheck and this happens if request is made from an IP in a country or region that has an age verification law. To use this the IP must not be based in an age check region or the user must do the age verification in settings first.