GET /metrics

Description

Get a list of all the metrics in the game.

Resource URL

https://api.playlyfe.com/metrics

Method

GET

Scopes

player, game, debug

Parameters

None

Example

Request
GET https://api.playlyfe.com/metrics
Response
[
  {
    "id": "existential_plane",
    "name": "Existential Plane",
    "states": {
      "Hell": "The plane of demons",
      "Material": "The plane of human beings",
      "Spiritual": "The plane of Gods",
      "Void": "The end of all things"
    },
    "type": "state"
  },
  {
    "id": "karma",
    "name": "Karma",
    "type": "point"
  },
  {
    "id": "weapons",
    "items": {
      "Bhramastra": "The Ultimate Weapon of mass destruction",
      "Excalibur": "The sword of truth and justice",
      "Mjolinir": "Hammer capable of calling down thunder and lightning"
    },
    "name": "Weapons",
    "type": "set"
  }
]