Skip to content

Minified API Specification

taylorbr edited this page Aug 30, 2013 · 8 revisions

This is the page for the minified version of the API. It's kept separate from the main page.

1) search()

Request

    "version" : 1
    "query": "honger",
    "from" : "nld",
    "to" : "eng",
    "page" : [0,15],
    "options" : 0x1 | 0x2 | 0x4

Request minified

    "v" : 1
    "q": "honger",
    "f" : "nld",
    "t" : "eng",
    "p" : [0,15],
    "o" : 0x1 | 0x2 | 0x4

Response


Response minified


Clone this wiki locally