The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsFitness & Nutrition
live/fitness · 8 endpoints
post/fitness/v1/exercises1 creditlist exercises (optional name/term filter)
nametermlimitoffsetlanguage
Try in playground →post/fitness/v1/by_bodypart1 creditfilter by body part / category
bodypart*bodyPartlimitoffsetlanguage
{
"bodypart": "chest",
"limit": 5
}Try in playground →post/fitness/v1/by_equipment1 creditfilter by equipment name
equipment*limitoffsetlanguage
Try in playground →post/fitness/v1/by_target1 creditfilter by target muscle
target*limitoffsetlanguage
Try in playground →post/fitness/v1/exercise_detail1 creditsingle exercise by id
id*exercise_idlanguage
{
"id": 1962
}Try in playground →