배경
영어 단어 유효성 검증을 위한 외부 사전 API 연동
수용 기준(AC)
API 엔드포인트
```
GET https://api.dictionaryapi.dev/api/v2/entries/en/{word}
```
응답 예시
```json
[{
"word": "apple",
"meanings": [{
"partOfSpeech": "noun",
"definitions": [{"definition": "A fruit..."}]
}]
}]
```
연결된 Epic
#523
배경
영어 단어 유효성 검증을 위한 외부 사전 API 연동
수용 기준(AC)
API 엔드포인트
```
GET https://api.dictionaryapi.dev/api/v2/entries/en/{word}
```
응답 예시
```json
[{
"word": "apple",
"meanings": [{
"partOfSpeech": "noun",
"definitions": [{"definition": "A fruit..."}]
}]
}]
```
연결된 Epic
#523