The Meta endpoint provides information about the API version, data counts, and statistical definitions used across the dataset.
Get API metadata and statistics definitions.
{
"version": "1.0.0",
"hero_count": 40,
"item_count": 120,
"power_count": 85,
"last_updated": "2023-10-27T10:00:00Z",
"stat_definitions": {
"LIFE": "base_hp",
"Armor": "armor",
// ...
}
}