sst_rt_project_regions: Get all regions for the project
Description
In Serpstat you are able to track ranking of your website in multiple
regions. This method returns all the regions in your Serpstat project.
You will need the results of this method to get rankings in selected region.
(required) The ID of your project in Serpstat. You can
find this ID in the URL of any rank tracker report. As an example, in
https://serpstat.com/rank-tracker/keywords/12345/positions?get_params the
ID would be 12345.
return_method
(optional) Accepted values are 'list' (default) to
return data object as list or 'df' to return data object as data.frame.
API docs
Check all the values for request and response fields here.