10
1
Challenge
Given a SE user's ID, output the sum of their reputation from across all of the Stack Exchange networks the user has signed up to.
Rules
If a user has 101 or less reputation on a site, count it as zero in the sum.
You should not count Area 51 rep or hidden communities!!
URL shorteners are disallowed.
Examples
Subject to change
User 3244989 (Beta Decay)
14141
User 918086 (Dennis)
204892
User 11683 (Jon Skeet)
1029180
Winning
The shortest code in bytes wins.
Does this ignore Area 51? – Beta Decay – 2017-04-22T19:06:20.557
@BetaDecay, I think so. I'm editing a caveat into my answer now to explain. – Shaggy – 2017-04-22T19:14:36.840
Oh right, I didn't think it'd be so simple to filter out – Beta Decay – 2017-04-22T19:23:29.797
@BetaDecay, is that confirmation that that endpoint doesn't include A51 sites? – Shaggy – 2017-04-22T19:28:02.573
What do you mean by endpoint? :/ – Beta Decay – 2017-04-22T19:31:10.133
@BetaDecay, the API endpoint I'm using to retrieve a user's data. e.g., does http://api.stackexchange.com/users/918086/associated include A51 sites. From Neil's comnent on his answer, it looks like it doesn't.
– Shaggy – 2017-04-22T19:37:33.050Let us continue this discussion in chat.
– Beta Decay – 2017-04-22T19:40:33.597