This API provides endpoints to retrieve statistics about my GitHub account. The data collected through these endpoints is used to dynamically generate content for my GitHub profile page through automated workflows (GitHub Actions).
Available Endpoints
Language Stats
Analyzes repositories and returns detailed statistics about programming languages used.
Returns a JSON object with programming languages as keys and comprehensive data for each one.
Contribution Stats
Retrieves contribution activities on GitHub and categorizes them by type.
Returns a JSON object with counts of different contribution types (commits, issues etc.).
Activity Stats
Provides insights into coding habits and activity patterns on GitHub.
Returns a JSON object with metrics like longest commit streak and total active days.
Profile Views
Tracks and maintains the number of views on the GitHub profile page over time.
Returns a JSON object with the current count of profile views.