
A black history fact collection,
documenting achievements
past and present.
Access historical events, dates, and timelines with our curated API.
Built for developers, historians, and curious minds.
Real-time Access
Instant access to historical data with millisecond response times
Curated Collection
Meticulously verified historical events spanning centuries
Security
Professional-grade security with API key authentication
Global Perspective
Historical significance from all corners of the world
API Quickstart Guide
TypeScriptconst response = await fetch('https://rest.blackhistoryapi.io/v2/hc', {
headers: {
"Content-Type": "application/json",
"x-api-key": "YOUR_API_KEY"
}
});
const data = await response.json();
console.log(data);