词典 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/5535/dictionary/7176/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调用中指定要查找的单词来定制请求,从而允许有针对性的查询以检索该单词的特定信息
数据来源于剑桥词典,确保英文单词的高质量和可靠的定义、例子及发音
典型的使用案例包括开发语言学习应用程序增强写作工具以及创建需要准确单词定义和用法示例的教育内容
用户可以利用结构化响应来显示单词含义,提供音频发音,并提供上下文示例,从而增强应用程序中的用户参与和学习体验
服务级别:
100%
响应时间:
1,711ms
服务级别:
100%
响应时间:
729ms
服务级别:
100%
响应时间:
4,048ms
服务级别:
100%
响应时间:
1,374ms
服务级别:
100%
响应时间:
61ms
服务级别:
100%
响应时间:
111ms
服务级别:
100%
响应时间:
1,122ms
服务级别:
100%
响应时间:
546ms
服务级别:
100%
响应时间:
2,560ms
服务级别:
100%
响应时间:
4,649ms