Skip to main content
GET
/
v2
/
get.php
Get projects
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
    }
  ]
}

Query Parameters

action
enum<string>
default:projects
required

Operation name. Must be projects for this call.

Available options:
projects
token
string
required

The API token.

Response

Successful response containing the list of projects.

projects
object[]
required