累计使用次数: 531

MAC地址厂商查询

在线批量查询MAC地址厂商信息

免费试用
企业专用
¥0
首次开通赠送 100 次
请求URL

https://api.apihh.com/v1/mac/manufacturers/query

请求方法
GET
接口备注

查询车Mac厂商信息

请求Header
名称
Content-Type application/x-www-form-urlencoded
请求参数说明
名称 必须 类型 说明 Edit
key string 接口密钥,请登录控制台-个人中心里查看
mac string MAC地址,以逗号分隔
返回参数说明
名称 类型 说明
code integer 返回状态码
msg string 返回消息
data object 返回数据
mac string MAC地址
company string 公司
street string 街道
province string 省份
country string 国家
正确返回示例
{
    "mac": "3c:22:fb:78:c6:9c",
    "company": "Apple, Inc.",
    "street": "1 Infinite Loop",
    "province": "Cupertino CA 95014",
    "country": "United States"
}