Translation with extracted words

vocaDB API is a paid service. But it is not available since 2021.1.

This document describes how to use translate text and extraction word from source or target text.

Introduction

This document is intended for developers who want to write applications that can interact with the translation API and extraction API.

Translated text made by MS bing or Google translator.

This API consists of extraction API and Translation API.

+

Input text

The late-2000s financial crisis (often called the global recession , global financial crisis or the credit crunch ) is considered by many economists to be the worst financial crisis since the Great Depression of the 1930s
	  

Translated text

자주 글로벌 경기 침체라는 말 2000 년대 금융 위기 (글로벌 금융 위기 나 신용 경색	  

Extracted word list

{
    "type": 4,
    "contents": {
        "trans": {
            "count": 36,
            "letters": 186
        },
        "words": {
            "relative_words": [
                {
                    "voca": "crunch",
                    "ilevel": "42",
                    "part": "名,動",
                    "means": "緊縮",
                    "level": "高级",
                    "audio": "crunch",
                    "origin": "crunch"
                },
                {
                    "voca": "recession",
                    "ilevel": "42",
                    "part": "名",
                    "means": "不景氣, 后退",
                    "level": "高级",
                    "audio": "recession",
                    "origin": "recession"
                },
                {
                    "voca": "credit",
                    "ilevel": "31",
                    "part": "名,動",
                    "means": "1. 信用, 貸款  2. 信用, 歸功於",
                    "level": "高中1",
                    "audio": "credit",
                    "origin": "credit"
                },
                {
                    "voca": "economist",
                    "ilevel": "31",
                    "part": "名",
                    "means": "經濟學家, 經濟學者",
                    "level": "高中1",
                    "audio": "economist",
                    "origin": "economists"
                }
            ]
        },
        "newwords": [
            "late-s"
        ],
        "idioms": {
            "relative_idioms": [
                {
                    "idiom": "A be considered by B to be",
                    "ilevel": "32",
                    "level": "高中2",
                    "means": "",
                    "audio": "A be considered by B to be",
                    "origin": "considered by many economists to "
                },
                {
                    "idiom": "credit crunch",
                    "ilevel": "42",
                    "level": "高级",
                    "means": "",
                    "audio": "credit crunch",
                    "origin": "credit crunch"
                },
                {
                    "idiom": "Great Depression",
                    "ilevel": "32",
                    "level": "高中2",
                    "means": "",
                    "audio": "Great Depression",
                    "origin": "Great Depression"
                }
            ]
        }
    }
}
	  
Apply it Apply for APIs right now