URL: http://api.atsw.ca:3000
The web version displays a search page where you can search for a location and see the result. It also maintains a history of the last 5 searches.
To view all time zones, go to: http://api.atsw.ca:3000/time
To search directly for a location, use: http://api.atsw.ca:3000/time/LOCATION (replace LOCATION with the city name, e.g. Toronto).
You can force the display language by using:
http://api.atsw.ca:3000/en/time/LOCATION for English,
http://api.atsw.ca:3000/fr/time/LOCATION for French,
http://api.atsw.ca:3000/es/time/LOCATION for Spanish.
To use the API directly, call: http://api.atsw.ca:3000/time/api/location/LOCATION, which returns the result in JSON format.
Similarly, adding /en/, /fr/ or /es/ before /time will display the information in the chosen language.
URL : http://api.atsw.ca:3000
La version web affiche une page de recherche où vous pouvez chercher un lieu et voir le résultat. Elle conserve également un historique des 5 dernières recherches.
Pour afficher tous les fuseaux horaires, rendez-vous sur : http://api.atsw.ca:3000/time
Pour rechercher directement un lieu, utilisez : http://api.atsw.ca:3000/time/LIEU (remplacez LIEU par le nom de la ville, par exemple Toronto).
Vous pouvez forcer la langue en utilisant :
http://api.atsw.ca:3000/en/time/LIEU pour l'anglais,
http://api.atsw.ca:3000/fr/time/LIEU pour le français,
http://api.atsw.ca:3000/es/time/LIEU pour l'espagnol.
Pour utiliser l'API directement, appelez : http://api.atsw.ca:3000/time/api/location/LIEU, qui retourne le résultat en format JSON.
De la même manière, ajouter /en/, /fr/ ou /es/ avant /time affichera les informations dans la langue sélectionnée.
URL: http://api.atsw.ca:3000
La versión web muestra una página de búsqueda donde puedes buscar una ubicación y ver el resultado. También mantiene un historial de las 5 últimas búsquedas.
Para ver todos los husos horarios, dirígete a: http://api.atsw.ca:3000/time
Para buscar directamente una ubicación, utiliza: http://api.atsw.ca:3000/time/UBICACIÓN (reemplaza UBICACIÓN por el nombre de la ciudad, por ejemplo, Toronto).
Puedes forzar el idioma usando:
http://api.atsw.ca:3000/en/time/UBICACIÓN para inglés,
http://api.atsw.ca:3000/fr/time/UBICACIÓN para francés,
http://api.atsw.ca:3000/es/time/UBICACIÓN para español.
Para usar la API directamente, llama a: http://api.atsw.ca:3000/time/api/location/UBICACIÓN, la cual devuelve el resultado en formato JSON.
De igual forma, al agregar /en/, /fr/ o /es/ antes de /time, la información se mostrará en el idioma seleccionado.