🍁 LifeHabitsAPI BETA

Every habit you build shapes your identity.
Bond your daily actions with what truly matters to you.

🌐 Try It Live

πŸ’¬ You’re testing a beta version β€” we’d love your feedback!

πŸ“Œ API Overview
  • βœ… Structured JSON data on Habits, Values, Life Aspects, and Inner Faculties
  • 🧩 Relationship mapping for value-based practices
  • πŸ”— Context-aware recommendations - enabling personalized by matching user inputs (e.g. goals or values) with relevant actions.
  • πŸ’‘ Semantic alignment between habits and individual's meaning
  • πŸ“ˆ Data for insightful analytics - track progress, trends, etc.
πŸ” Who is it designed for? (click to expand)
πŸ§‘β€πŸ’» Code Examples

Use PhraseParserAPI in your favorite language:


curl --location 'https://lifehabitsapi.com/lh/get-habit?life_aspect=Health%20and%20Fitness&life_value=vitality'
        

import requests
url = "https://lifehabitsapi.com/lh/get-habit?life_aspect=Health and Fitness&life_value=vitality"
resp = requests.request("GET", url)
print(resp.json())
        

fetch("https://lifehabitsapi.com/lh/get-habit?life_aspect=Health and Fitness&life_value=vitality", {
  method: "GET"
})
  .then(res => res.json())
  .then(data => console.log(data));
        

Sample Response:

{
  "habit": "Take the stairs twice a day",
  "value": "vitality",
  "life_aspect": "Health and Fitness",
  "inner_faculty": "Body",
  "value_affinity": 0.9
}
            
Want to be notified when we launch the full version? β€” no spam, just 1 email when we leave beta.
Request/Bug? Email me