Skip to content

Instantly share code, notes, and snippets.

@onejgordon
Created March 27, 2017 13:11
Show Gist options
  • Save onejgordon/069a84335b5f493bca621d045584d433 to your computer and use it in GitHub Desktop.
Save onejgordon/069a84335b5f493bca621d045584d433 to your computer and use it in GitHub Desktop.
Google Fit Activity Types (JSON)
# Pulled from https://developers.google.com/fit/rest/v1/reference/activity-types on March 27, 2017
{
"9": "Aerobics",
"10": "Badminton",
"11": "Baseball",
"12": "Basketball",
"13": "Biathlon",
"1": "Biking",
"14": "Handbiking",
"15": "Mountain biking",
"16": "Road biking",
"17": "Spinning",
"18": "Stationary biking",
"19": "Utility biking",
"20": "Boxing",
"21": "Calisthenics",
"22": "Circuit training",
"23": "Cricket",
"106": "Curling",
"24": "Dancing",
"102": "Diving",
"25": "Elliptical",
"103": "Ergometer",
"26": "Fencing",
"27": "Football (American)",
"28": "Football (Australian)",
"29": "Football (Soccer)",
"30": "Frisbee",
"31": "Gardening",
"32": "Golf",
"33": "Gymnastics",
"34": "Handball",
"35": "Hiking",
"36": "Hockey",
"37": "Horseback riding",
"38": "Housework",
"104": "Ice skating",
"0": "In vehicle",
"39": "Jumping rope",
"40": "Kayaking",
"41": "Kettlebell training",
"42": "Kickboxing",
"43": "Kitesurfing",
"44": "Martial arts",
"45": "Meditation",
"46": "Mixed martial arts",
"2": "On foot",
"108": "Other (unclassified fitness activity)",
"47": "P90X exercises",
"48": "Paragliding",
"49": "Pilates",
"50": "Polo",
"51": "Racquetball",
"52": "Rock climbing",
"53": "Rowing",
"54": "Rowing machine",
"55": "Rugby",
"8": "Running",
"56": "Jogging",
"57": "Running on sand",
"58": "Running (treadmill)",
"59": "Sailing",
"60": "Scuba diving",
"61": "Skateboarding",
"62": "Skating",
"63": "Cross skating",
"105": "Indoor skating",
"64": "Inline skating (rollerblading)",
"65": "Skiing",
"66": "Back-country skiing",
"67": "Cross-country skiing",
"68": "Downhill skiing",
"69": "Kite skiing",
"70": "Roller skiing",
"71": "Sledding",
"72": "Sleeping",
"109": "Light sleep",
"110": "Deep sleep",
"111": "REM sleep",
"112": "Awake (during sleep cycle)",
"73": "Snowboarding ",
"74": "Snowmobile",
"75": "Snowshoeing",
"76": "Squash",
"77": "Stair climbing",
"78": "Stair-climbing machine",
"79": "Stand-up paddleboarding",
"3": "Still (not moving)",
"80": "Strength training",
"81": "Surfing",
"82": "Swimming",
"84": "Swimming (open water)",
"83": "Swimming (swimming pool)",
"85": "Table tennis (ping pong)",
"86": "Team sports",
"87": "Tennis",
"5": "Tilting (sudden device gravity change)",
"88": "Treadmill (walking or running)",
"4": "Unknown (unable to detect activity)",
"89": "Volleyball",
"90": "Volleyball (beach)",
"91": "Volleyball (indoor)",
"92": "Wakeboarding",
"7": "Walking ",
"93": "Walking (fitness)",
"94": "Nording walking",
"95": "Walking (treadmill)",
"96": "Waterpolo",
"97": "Weightlifting",
"98": "Wheelchair",
"99": "Windsurfing",
"100": "Yoga",
"101": "Zumba"
}
@tivvit
Copy link

tivvit commented Jul 8, 2018

i think there are some new ones, do you have some script for the download?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment