We don’t have a Load More button in the Details view of the Locations report. This means that it is not possible to get the full list of countries, regions and cities that have visited a site. Would be nice to add the ability to load more like it’s possible in other reports.
Currently you can get the whole list of countries through our Stats API. A query like this should do the trick:
https://plausible.io/api/v1/stats/breakdown?&site_id=yourdomain.com&property=visit:country&limit=1000
You can also use the period
and date
fields to select the time period. The default period is the last 30 days.
The only issue with the temperary workaround is that the Stats API can no longer be used unless we have a business plan (at least that is what the help files say now).