I am trying to use the StackExchange API to retrieve the GitHub link a user has set in his profile.
I am talking about this one:
However I'm not finding methods to retrieve that data. I'm also not sure whether the API offers access to that data.
Here are some documentations I found:
- https://api.stackexchange.com/docs/users
- https://api.stackexchange.com/2.2/users/?order=desc&sort=reputation&site=stackoverflow
So can I use this API to retrieve the GitHub account of a user?