Abstract API · Example Payload

Abstract Api Getcurrenttime Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Abstract Api Getcurrenttime Example is an example object payload from Abstract API, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCurrentTime",
  "method": "GET",
  "path": "/current_time",
  "summary": "Abstract API Get Current Time",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getCurrentTime200Example",
      "example": {
        "datetime": "2026-04-19 10:30:00",
        "timezone_name": "America/New_York",
        "timezone_location": "New York, United States",
        "timezone_abbreviation": "EDT",
        "gmt_offset": -4,
        "is_dst": true,
        "requested_location": "New York City",
        "latitude": 40.7128,
        "longitude": -74.006
      }
    }
  ]
}