Page.simple

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

Examples

Example 1

{
    "id": 12,
    "name": "...",
    "url": "...",
    "language": "...",
    "locked": true,
    "country": "..."
}
This is a development version Do not use this version in production
1.10.0 development