Health
ACE Fitness logo

ACE Fitness API

acefitness.org

ACE Fitness - exercise library, articles, health calculators, and trainer search.

Actions
9
Category
Health
Login
Not required
Output
JSON

Call the ACE Fitness API

Submit a task, then poll the job until it settles. This example runs act_acefitness_org_article_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_acefitness_org_article_detail",
    "params": {
      "article_id": "7839",
      "article_slug": "how-to-make-exercise-a-regular-habit-in-6-steps"
    }
  }'

9 actions on acefitness.org

Read

  • Article Details

    act_acefitness_org_article_detailread1 credit / call

    Returns a fitness article's title, summary, and full body text by ID and slug.

    article_id
    string · required
    article_slug
    string · required
  • Article Listing

    act_acefitness_org_article_listingread1 credit / call

    Returns fitness blog articles with IDs, slugs, titles, summaries, and authors.

  • BMI Calculator Page

    act_acefitness_org_bmi_calculator_pageread1 credit / call

    Returns the BMI calculator page content including its title and explanatory body.

  • Calculators Hub

    act_acefitness_org_calculators_hubread1 credit / call

    Returns available fitness calculator tools with titles, descriptions, and links.

  • Exercise Details

    act_acefitness_org_exercise_detailread1 credit / call

    Returns an exercise's name, body part, equipment, difficulty, and step-by-step instructions.

    exercise_id
    string · required
    exercise_slug
    string · required
  • Exercise Library Listing

    act_acefitness_org_exercise_library_listingread1 credit / call

    Returns exercises with IDs, slugs, body part, equipment, and difficulty.

  • Exercise Search Results

    act_acefitness_org_exercise_search_resultsread2 credits / call

    Returns exercises matching a keyword from the exercise library.

    search_query
    string · required
  • Heart Rate Calculator Page

    act_acefitness_org_heart_rate_calculator_pageread1 credit / call

    Returns the target heart rate zone calculator page content, title, and body.

Write

Write actions change state on acefitness.org and run as the account you connect.

  • Trainer Search Results

    act_acefitness_org_trainer_search_resultswrite2 credits / call

    Returns certified trainers near a US zip code with names, location, and profile links.

    zip_code
    string · required
    return_count
    integer

ACE Fitness API questions

Is there an API for ACE Fitness?
ACE Fitness does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for acefitness.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape ACE Fitness data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when acefitness.org changes its markup, Anakin updates the action.
Do I need a ACE Fitness account?
No. Every ACE Fitness action listed here runs anonymously — no account and no credentials required.
What does the ACE Fitness API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Health APIs

All Health sites