GitHub Kullanıcı API

GitHub Kullanıcı Profillerini İnceleyin

Endpoint

https://api.astra-dev.com.tr/api/github

Parametreler

username ZORUNLU

GitHub kullanıcı adı

Örnek Kullanım

https://api.astra-dev.com.tr/api/github?username=torvalds
play_arrow API'yi Test Et

Yanıt Formatı

{
  "username": "torvalds",
  "id": 1024025,
  "avatar": "https://avatars.githubusercontent.com/u/1024025?v=4",
  "profile": "https://github.com/torvalds",
  "type": "User",
  "name": "Linus Torvalds",
  "company": "Linux Foundation",
  "blog": "",
  "location": "Portland, OR",
  "bio": null,
  "public_repos": 6,
  "followers": 200000,
  "following": 0,
  "created_at": "2011-09-03T15:26:22Z"
}