Social Developer Ecosystem

Everything you need to connect, collaborate, and build with the GitHub Social network.

Developer Profiles

Showcase your work and connect with others

Organization Management

Collaborate with teams and manage organizations

Community Tools

Join discussions and share knowledge

GitHub Social API

Access all social features via our secure, well-documented REST API and GraphQL services

REST API (v1)

Powerful endpoints for managing users, organizations, and activity data

curl -X GET "https://api.github.com/social/v1/activity" \
     -H "Authorization: Bearer YOUR_TOKEN"
                        

GraphQL API

Flexible query language for retrieving and manipulating your data

{
  user(login: "octocat") {
    contributionsCollection { 
      contributionCalendar {
        totalContributions
        weeks {
          contributionDays {
            contributionCount
            date
          }
        }
      }
    }
  }
}
                        

Getting Started

Step-by-step guides to help you make the most of GitHub Social

Create Your Profile

Set up a professional GitHub profile to showcase your coding achievements and connect with others.

📚 Tutorial

Join Communities

Discover and participate in coding communities that match your interests and projects.

📚 Tutorial