Stack Exchange · JSON Structure

Stackexchange Api V2 3 Badge Count Structure

Bronze/silver/gold badge counts for a user.

Type: object Properties: 3
Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

BadgeCount is a JSON Structure definition published by Stack Exchange, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

bronze silver gold

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "BadgeCount",
  "description": "Bronze/silver/gold badge counts for a user.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-structure/stackexchange-api-v2-3-badge-count-structure.json",
  "type": "object",
  "properties": {
    "bronze": {
      "type": "int32",
      "example": 10000
    },
    "silver": {
      "type": "int32",
      "example": 5000
    },
    "gold": {
      "type": "int32",
      "example": 800
    }
  }
}