cURL
curl --request GET \ --url https://api.awrcloud.com/v2/get.php
{ "projects": [ { "name": "mywebsite1.com", "id": "1", "frequency": "weekly", "depth": "5", "last_updated": "2016-12-14", "kwcount": "34", "main_website": "www.mywebsite1.com", "timestamp": 1481796346 }, { "name": "mywebsite2.com", "id": "4", "frequency": "monthly", "depth": "5", "last_updated": "2016-12-07", "kwcount": "43", "main_website": "www.mywebsite2.com", "timestamp": 1481769547 } ] }
Retrieves the names of all projects/websites that exist in your Advanced Web Ranking account. This operation uses HTTP GET and returns JSON.
Operation name. Must be projects for this call.
projects
The API token.
Successful response containing the list of projects.
Show child attributes