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 .beats in applications or systems that adopt Swatch Internet Time.
  • Providing an alternative time format for unique or global applications.

How to Use:

  1. Send a GET request to the endpoint URL.
  2. The response will return the current Swatch Internet Time (beat) and the current date (date).

Examples:

  • Request:
    https://aisenseapi.com/services/v1/swatchinternettime

    Response: json

    {
     "beat": "@582",
     "date": "2025-01-27"
    }
Scroll to Top