Under Armour · JSON Structure

Under Armour Workout Structure

Field-level documentation for the MapMyFitness Workout entity.

Type: object Properties: 0
FitnessHealthWearablesConnected FitnessSportsFortune 1000

Under Armour Workout Structure is a JSON Structure definition published by Under Armour.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Under Armour Workout Structure",
  "description": "Field-level documentation for the MapMyFitness Workout entity.",
  "type": "object",
  "fields": [
    { "name": "name", "type": "string", "required": true, "description": "Workout title" },
    { "name": "start_datetime", "type": "datetime", "required": true, "description": "ISO 8601 start time" },
    { "name": "start_locale_timezone", "type": "string", "required": true, "description": "IANA timezone" },
    { "name": "aggregates", "type": "object", "required": true, "description": "Aggregate fitness metrics",
      "fields": [
        { "name": "distance_total", "type": "number", "required": false, "description": "Total distance in meters" },
        { "name": "steps_total", "type": "integer", "required": false, "description": "Total step count" },
        { "name": "active_time_total", "type": "number", "required": false, "description": "Active time in seconds" },
        { "name": "elapsed_time_total", "type": "number", "required": false, "description": "Elapsed time in seconds" },
        { "name": "metabolic_energy_total", "type": "number", "required": false, "description": "Energy in joules" },
        { "name": "speed_avg", "type": "number", "required": false, "description": "Average speed m/s" },
        { "name": "heartrate_avg", "type": "number", "required": false, "description": "Average heart rate bpm" },
        { "name": "heartrate_max", "type": "number", "required": false, "description": "Maximum heart rate bpm" },
        { "name": "heartrate_min", "type": "number", "required": false, "description": "Minimum heart rate bpm" }
      ]
    },
    { "name": "activity_type", "type": "object", "required": false, "description": "Link to the activity type" },
    { "name": "time_series", "type": "object", "required": false, "description": "GPS and metric samples (returned with field_set=time_series)" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/under-armour-workout-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.