Calories Burned API logo

Calories Burned API

Bydataandapis.com
|
Health
|
1 tokens / call

Estimate calories burned for 77 activities — running, cycling, swimming, gym, sports, yoga, and everyday tasks — using published MET values (kcal = MET × weight × hours). Supports kg or lb and a searchable activity catalog.

Quick Start

Subscribe to get instant API access with your unique API key.

View Pricing Plans

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Query Parameters

activity(Required)
duration(Required)
unit(Optional)
weight(Required)

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});