GamerPower · JSON Structure

Gamerpower Worth Estimation Structure

Aggregate count and USD worth of currently live giveaways.

Type: object Properties: 2 Required: 2
Games And ComicsGiveawaysFree GamesPublic APIs

WorthEstimation is a JSON Structure definition published by GamerPower, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

active_giveaways_number worth_estimation_usd

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gamerpower/refs/heads/main/json-structure/gamerpower-worth-estimation-structure.json",
  "name": "WorthEstimation",
  "description": "Aggregate count and USD worth of currently live giveaways.",
  "type": "object",
  "required": ["active_giveaways_number", "worth_estimation_usd"],
  "properties": {
    "active_giveaways_number": {"type": "integer", "description": "Count of currently active giveaways."},
    "worth_estimation_usd": {"type": "string", "description": "Aggregate USD value of the live giveaway pool."}
  }
}