Home

Catalog


GET Index

Request path:

https://server.kahla.app/Home/Index

Request example:

https://server.kahla.app/Home/Index

Try

Possible Response:

{
  "wikiPath": "an example string.",
  "serverTime": "2023-10-01T22:26:05.2092359Z",
  "utcTime": "2023-10-01T22:26:05.209238Z",
  "apiVersion": "an example string.",
  "vapidPublicKey": "an example string.",
  "serverName": "an example string.",
  "mode": "an example string.",
  "domain": {
    "server": "an example string.",
    "client": "an example string."
  },
  "probe": {
    "downloadPattern": "an example string.",
    "playerPattern": "an example string.",
    "openPattern": "an example string.",
    "code": 0,
    "message": "an example string.",
    "protocolVersion": "0.0.0.0"
  },
  "autoAcceptRequests": true,
  "code": 0,
  "message": "an example string.",
  "protocolVersion": "0.0.0.0"
}

Possible Response:

{
  "code": -1,
  "message": "Some error.",
  "protocolVersion": "7.0.2.0"
}

Possible Response:

{
  "items": [
    "Some item is invalid!"
  ],
  "code": -10,
  "message": "Your input contains several errors!",
  "protocolVersion": "7.0.2.0"
}