Byabbe API
Byabbe API offers free access to historical data, including events, births, and deaths for any given date. Ideal for educational platforms, quiz apps, and history-related projects, this open-source public API delivers data in a structured JSON format. Developers can integrate it easily into web and mobile apps to create engaging historical content.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Retrieves historical events for a specific date
Full URL
https://byabbe.se/on-this-day/{month}/{day}/events.json
Code Examples
curl -X GET 'https://byabbe.se/on-this-day/{month}/{day}/events.json'
Parameters
{ "day": 20, "month": 7 }
Example Response
{
"events": [
{
"year": 1969,
"description": "Apollo 11 lands on the Moon"
}
]
}
Version
v1
Tags
educationhistory
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
None specified
Supported Languages
English
Use Cases
educational apps
history tools
Related APIs
Discover similar APIs that might interest you