Hello @Kristina
Unfortunately, Backendless doesn’t have a public API for analytics data — it’s only available in the Console UI. Geo breakdown isn’t there either.
However, there’s a workaround:
In Cloud Code (API Event Handlers), you can access the client IP via request.context.httpHeaders['X-Forwarded-For'] — this was confirmed by Backendless support in 2022 Backendless. From there you could pipe it to a geo lookup API (e.g. AbstractAPI, ip-api.com) and save the result to a Backendless data table, giving you a queryable log of requests by country.
Regards,
Inna