Idea for additional data on WoW Recipe Endpoint

Hello, I’m working on an application that compiles information on tradeskills. The current recipe endpoint does not currently give any information on recipe difficulty; i.e. the skill level it is learnable and when it transitions from yellow to green to grey.

Is this is the plan for the Recipe endpoint?

You don’t need an API endpoint for that, just have a look at: SkillLineAbility table @wow(dot)tools for columns:

  • TrivialSkillLineRankHigh - greenCraftQ
  • TrivialSkillLineRankLow - yellowCraftQ

Thanks! I hadn’t considered datamining. I will take a look.