GitHub API
The GitHub API provides endpoints for users to consume GitHub data as well as make changes on a user’s behalf. The latest version is v4, the GraphQL API. The GitHub GraphQL API v4 represents an architectural and conceptual shift from the GitHub REST API v3 and allows for users to craft queries of the exact data they need.
- GitHub: https://github.com/topics/github-api
- Created by: GitHub
- Related Topics: github, github-client, github-app, api, api-rest, graphql,
- Last updated: 2026-06-29 00:12:44 UTC
- JSON Representation
https://github.com/coslynx/twitter-gemini-github-mvp
Scrapes Twitter data, commits to Gemini, Linux NodeJS powered. Initial release.... Created at https://coslynx.com
automated-workflow code-generation coslynx data-processing developer-tools devops expressjs gemini-ai github-api github-integration javascript machine-learning markdown-generator mongodb mvp node-cron node-js-backend nodejs twitter-api twitter-scraper
Last synced: 17 Feb 2026
https://github.com/wesjd/changelogger
Dynamic changelogs by day for GitHub repositories
bootstrap github github-api node nodejs pm2
Last synced: 04 May 2026
https://github.com/marciocosta013/portifoliomarcio
Este repositório contém o código-fonte do meu portfólio pessoal, desenvolvido com React, Vite e TailwindCSS. Nele, apresento meus projetos, habilidades e experiências de forma dinâmica, com integração à API do GitHub para exibir informações atualizadas dos meus repositórios.
css desenvolvimento-web github-api html javascript jsx portfolio-website react vitejs
Last synced: 06 Apr 2026
https://github.com/leoando/flutter_github_search
Flutterで作るGithubリポジトリ検索アプリ
flutter-app flutter-riverpod freezed github-api http portfolio
Last synced: 16 May 2026
https://github.com/professorsergio12/github-data-fetching-api
Fetching the data from Github API and just rendering the data of the user(e.g., name, description, number of forks, number of watchers) on the front end.
Last synced: 04 May 2026
https://github.com/torbensky/pr-watcher
A simple CLI tool that helps you stay on top of a pull request on GitHub. Most useful for being notified of a CI status check update or a PR review.
cli github-api go pull-request
Last synced: 14 Jan 2026
https://github.com/alexiszamanidis/2022
A minimal Portfolio Web page developed using Next.js, TypeScript and Styled-Components. It is deployed with GitHub pages and uses GitHub REST API to fetch my Projects.
ci-cd github-actions github-api github-pages nextjs portfolio portfolio-website styled-components typescript yarn
Last synced: 14 Apr 2026
https://github.com/fujiharuka/fetch-github-content
Node.js library of GitHub API wrapper just to fetch files
github github-api javascript nodejs
Last synced: 19 Jan 2026
https://github.com/h7ml/security-auto-scan
🔐 自动扫描和清理 GitHub Actions 中的恶意 workflow 文件 | 日志加密 | API 智能重试 | 多格式报告 | Webhook 通知
automation cicd devops github-actions github-api malware-detection python security security-tools supply-chain vulnerability-scanner workflow
Last synced: 14 May 2026
https://github.com/colinbut/github-api-repo-test
a Github repo that was created by using the Github API
Last synced: 27 Mar 2025
https://github.com/thetorminal/zabbix-github-traffic
Track the traffic on your github repo: views, clones, watchers, stargazers
github github-api github-stats zabbix zabbix-templates
Last synced: 21 Jan 2026
https://github.com/shgtkshruch/deployment-github-actions-with-slack
GitHub Actions to create deployment using GitHub API and slack integration
github-actions github-api slack
Last synced: 18 May 2026
https://github.com/quantecon/action-weekly-report
GitHub Action for generating weekly activity reports across GitHub organizations
analytics documentation github-action github-api quantecon reporting
Last synced: 10 Oct 2025
https://github.com/ahhhh-man/github-api-request
Discover which languages you utilise the most using the Github REST API
Last synced: 09 Jul 2025
https://github.com/stefanbartl/reposcope.nvim
📡 A powerful Telescope extension for discovering and previewing code repositories directly within Neovim. Search GitHub repositories by keyword or topic and preview their README.md content in a floating window — right from your editor. Future support planned for GitLab, Codeberg, and other platforms.
developer-tools fuzzy-search github github-api lua markdown-clone neovim neovim-plugin neovim-ui nvim readme-preview repositories repository-search seatch
Last synced: 27 Jan 2026
https://github.com/annal001/github-search
An Angular web application that allows users to enter a GitHub username into a form, submit it and view names and descriptions of a person's public repositories.
angular bootstrap5 github-api html-css-javascript typescript
Last synced: 04 May 2026
https://github.com/sahilatahar/github-profile
Explore GitHub Page: Showcasing user data via GitHub API integration, alongside an enhanced user interface for a richer browsing experience.
github github-api github-profile github-profile-info javascript react reactjs vite
Last synced: 14 Apr 2026
https://github.com/strifel/github_zulip_issue_creation
Creation of Github Issues by using a Zulip Bot
github github-api github-bot python3 zulip zulip-bot
Last synced: 29 Apr 2026
https://github.com/ps0305/githubfinder
Github profile finder using github API
Last synced: 15 May 2026
https://github.com/tushargautam681/task-1-codetech-it-solutions-internship-
This repository contains the code files of task assigned to me for my internship in Full Stack Web Development for the span of 4 weeks(july 5-august 5). Task1-PERSONAL PORTFOLIO WEBSITE WITH BACKEND-A personal portfolio website with a backend to manage and update recent Projects and other media on website.
css3 github-api github-pages html5 javascript rest-api
Last synced: 14 Apr 2026
https://github.com/dtinth/slack-add-bot
A Slack Slash command that lets user add themselves to 3rd party services.
express github-api glitch nodejs slack-api
Last synced: 04 May 2026
https://github.com/oledid-js/sync-github-forks-cli
Keeps github forks up to date using node, the github api and git
cli fork git github github-api node nodejs sync typescript
Last synced: 10 Apr 2026
https://github.com/krishgaur1354/github-profile-info
GitHub-Profile-Info is a website that allows you to search for information about other GitHub users and explore their repositories
github-api html-css-javascript
Last synced: 14 Apr 2026
https://github.com/okhuaroboosayuki/reporeporter
RepoReporter is a Vue application that displays an impressive presentation of my GitHub repositories. The app uses Vue Router for routing, the GitHub API for data retrieval, Composition API with composable JS files for code organization, server-side pagination for efficient data handling, and reactive data binding for dynamic data updates.
asynchronous-javascript github-api javascript server-side-pagination vue-router vue-suspense vuejs
Last synced: 15 May 2026
https://github.com/bernardolm/octo-batch
It's intends to do batch subscriptions to all user repositories, personal and from an organization using the go lang SDK for Github API. As a way to study about go routines, channels, semaphores and wait groups.
api channels github github-api go golang goroutines repository sdk semaphore subscription waitgroup
Last synced: 19 Feb 2026
https://github.com/danchik12/github_cards
View your GitHub profile
axios bootstrap gh-pages github-api github-profiles node-sass react react-hooks react-router-dom reactjs repositories
Last synced: 23 Feb 2026
https://github.com/varunest/listpullrequests
An android app to see all the open pull requests in public repository.
github-android github-api reactive-programming
Last synced: 12 Oct 2025
https://github.com/alirezawmoradi/github-follower-manager-mcp
Tool designed to help you manage your GitHub followers using the Model Context Protocol (MCP) pattern.
ai github github-api mcp mcp-server nodejs typescript
Last synced: 05 May 2026
https://github.com/micalevisk/micalevisk.github.io
Site pessoal para listar TODOS os meus repositórios do GitHub
babel css3 gh-pages-site github-api graphql vue-cli-3 vuejs2
Last synced: 21 Jan 2026
https://github.com/syed-alimohsin/github-mern
This is a GitHub-inspired practise project built with the MERN stack. It leverages the GitHub API to retrieve profiles and repositories of users registered within the application. The platform allows for efficient management of users' GitHub profiles and repositories with customization options.
express-js express-sessions github-api mongoose nodejs passport-github-oatuh20 passport-js react-context-api react-icons reactjs
Last synced: 14 Apr 2026
https://github.com/jesssullivan/leafletsync
Chindōgu utility prompt & CLI for fetching private releases & files from GitHub & BitBucket
bitbucket github-api private-repository
Last synced: 16 Jun 2025
https://github.com/mulx10/wsreportbot
An all in one bot for increasing productivity on slack
chatbot github-api graphql hasura reports
Last synced: 05 May 2026
https://github.com/kartikmehta8/gitguard
GitGuard is a bot that watches any changes in your repository and sends that to all contributors via Twilio SMS. Currently watching issues, pull requests and GitHub actions workflows.
bot bot-framework github-api nodejs probot-app twilio
Last synced: 15 May 2026
https://github.com/michaelcurrin/github-gql-go
An easy way to query GitHub's GraphQL API from the command-line
github-api github-api-v4 github-graphql go gql gql-api graphql
Last synced: 15 May 2026
https://github.com/darshanas17/react-github-popular-repos
A React app that displays popular GitHub repositories filtered by programming language. It fetches live data from the GitHub API and presents it in a clean, responsive UI using functional components.
css frontend github-api html javascript popular-repositories react ui-components
Last synced: 14 Apr 2026
https://github.com/iamrajhans/star-cred
Score a GitHub repo's stargazers 0-100 by how many are real, active developers vs. new, inactive, or bot-like accounts. 100% client-side dashboard — runs in your browser, no backend.
bot-detection credibility dashboard data-visualization fake-stars github github-api github-graphql github-pages react stargazers tailwindcss typescript vite
Last synced: 21 Jun 2026
https://github.com/mizcausevic-dev/gitvisualizer
Premium GitHub profile intelligence. Live at gv.kineticgain.com
data-viz developer-portfolio github github-api profile-intelligence react recharts recruiter-tools typescript visualization
Last synced: 01 Jun 2026
https://github.com/nexys-system/github-sdk
minimal Github SDK to easily access Github API - types
Last synced: 17 Mar 2025
https://github.com/lmcrean/github-detective
An extension for Claude Code for identifying high-impact Github Issues
claude-code github-api prompt-engineering
Last synced: 15 May 2026
https://github.com/joe9126/joash-owaga-portfolio
This is my portfolio, built with Vue 3 and Bootstrap, fetching projects from GitHub public API
Last synced: 16 Oct 2025
https://github.com/ecomclub/els-developers
JSON docs for the ELS index to E-Com Plus Developers Hub
github-api json-documents repository-synchronization
Last synced: 16 Oct 2025
https://github.com/komish/git-org-repolist
List the repositories available within an organization's (private or public) scope on Github.
Last synced: 28 Jan 2026
https://github.com/charlespalmerbf/javascript-github-api
This is a simple web application built with JavaScript that uses the GitHub API to display a user's profile information and repositories.
Last synced: 17 Oct 2025
https://github.com/ricardo7c/followers_github
Biblioteca Python para listar seguidores e perfis seguidos no GitHub.
api follower following github github-api python
Last synced: 11 Jun 2026
https://github.com/simonprickett/githubapiexperiments
Experiments with the GitHub API
Last synced: 09 Jul 2025
https://github.com/zeryther/delete-github-actions-artifacts
Clean up all GitHub Actions artifacts using the GitHub API
artifacts fetch github-actions github-api nodejs
Last synced: 05 May 2026
https://github.com/moquiutijunio/github-ios
Simple project to consume github API
Last synced: 19 May 2026
https://github.com/grv96/ghae
This library detects the responses to erroneous requests to the GitHub API. An exception signals these errors.
api exception exception-handling github-api githubapi pypi pypi-package pypi-packages python python-exception-handling python-exceptions python-excpetion
Last synced: 28 Oct 2025
https://github.com/rahil1202/github-user-finder-angular
GithubUserFinder project! This Angular application allows you to search for GitHub users and explore their profiles.
angular angularjs api github-api typescript user-finder
Last synced: 28 Oct 2025
https://github.com/ztgx/gitapi-rs
Github API Client in Rust
client-library github github-api rust
Last synced: 13 May 2026
https://github.com/pyozer/cross-sourcerer
Let's talk about universal app
apollo-client github-api graphql react rsuite typescript
Last synced: 05 May 2026
https://github.com/omar7001-b/reporadar
RepoRadar is a web app to explore GitHub repositories by username, showing key details and offering theme toggling.
Last synced: 12 Mar 2025
https://github.com/steven-mercatante/releasify-web
Easily create semantic version releases for GitHub repos
Last synced: 10 Apr 2026
https://github.com/fresh-milkshake/github-metrics
A Python script to analyze download statistics
Last synced: 15 May 2026
https://github.com/herwingx/awesome-github-search
Buscador de repositorios de GitHub por tema, construido con HTML, CSS y JavaScript. Utiliza la API de GitHub para obtener resultados en tiempo real.
css fetch github-api html javascript
Last synced: 28 Jan 2026
https://github.com/remcostoeten/github-and-vercel-api-showcase-dashboard
Showcase results of possible fetched data from the Github and Vercel API built in all vanilla js.
api-rest da data express-js github-api nodejs vercel-api
Last synced: 07 Mar 2026
https://github.com/vinayakshnd/gogetgithub
Webapp interacting with Github repo to create pull requests using Github APIs
Last synced: 01 Aug 2025
https://github.com/alex-bormotov/github-telegram
Bot sends GitHub Trends to Telegram channels
github-api python telegram-bot
Last synced: 13 May 2026
https://github.com/davgonsan/github-user-activity
A way to get the last GitHub User Activity from the CLI
backend github-api js nestjs ts
Last synced: 05 May 2026
https://github.com/stanley-meruo/profile-card
A profile card showing your contacts and projects.
api fetch-api github-api html-css-javascript tailwindcss
Last synced: 18 Apr 2026
https://github.com/praveen1664/githubactions-full-sdlc-node-app
This is a demo repo of Github actions & workflows in action
docker github-actions github-api nodejs
Last synced: 06 Apr 2026
https://github.com/remcostoeten/nextjs-github-metrics-vercel-style
A dashboard which loads my github activity and some metrics, in a Vercel ui.
github-api nextjs15 react19 serveractions typescript
Last synced: 25 Oct 2025
https://github.com/yuu-eguci/continuouspr
This program posts Pull Request using api.github.com. It is worth using when you want to notify only about the PRs about project release.
github-actions github-api python3 slack
Last synced: 10 Apr 2025
https://github.com/veiliglanceren-nl/laravel-github-file
Laravel package to fetch and manage files from GitHub repositories.
file-download github github-api github-files github-integration laravel laravel-files laravel-package laravel-utilities php remote-files zip
Last synced: 15 Mar 2026
https://github.com/fedeperin/githubfinder
A place to look for GitHub users.
github-api netlify-deployment svelte sveltejs
Last synced: 09 Apr 2025
https://github.com/baguilar6174/github-user-search-challenge
This repository contains a challenge of Frontend Mentor
frontend-mentor github-api react typescript
Last synced: 15 May 2026
https://github.com/maglovskinenad/python-open-source-projects
Almost all open source projects that can be found on GitHub.
api api-rest fly flyio github github-api open-source projects python python3 source
Last synced: 15 May 2026
https://github.com/nesohq/bgce-bot
Python-based chatbot for streamlining project discussions by linking pull requests and issues in development channels
automation chatbot collaboration development-tools discord-bot github-api python
Last synced: 27 Oct 2025
https://github.com/rabilrbl/github_releases_graph
Simple web application that visualizes download statistics of files from GitHub Releases.
flask github github-api github-releases github-visualization matplotlib
Last synced: 05 May 2026
https://github.com/ochieng424/reposearch
Android app for searching github repositories by name
Last synced: 10 May 2026
https://github.com/dimuthadithya/dimuthadithya.me
portfolio website
es6 github-api javascript tailwind
Last synced: 06 Feb 2026
https://github.com/amezin/create-commit-action
Create a verified detached commit through GitHub API
action actions commit github-action github-actions github-api
Last synced: 28 Jan 2026
https://github.com/arturbomtempo-dev/personal-blog-assignment
Final Project for the Web Interface Development course in the first semester of the Computer Science program.
bootstrap css github-api html javascript json-server nodejs
Last synced: 02 Apr 2025
https://github.com/bastiaantjuhh/gh-online-indicator
GitHub online indicator extension for Google Chrome. Sends bio status updates from Chrome to GitHub using the GitHub API
chrome chrome-extension chrome-extensions github-api google-chrome google-chrome-extension javascript js online scss
Last synced: 05 May 2026
https://github.com/joejo-joestar/joestar-middleware
🔌 simple middleware for my portfolio website
express-middleware github-api middleware now-playing portfolio-website spotify-api unsplash-api vercel-serverless
Last synced: 15 Apr 2026
https://github.com/joejo-joestar/joestar
🌐 my webisite :3
css github-api html javascript now-playing photo-gallery portfolio-website react spotify-web-api typescript unsplash-api
Last synced: 15 Apr 2026
https://github.com/jwalsh/jwalsh
GitHub profile with automated topic analysis and visualization of my open source contributions
automation data-visualization github-api github-profile makefile org-mode
Last synced: 06 Apr 2026
https://github.com/abdulhadi806/get-and-search-github-issues-using-github-api
This app is used to search and find github issues using github API, App is created using ReactJS, Typescript, Tailwind css
context-api github-api reactjs rest-api tailwindcss typescript
Last synced: 15 Apr 2026
https://github.com/jaid/action-publish
GitHub Action that publishes compiled code to npm and similar package registries.
action actions github github-action github-actions github-api github-packages node node-js nodejs npm-api npm-publish publish
Last synced: 31 Jan 2026
https://github.com/falkern/git_analytics
This CLI tool fetches and displays analytics for a GitHub user's repositories using the GitHub API. It collects data such as star counts, fork counts, and open issues.
analytics cli github github-analytics github-api open-source repository ruby tools
Last synced: 07 Feb 2026
https://github.com/rebelorc/githubexplorer-reactjs-project
Simple ReactJs project create without C.R.A to study BabelJs, Webpack and TypeScript configuration in basic ReactJs.
babeljs github-api reactjs typescript webpack
Last synced: 31 Jan 2026
https://github.com/neurogenomics/skillnet
Construct and search networks from skill sets and projects for all lab members.
collaboration github github-api metadata networks project-management skills-management
Last synced: 03 Apr 2025
https://github.com/thaminiperera/folio
a personal portfolio using Gatsby and the Github API
gatsbyjs github-api graphql netlify
Last synced: 31 Jan 2026
https://github.com/stscoundrel/goodbrother-rs
List open PRs in Github by user account. Rust version.
github-api goodbrother helper pull-requests rust
Last synced: 19 Jan 2026
https://github.com/andre-filho/ezissue
A python CLI program to help the issue creation
cli ez-issue ezissue github-api gitlab-api hacktoberfest hacktoberfest2020 issue issue-creation issue-management
Last synced: 31 Jan 2026
https://github.com/subhranil002/github-avatar-finder
GitHub Avatar Finder is a React web app enabling users to search and view GitHub avatars and profiles seamlessly. Powered by React Router, Axios, and Tailwind CSS ... ❤️
avatar axios github github-api github-avatar github-avatar-finder profile-viewer reac-router react reactjs tailwind tailwindcss user-search
Last synced: 05 May 2026
https://github.com/basemax/github-cloner
GitHub Cloner is a Ruby script to automate cloning all repositories from your GitHub account. It supports both public and private repositories, with a configurable clone path.
clone git git-clone git-cloner git-lfs github github-api github-clone github-clone-api
Last synced: 15 Apr 2026
https://github.com/n7ghtm4r3/githubmanager
This is a Java Based library useful to work with GitHub's API service.
api github github-actions github-api github-config github-pages java repository tecknobit
Last synced: 15 Apr 2026
https://github.com/thiagonunesbatista/git-search
Application integrated with the GitHub API where we can search GitHub users.
frontend github-api portfolio vuejs
Last synced: 15 Apr 2026
https://github.com/coderrob/commit-and-push
GitHub Action to commit changes and push to a remote
action github-action github-api gitops
Last synced: 15 Apr 2026
https://github.com/lukaszbudnik/nodejs-github-example
node.js application for consuming GitHub API (using promises of course)
Last synced: 15 May 2026
https://github.com/dj1095/gitleet
Automate the process of committing your LeetCode solutions to your GitHub repository with this Chrome extension
axios chrome-extension css github-api graphql-api html5 javascript leetcode
Last synced: 01 Feb 2026
https://github.com/radikz/github-api
Implementation github api using retrofit
android fragment github-api listview parcelable recyclerview retrofit2
Last synced: 15 May 2026
https://github.com/codelikeagirl29/github-finder-api
Github Finder API. Using the Github API, users search github and results are displayed on page with user's repos.
api github-api javascript jquery
Last synced: 10 May 2026
https://github.com/asrieldreemurrgm/github_profile_viewer
A React-based GitHub profile viewer built for learning purposes, featuring user search, public repositories display, error handling, and CSS Modules styling.
components css css-modules css-modules-react fetch-api frontend github-api html5 javascript jsx learning-project react react-hooks useeffect-hook vite vitejs-react web-app
Last synced: 15 Apr 2026
https://github.com/brikaa/contributions-getter
A JavaScript/TypeScript library that gets all of the repositories a user has contributed to since their account's creation
github github-api javascript npm npm-package typescript
Last synced: 15 Apr 2026
https://github.com/hritik5102/es6-react
ES6 and React projects
axios fetch-api github-api react-router-dom reactjs redux todolist traversy-media typescript
Last synced: 15 Apr 2026
https://github.com/jonbesga/most-used-libraries
📊 WIP: Discover the most used libraries among your Github repositories
flask github github-api libraries package-json pipfile python python-3
Last synced: 07 May 2026