This function gets the basic information for a wiki site.
None
A summary of the wiki's settings are returned in an associative array. "title" is the named title of the wiki, which is the wikiname by default. "tags" have an array of the wiki's tags. "about" is the wiki's description. "create_time" has the wiki's creation time in seconds since the Unix epoch. "skin" has the currently selected base skin. "tz" has the wiki's default timezone in hours difference from GMT. "lang" has the user's language in ISO 639-2 form. "quota" is the total number of bytes of quota your wiki has assigned. "quota_used" has the number of bytes of quota you've already used. "category" has your wiki's category.
REQUEST
RESPONSE
{ "v1": {
"title": "Joe's Wiki Emporium",
"tags": [ "cool tag","super duper","yadda","super foo bar" ],
"about": "You'll find all you ever wanted at Joe's.",
"create_time": "1133214149",
"skin": "skin5",
"tz": "-7",
"lang": "en",
"quota": 10000000,
"quota_used": "4986045",
"category": "edu"
}}
Page Information
|
Wiki Information
|
Recent PBwiki Blog Posts |