English-English dictionary API
english word to english meaning definition
//-----------------
// 무료
* (unofficial) Google Dictionary API
meetDeveloper / googleDictionaryAPI
https://github.com/meetDeveloper/googleDictionaryAPI - 302
- 2018/12
- 발음
- 오디오 포함
- 구글과 내용 동일
- 동의어가 많음
- 주의! 요청수 제한
https://api.dictionaryapi.dev/api/v1/entries/en/happy
* OwlBot
- 이미지도 제공
curl --header "Authorization: Token 토큰" https://owlbot.info/api/v4/dictionary/boy -s | json_pp
//-----------------
* datamuse <===
- 정의(영-영)가 그리 좋지 않음
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) - 보안 심각
- 크롬 확장
* 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
- 하루 2500 무료, 이후 1개당 4.7원
* Oxford Dictionary
https://developer.oxforddictionaries.com/
- 1달 1000번
- 유료 1번 조회에 3.1원
* Merriam-Webster
- 하루 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
- 하루 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/
'Code' 카테고리의 다른 글
[정규식] 단어 AND, OR 연산 (0) | 2020.09.21 |
---|---|
자연어 처리(Natural Language Processing) 이론 용어 (0) | 2020.09.07 |
VC Code 터미널 기본 코드 페이지 바꾸기 (0) | 2020.08.09 |
[Electron] 소스 파일이 변경되면 자동 재시작 하도록 설정 하기 (0) | 2020.08.08 |
Android Studio Color Scheme 테마 폰트 변경(화면 크기) (0) | 2020.08.04 |