GitWhois

Repository Explorer

GitWhois

Uncover the History and Evolution of Public Git Repositories

GitHub - GitLab - Codeberg

Try

Featured Repositories

GH

bitcoin/bitcoin

github

Public fresh

Bitcoin Core integration/staging tree

76.2K

Stars

37.9K

Forks

C++

Language

License: MIT
Created: January 3, 2009
Updated: April 14, 2026
Homepage: Visit

API Documentation

GET /api/v1/repositories

List all cached repositories with pagination

curl http://localhost:8000/api/v1/repositories

GET /api/v1/repositories/{id}

Get detailed information about a specific repository

curl http://localhost:8000/api/v1/repositories/1

POST /api/v1/analyze

Analyze a new repository URL

curl -X POST 'http://localhost:8000/api/v1/analyze?url=bitcoin/bitcoin'

GET /api/v1/cache/stats

Get cache statistics

curl http://localhost:8000/api/v1/cache/stats