영영사전 API

Code 2020. 9. 2. 11:55

English-English dictionary API

english word to english meaning definition 

 

//-----------------

// 무료

 

* (unofficial) Google Dictionary API

https://dictionaryapi.dev/

meetDeveloper / googleDictionaryAPI

https://github.com/meetDeveloper/googleDictionaryAPI - 302

    - 2018/12

    - 발음

    - 오디오 포함

    - 구글과 내용 동일

    - 동의어가 많음

    - 주의! 요청수 제한

 

https://api.dictionaryapi.dev/api/v1/entries/en/happy




* OwlBot    

https://owlbot.info/

    - 이미지도 제공

    

curl --header "Authorization: Token 토큰" https://owlbot.info/api/v4/dictionary/boy -s | json_pp




//-----------------

* datamuse  <===

http://www.datamuse.com/api/

    - 정의(영-영)가 그리 좋지 않음

https://api.datamuse.com/words?ml=ringing+in+the+ears

 

영영사전

https://api.datamuse.com/words?sp=flower&md=d&max=1

 

동의어

https://api.datamuse.com/words?rel_syn=happy

 

반의어

https://api.datamuse.com/words?rel_ant=happy




//--------------------------

// pass

 

//-----------------------------------

* Google Dictionary (by Google) - 보안 심각

    - 크롬 확장

https://chrome.google.com/webstore/detail/google-dictionary-by-goog/mgijmajocgfcbeboacabfgobmjgjcoja/related




* Urban Dictionary API

http://api.urbandictionary.com/v0/define?term=flump

    - 내용이 애매, 슬랭




* Yandex Dictionary API - 동의어만 가능

https://tech.yandex.com/dictionary/

Get dictionary entries, part of speech, translations, and usage examples    17 pairs    Free    Easy

 

https://tech.yandex.com/keys/?service=dict




https://tech.yandex.com/dictionary/doc/dg/reference/lookup-docpage/

 

    - 가능한 언어

https://dictionary.yandex.net/api/v1/dicservice/getLangs?key=키

 

    - 조회

https://dictionary.yandex.net/api/v1/dicservice.json/lookup?key=키&lang=en-en&text=boy

    - 동의어만 나옴






//----------------------------------------

// 유료

* Lingua Robot

https://www.linguarobot.io/

    - 하루 2500 무료, 이후 1개당 4.7원



* Oxford    Dictionary

https://developer.oxforddictionaries.com/

    -  1달 1000번

    - 유료 1번 조회에 3.1원

 

 

* Merriam-Webster

https://dictionaryapi.com/

    - 하루 1000

 

 

* Wordnik   Dictionary Data apiKey  No  Unknown

https://developer.wordnik.com/

    - 시간당 100

    - $10 : 시간당 1000

 

    - 일주일 후에 api 키 보내줌

 

* GrammarBot API

https://www.grammarbot.io/quickstart

    - 하루 100

 

 

 

* Words API

https://www.wordsapi.com/

    - 하루 2,500

    - $10 : 하루 25,000




* https://dictionaryapi.dev/ -> 처음부터 초과로 나옴



* TwinWord Word Dictionary API

https://www.twinword.com/api/word-dictionary.php

    - 1달 10,000

    - $19 : 125,000



* TagDef API

http://blog.tagdef.com/tagdef-api/  접속 불가




* Linguatools Translate API 

https://linguatools.org/language-apis/

    - 달 : 1,000

    - $5 - 달 : 10,000



//-----------------------

* SYSTRAN.io API    

https://platform.systran.net/reference/translation

 

 

//-------------------------------------------------------------

// API 리스트

https://rapidapi.com/collection/grammar-spellcheck-api

 

 

https://blog.api.rakuten.net/top-10-best-dictionary-apis-oxford-urban-wordnik/




반응형
Posted by codens