Landing Page

GET /

Canister API Landing Page

Responses

  • 200 application/json

    OK

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