todo
Field | Type | Description |
---|---|---|
id | Int | Unique ID of the page |
name | String | Name of the page, usually used in the title HTML tag |
url | String | URL of the page |
language | String | Which language the page belongs to |
locked | Bool | Homepages are automatically generated and are locked. This means that they cannot be deleted |
country | String | Which country the page belongs to |
{
"id": 12,
"name": "...",
"url": "...",
"language": "...",
"locked": true,
"country": "..."
}