Description: Access GitHub contributions through a user-friendly API.
developer (9002) open source (4650) developer tools (107) rest api (106) api integration (102) code insights (5) github api (2) github contributions (2) api access (2) github data (1)
Introducing my first API built on Next.js: a convenient way to access GitHub contributions via a public API. Simplifying the process, this API connects developers with their GitHub activity, enabling an easy display of your contribution history. Great for howing work and progress on personal websites.
It is as simple as fetching the following URL with your desired parameters for user and year.
The response type is very straightforward, it is an array of rows, where we have an array of contributions. Each contribution is an object.