I’m not aware of any end-user analytics products that monitor concept lineage. With the XBRL API, you can use the concept object to query by dts.id for elements in a filing (or include concept.local-name to narrow the results). Something like this would return a few extension elements in Kraft Heinz financials from the past couple of years:
https://api.xbrl.us/api/v1/concept/search?dts.id=439705,418858,401372,383175,365074,348665,338987,338941&concept.local-name=Nonmonetarycurrencydevaluationlossgain,Carryingvalueoftotaldebt,Equityawardcompensationexpenseexcludingintegrationandrestructuringexpenses&fields=dts.id.sort(DESC),concept.namespace,concept.local-name,concept.substitution,label.text
The full list of available fields for the /concept endpoint is available from the XBRL API Interactive Documentation linked at right.