Swatch Internet Time API Endpoint - Free Public API
Endpoint URL:https://aisenseapi.com/services/v1/swatchinternettime
Description:
This endpoint returns the current time in Swatch Internet Time (also known as .beats), along with the current date in YYYY-MM-DD format. Swatch Internet Time divides the day into 1000 .beats, each equivalent to 86.4 seconds. It is based on BMT (Biel Meantime – GMT-1 ) and does not require time zones.
Response Format:
- Content-Type:
application/json - Example Success Response: json
{
"beat": "@582",
"date": "2025-01-27"
}
Use Cases:
- Synchronizing time globally without needing to account for time zones.
- Using
.beatsin applications or systems that adopt Swatch Internet Time. - Providing an alternative time format for unique or global applications.
How to Use:
- Send a
GETrequest to the endpoint URL. - The response will return the current Swatch Internet Time (
beat) and the current date (date).
Examples:
- Request:
https://aisenseapi.com/services/v1/swatchinternettimeResponse: json
{
"beat": "@582",
"date": "2025-01-27"
}