rgaponov
rgaponov

Reputation: 143

Get GitHub account using StackExchange API

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:

Profile picture

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:

So can I use this API to retrieve the GitHub account of a user?

Upvotes: 4

Views: 266

Answers (2)

Zabuzard
Zabuzard

Reputation: 25903

The StackExchange API does not offer access to that data.

As you already have posted

is all information you can get from a user.

The official documentation lists all available fields and explains them. A GitHub field is not among them. Here is the complete documentation listing all available methods.

You will need to use different APIs or techniques to retrieve that data.

Upvotes: 3

superbAfterSemperPhi
superbAfterSemperPhi

Reputation: 1292

There is nothing in the API for a users a git hub account.

Upvotes: 0

Related Questions