Day in History API

Introduction

REST API for historical events, births, and deaths

Day in History API

A comprehensive REST API that provides historical events, notable births, and deaths for any day of the year. Our data is sourced from reliable internet sources and fine-tuned with advanced AI models to ensure accuracy and reliability for your applications.

Features

  • 🗓️ Historical events for any date in the calendar year
  • 👤 Notable births and deaths with biographical information
  • Premium API access with significantly higher rate limits
  • 📚 Comprehensive documentation with interactive examples

Rate Limits

User TypeRate Limit
Free10 requests/hour
Premium1,000 requests/hour

Quick Start

Get Today's Historical Events

GET https://api.dayinhistory.com/api/today/

Learn more →

Get Events for a Specific Date

GET https://api.dayinhistory.com/api/date/january/15/

Learn more →

Get Notable Births

GET https://api.dayinhistory.com/api/births/december/25/

Learn more →

Get Notable Deaths

GET https://api.dayinhistory.com/api/deaths/april/14/

Learn more →

Authentication

For premium access with higher rate limits, include your API key as a Bearer token in the Authorization header:

Authorization: Bearer your_api_key_here

Next Steps