
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.
How We Verify Every Fact
Our rigorous review process ensures accuracy and reliability
Submission
Facts are submitted through our platform and immediately entered into our review queue. Each submission is logged with metadata including source information and submitter details.
Team Verification
Our verification team conducts a comprehensive review of each fact:
- Verify historical correctness and accuracy
- Validate source authenticity and credibility
- Check spelling and grammar
- Ensure proper categorization and tagging
Publication & Notification
Once a fact passes our verification process, the submitter receives an email confirmation. The fact is then immediately published and becomes available to everyone using our API service.
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);