Landing Page

GET /

Canister API Landing Page

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • status string

      Value is 200 OK.

    • date string(date-time)
    • data object

      Additional properties are allowed.

      Hide data attributes Show data attributes object
      • Additional properties are allowed.

        Hide reference attributes Show reference attributes object
      • info object

        Additional properties are allowed.

        Hide info attributes Show info attributes object
        • platform string

          Platform and compiler version

        • runtime string

          Runtime environment and version

        • name string

          Production name of the API

        • version string

          Current deployed API version

        • build string

          Build date and git commit hash

GET /
curl \
 -X GET http://api.example.com/
Response examples (200)
{
  "status": "200 OK",
  "date": "2025-05-04T09:42:00+00:00",
  "data": {
    "reference": {
      "docs": "https://docs.canister.me",
      "privacy_updated": "2022-03-25",
      "contact_email": "support@canister.me",
      "copyright": "Aarnav Tale (c) 2023",
      "privacy_policy": "https://canister.me/privacy"
    },
    "info": {
      "platform": "rust-1.66.0+aarch64-apple-darwin_llvm15.0",
      "runtime": "k8s_v1.26.0-linux/amd64-api-679f97c997-5fvlq",
      "name": "Canister (cnstr)",
      "version": "2.0.0",
      "build": "2023-01-04T19:23:23.765094Z+git-146c6fc-tree/main"
    }
  }
}