Is there an easy way to detect whether a badge is of this type in SEDE or the API? Similar to the (boolean/bit) SEDE column Badges.TagBased. Without such a thingsthing, users will be writingcan write queries like
SELECT * FROM Badges WHERE TagBased = 0
AND Name NOT IN ('Altruist', 'Benefactor', ...)
andbut will be forced to use half-baked community-maintained solutions to keep their queries or scripts up to date when new network-wide badges are created.