GetLearned

GET /users/{discordid}/tech/

Give back what you have learned from that technology tree.

Query parameters

  • tree string

    Values are Vitamins, Equipment, Construction, Crafting, or Walkers.

Responses

GET /users/{discordid}/tech/
curl \
 --request GET 'http://api.example.com/users/{discordid}/tech/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "discordtag": "string",
  "Vitamins": [
    "string"
  ],
  "Equipment": [
    "string"
  ],
  "Crafting": [
    "string"
  ],
  "Construction": [
    "string"
  ],
  "Walkers": [
    "string"
  ]
}
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (503)
string