Skip to main content

World Time is a simple tool for getting the current time in any city. It returns the current time, date, and more.

Project description

World Time API

World Time is a simple tool for getting the current time in any city. It returns the current time, date, and more.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the World Time API


Installation

pip install apiverve-worldtime

Configuration

Before using the worldtime API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The World Time API documentation is found here: https://docs.apiverve.com/api/worldtime.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_worldtime.apiClient import WorldtimeAPIClient

# Initialize the client with your APIVerve API key
api = WorldtimeAPIClient("[YOUR_API_KEY]")

Perform Request

Using the API client, you can perform requests to the API.

Define Query
query = { "city": "San Francisco" }
Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "search": "San Francisco",
    "foundCities": [
      {
        "city": "San Francisco",
        "city_ascii": "San Francisco",
        "country": "Argentina",
        "iso2": "AR",
        "iso3": "ARG",
        "province": "Córdoba",
        "timezone": "America/Argentina/Cordoba",
        "time": "06:40",
        "time24": "06:40:38",
        "time12": "06:40:38 AM",
        "date": "2024-09-01",
        "day": "Sunday",
        "month": "September",
        "year": "2024",
        "unix": "1725183638",
        "dst": false,
        "dst_start": "2024-09-01 06:40:38",
        "dst_end": "2024-09-01 06:40:38",
        "dst_name": "-03"
      },
      {
        "city": "San Francisco",
        "city_ascii": "San Francisco",
        "country": "United States of America",
        "iso2": "US",
        "iso3": "USA",
        "province": "California",
        "state_ansi": "CA",
        "timezone": "America/Los_Angeles",
        "time": "02:40",
        "time24": "02:40:38",
        "time12": "02:40:38 AM",
        "date": "2024-09-01",
        "day": "Sunday",
        "month": "September",
        "year": "2024",
        "unix": "1725183638",
        "dst": true,
        "dst_start": "2024-09-01 02:40:38",
        "dst_end": "2024-09-01 02:40:38",
        "dst_name": "PDT"
      }
    ]
  },
  "code": 200
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


Legal

All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apiverve_worldtime-1.1.5.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

apiverve_worldtime-1.1.5-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file apiverve_worldtime-1.1.5.tar.gz.

File metadata

  • Download URL: apiverve_worldtime-1.1.5.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for apiverve_worldtime-1.1.5.tar.gz
Algorithm Hash digest
SHA256 7e4d7c136d75f99fc3b166d55b11b90f5e5464e16e9bedb0e7b25d11b9641f35
MD5 d9866b55594db8942c749fd7886ad559
BLAKE2b-256 70b32e92103e91c22c47486f3199974491ab73b829e3bb5d82e94935325e3f21

See more details on using hashes here.

File details

Details for the file apiverve_worldtime-1.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for apiverve_worldtime-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d3ceccd186b24d1de37a54685e7cb5c07ee6fc6d078164f71034a452dfe2f58e
MD5 410c5c1fd338edf1e0cfc9595fb0f3f3
BLAKE2b-256 e81e6810281ae38eea15303cbeefe73c2fb299c86078e90257584ece7ad7415a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page