How to get profile achievement or list of achievements via API? #150087
-
Select Topic AreaQuestion BodyI am looking for a way to get data via API about what achievements are in a user profile. For example, does a user have the YOLO achievement. Is it possible to do this, because I did not find such an object in GitHub GraphQL API? I found a similar question, but it didn't talk about getting data via API for further use in code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Inventoris , |
Beta Was this translation helpful? Give feedback.
Hi @Inventoris ,
At the moment, the GitHub GraphQL API does not provide a dedicated field or object to query user achievements (such as the YOLO achievement) directly. Achievements are visible on a user's profile, but they are not exposed via the API for programmatic access.