GET https://api.marketstack.com/v1/timezones
Using the timezones
API endpoint you will be able to look up information about all supported timezones. You will be able to find and try out an example API request below.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"pagination": {
"limit": 100,
"offset": 0,
"count": 57,
"total": 57
},
"data": [
{
"timezone": "America/New_York",
"abbr": "EST",
"abbr_dst": "EDT"
},
{
"timezone": "America/Argentina/Buenos_Aires",
"abbr": "-03",
"abbr_dst": "-03"
},
{
"timezone": "Europe/Vienna",
"abbr": "CET",
"abbr_dst": "CEST"
},
{
"timezone": "Asia/Bahrain",
"abbr": "+03",
"abbr_dst": "+03"
},
{
"timezone": "Europe/Brussels",
"abbr": "CET",
"abbr_dst": "CEST"
},
{
"timezone": "America/Sao_Paulo",
"abbr": "-03",
"abbr_dst": "-03"
},
{
"timezone": "America/Toronto",
"abbr": "EST",
"abbr_dst": "EDT"
},
{
"timezone": "America/Vancouver",
"abbr": "PST",
"abbr_dst": "PDT"
},
{
"timezone": "America/Santiago",
"abbr": "-03",
"abbr_dst": "-04"
},
{
"timezone": "Asia/Shanghai",
"abbr": "CST",
"abbr_dst": "CST"
},
{
"timezone": "Europe/Copenhagen",
"abbr": "CET",
"abbr_dst": "CEST"
},
{
"timezone": "Africa/Cairo",
"abbr": "EET",
"abbr_dst": "EET"
},
{
"timezone": "Europe/Tallinn",
"abbr": "EET",
"abbr_dst": "EEST"
},
{
"timezone": "Europe/Helsinki",
"abbr": "EET",
"abbr_dst": "EEST"
},
{
"timezone": "Europe/Paris",
"abbr": "CET",
"abbr_dst": "CEST"
},
{
"timezone": "Europe/Berlin",
"abbr": "CET",
"abbr_dst": "CEST"
},
{
"timezone": "Europe/Athens",
"abbr": "EET",
"abbr_dst": "EEST"
},
{
"timezone": "Asia/Hong_Kong",
"abbr": "HKT",
"abbr_dst": "HKT"
},
{
"timezone": "Europe/Budapest",
"abbr": "CET",
"abbr_dst": "CEST"
},
{
"timezone": "Atlantic/Reykjavik",
"abbr": "GMT",
"abbr_dst": "GMT"
},
{
"timezone": "Asia/Kolkata",
"abbr": "IST",
"abbr_dst": "IST"
},
{
"timezone": "Asia/Jakarta",
"abbr": "WIB",
"abbr_dst": "WIB"
},
{
"timezone": "Europe/Dublin",
"abbr": "GMT",
"abbr_dst": "IST"
},
{
"timezone": "Asia/Jerusalem",
"abbr": "IST",
"abbr_dst": "IDT"
},
{
"timezone": "Europe/Rome",
"abbr": "CET",
"abbr_dst": "CEST"
},
{
"timezone": "Asia/Tokyo",
"abbr": "JST",
"abbr_dst": "JST"
},
{
"timezone": "Europe/Riga",
"abbr": "EET",
"abbr_dst": "EEST"
},
{
"timezone": "Europe/Vilnius",
"abbr": "EET",
"abbr_dst": "EEST"
},
{
"timezone": " Curl curl -X GET 'https://api.marketstack.com/v1/timezones' ENDPOINTS |