在线剑桥词典API
该API提供全面的单词定义、同义词、反义词、例句等内容。非常适合教育工具、写作辅助和语言学习平台。
功能
单词定义:获取英语单词的详细含义。
同义词和反义词:通过相关和相对的术语扩展您的词汇量。
例句:获取基于上下文的单词使用例句。
轻量快速:经过优化以快速响应并便于集成。
单词意思 - 端点功能
| 对象 | 描述 |
|---|---|
words |
[必需] word to get the meaning |
{
"searchWord": "iron",
"result": {
"UK Dictionary": {
"partOfSpeech": "noun",
"pronounce": {
"UK": {
"audioList": [
"https://dictionary.cambridge.org/media/english/uk_pron/u/uki/ukiri/ukiridi009.mp3",
"https://dictionary.cambridge.org/media/english/uk_pron_ogg/u/uki/ukiri/ukiridi009.ogg"
],
"pron": "/aɪən/"
},
"US": {
"audioList": [
"https://dictionary.cambridge.org/media/english/us_pron/i/iro/iron_/iron.mp3",
"https://dictionary.cambridge.org/media/english/us_pron_ogg/i/iro/iron_/iron.ogg"
],
"pron": "/aɪrn/"
}
},
"details": [
{
"defintion": "a chemical element that is a common greyish-coloured metal. It is strong, used in making steel, and exists in very small amounts in blood:",
"example": [
"Iron rusts easily.",
"Liver is a particularly rich source of dietary iron.",
"iron ore",
"an iron deficiency"
]
},
{
"defintion": "a piece of equipment for making clothes flat and smooth that has a handle and a flat base and is usually heated with electricity:",
"example": [
"a steam iron",
"a travel iron"
]
},
{
"defintion": "a stick that has an iron or steel part at the end that is used to hit the ball in golf:",
"example": [
"He'll probably use a 2 or 3 iron for the shot."
]
},
{
"defintion": "chains tied around someone to prevent them from escaping or moving:",
"example": [
"It was common practice for the prisoners to be clapped in irons (= tied with chains)."
]
},
{
"defintion": "to make clothes flat and smooth using an iron:",
"example": [
"It takes about five minutes to iron a shirt properly.",
"Synonym\npress"
]
},
{
"defintion": "very strong physically, mentally, or emotionally:",
"example": [
"I think you have to have an iron will to make some of these decisions."
]
}
]
},
"AMERICAN DICTIONARY": {
"partOfSpeech": "noun",
"pronounce": {
"US": {
"audioList": [
"https://dictionary.cambridge.org/media/english/us_pron/i/iro/iron_/iron.mp3",
"https://dictionary.cambridge.org/media/english/us_pron_ogg/i/iro/iron_/iron.ogg"
],
"pron": "/ˈɑɪ·ərn/"
}
},
"details": [
{
"defintion": "a common, silver-colored, metal element that is magnetic and strong, is used in making steel, and is found in small amounts in blood and in all living things:",
"example": [
"Iron rusts easily.",
"Liver is a rich source of dietary iron."
]
},
{
"defintion": "a device with a handle and a flat metal base that can be heated and pressed against cloth to make the cloth smooth"
},
{
"defintion": "to make cloth smooth using an iron:",
"example": [
"I have to iron this skirt.",
"[ M ] Let me iron out the wrinkles in this tablecloth."
]
},
{
"defintion": "made of or containing iron:",
"example": [
"iron ore",
"an iron railing along the steps",
"fig. Her success depended on physical strength and an iron will (= strong determination)."
]
}
]
},
"BUSINESS ENGLISH": {
"partOfSpeech": "noun",
"pronounce": {
"UK": {
"audioList": [
"https://dictionary.cambridge.org/media/english/uk_pron/u/uki/ukiri/ukiridi009.mp3",
"https://dictionary.cambridge.org/media/english/uk_pron_ogg/u/uki/ukiri/ukiridi009.ogg"
],
"pron": "/aɪən/"
},
"US": {
"audioList": [
"https://dictionary.cambridge.org/media/english/us_pron/i/iro/iron_/iron.mp3",
"https://dictionary.cambridge.org/media/english/us_pron_ogg/i/iro/iron_/iron.ogg"
]
}
},
"details": [
{
"defintion": "a common metal element used in making steel:",
"example": [
"Heavy industries, like iron and steel, can take advantage of the government's increased public-works spending."
]
}
]
}
}
}
curl --location --request GET 'https://zylalabs.com/api/12416/online+cambridge+dictionary+api/23486/word+meaning?words=table' --header 'Authorization: Bearer YOUR_API_KEY'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
剑桥在线词典的API提供多个语言词汇的定义同义词反义词示例和发音
该API非常适合开发语言学习应用程序、教育工具或内容创作平台
是的,API 提供音标和可用时的音频发音链接
是的 这个api提供了该词在上下文中的使用示例
该API提供免费和付费计划。每个计划有不同的请求限制和功能。有关详细信息,请参阅定价页面
如果超过请求限制,API将返回错误。您可以升级到更高的计划或等待您的限制恢复
此端点返回结构化数据,包括单词的定义、词性、发音(带音频链接)、同义词、反义词和例句,提供对该单词的全面理解
关键字段包括“searchWord”“partOfSpeech”“pronounce”(包含英国和美国的音频链接)“details”(包含定义)以及例句,这些都帮助用户理解单词的用法和含义
响应的结构采用 JSON 格式,主要单词作为键,包含发音、定义和示例的嵌套对象,便于解析和集成到应用程序中
该端点提供定义 同义词 反义词 示例句子和发音细节 使其成为语言学习者和教育工作者的多功能资源
用户可以通过在 API 调用中指定他们想要搜索的词来定制查询,从而允许对该词进行特定的查询以检索相关信息
数据来自剑桥在线剑桥词典API,确保英语单词的高质量和可靠的定义、示例和发音
典型的使用案例包括开发语言学习应用程序 提升写作工具 和创建需要准确单词定义和用法示例的教育内容
用户可以利用结构化响应来显示单词含义、提供音频发音和提供上下文例子,从而增强用户在其应用中的参与感和学习体验
服务级别:
100%
响应时间:
4,497ms
服务级别:
100%
响应时间:
1,461ms
服务级别:
100%
响应时间:
56ms
服务级别:
100%
响应时间:
56ms
服务级别:
100%
响应时间:
8,511ms
服务级别:
100%
响应时间:
157ms
服务级别:
100%
响应时间:
948ms
服务级别:
100%
响应时间:
375ms
服务级别:
100%
响应时间:
1,765ms
服务级别:
100%
响应时间:
5,101ms