信用卡报失热线

应用程式介面详细规格

API URL:

https://api.hkma.gov.hk/public/bank-svf-info/hotlines-report-loss-credit-card?lang=en

请求参数(必要)

参数名称 描述
segment 用于输入选择要输出的语言。
格式: lang=(en|tc)
例子: lang=en
输出字段(JSON) Swagger格式
名称 类型 描述
retailbank_name文字零售银行
hotline_1文字热线电话 (1)
remark_1文字热线电话 (1) 的备注
hotline_2文字热线电话 (2)
remark_2文字热线电话 (2) 的备注
hotline_3文字热线电话 (3)
remark_3文字热线电话 (3) 的备注

备注:

1. 来源: 香港银行公会网页 (https://www.hkab.org.hk/DisplayArticleAction.do?sid=5⟨=b5&ss=21)
2. 最后更新于2021年2月11日

应用程式介面例子

Javascript例子

$.ajax({
url: 'https://api.hkma.gov.hk/public/bank-svf-info/hotlines-report-loss-credit-card?lang=en&offset=0',
dataType:'json',
success:function(data){
alert('results found:'+ data.result.datasize)
}
});

Python例子

import urllib.request
url = 'https://api.hkma.gov.hk/public/bank-svf-info/hotlines-report-loss-credit-card?lang=en&offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

如何使用应用程式介面

有关详情,请浏覧「应用程式介面规格」。