关于API:
此API提供超过500,000个英语单词的定义、同义词、反义词、发音和使用示例。
只需传递您想要查找的单词,即可获取与其相关的所有信息。获取同义词、国际音标发音、定义、反义词、该单词在句子中的用法等更多信息。
英语学习:此API非常适合那些希望创建英语学习平台的人。您可以为用户提供定义、发音等信息。
英语定义应用程序:如果您希望为用户创建一个可以快速访问任何单词的应用程序,那么此API适合您。
除了每月的API调用限制外,没有其他限制。
传达您想提取所有信息的词。获取定义 反义词 同义词 使用示例等等...
{"entries":[{"entry":"branding","interpretations":[{"lemma":"brand","normalizedLemmas":[{"lemma":"brand"}],"partOfSpeech":"verb","grammar":[{"verbForm":["participle"],"tense":["present"]},{"verbForm":["gerund"]}],"morphemes":[{"entry":"brand","type":"root"},{"entry":"-ing","type":"suffix"}]},{"lemma":"branding","normalizedLemmas":[{"lemma":"branding"}],"partOfSpeech":"noun","grammar":[{"number":["singular"],"case":["nominative"]}],"morphemes":[{"entry":"brand","type":"root"},{"entry":"-ing","type":"suffix"}]}],"lexemes":[{"lemma":"brand","partOfSpeech":"verb","senses":[{"definition":"To burn the flesh with a hot iron, either as a marker (for criminals, slaves etc.) or to cauterise a wound.","labels":["transitive"],"usageExamples":["When they caught him, he was branded and then locked up."]},{"definition":"To mark (especially cattle) with a brand as proof of ownership.","labels":["transitive"],"usageExamples":["The ranch hands had to brand every new calf by lunchtime."]},{"definition":"To make an indelible impression on the memory or senses.","labels":["transitive"],"usageExamples":["Her face is branded upon my memory."]},{"definition":"To stigmatize, label (someone).","labels":["transitive"],"usageExamples":["He was branded a fool by everyone that heard his story."]},{"definition":"To associate a product or service with a trademark or other name and related images.","labels":["transitive"],"context":{"domains":["marketing"]},"usageExamples":["They branded the new detergent \"Suds-O\", with a nature scene inside a green O on the muted-colored recycled-cardboard box."]}],"forms":[{"form":"brandest","grammar":[{"person":["second-person"],"number":["singular"],"verbForm":["finite"],"tense":["present"],"mood":["indicative"]}],"labels":["obsolete"]},{"form":"brands","grammar":[{"person":["third-person"],"number":["singular"],"verbForm":["finite"],"tense":["present"],"mood":["indicative"]}]},{"form":"brandeth","grammar":[{"person":["third-person"],"number":["singular"],"verbForm":["finite"],"tense":["present"],"mood":["indicative"]}],"labels":["obsolete"]},{"form":"branded","grammar":[{"person":["first-person","second-person","third-person"],"number":["singular","plural"],"verbForm":["finite"],"tense":["past"],"mood":["indicative"]},{"verbForm":["participle"],"tense":["past"]}]},{"form":"branding","grammar":[{"verbForm":["participle"],"tense":["present"]},{"verbForm":["gerund"]}]}]},{"lemma":"branding","partOfSpeech":"noun","senses":[{"definition":"The process in which a mark, usually a symbol or ornamental pattern, is burned into the skin of a living person or animal.","labels":["countable","uncountable"]},{"definition":"The promotion of a commercial brand of product in order to give it greater public awareness.","labels":["countable","uncountable"]}],"forms":[{"form":"brandings","grammar":[{"number":["plural"],"case":["nominative"]}]}]}],"license":{"name":"CC BY-SA 3.0","url":"https://creativecommons.org/licenses/by-sa/3.0"},"sourceUrls":["https://en.wiktionary.org/wiki/brand","https://en.wiktionary.org/wiki/branding"]}]}
curl --location --request GET 'https://zylalabs.com/api/373/english+vocabulary+api/295/analyze&word=Required' --header 'Authorization: Bearer YOUR_API_KEY'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
分析端点返回给定单词的综合数据,包括定义 同义词 反义词 用法示例和语法信息 这使用户能够深入理解单词的意义和语境
响应中的主要字段包括“条目”,其中包含该词的解释,“词 lemma”用于表示基本形式,“词性 partOfSpeech”指示语法类别,以及“用法示例 usageExamples”展示该词在上下文中的使用
响应数据采用JSON格式结构,其中“entries”是主要数组。每个条目包括详细的解释、词素和语法信息,使用户能够轻松浏览单词的各个方面
该分析端点提供超过500,000个英语单词的定义、同义词、反义词、国际音标发音、语法细节和用法示例,是语言学习者和开发人员的综合资源
用户可以通过指定想要分析的词语来定制他们的请求 API 处理这个输入并根据提供的词语返回量身定制的信息 确保相关的结果
数据来源于可靠的语言数据库和词典,确保了较高的准确性和可靠性 通过持续更新和质量检查帮助维护所提供信息的完整性
典型的使用案例包括为英语学习者开发教育工具 创建词典应用程序以及增强语言处理软件 API的丰富数据支持语言教育和技术中的各种应用
用户可以通过将返回的数据集成到应用程序中进行单词查找、语言学习或内容创作。结构化的格式允许方便地解析和展示信息,从而提升用户体验