-
Notifications
You must be signed in to change notification settings - Fork 7
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.
"version" : 1
"query": "honger",
"from" : "nld",
"to" : "eng",
"page" : [0,15],
"options" : 0x1 | 0x2 | 0x4
"v" : 1
"q": "honger",
"f" : "nld",
"t" : "eng",
"p" : [0,15],
"o" : 0x1 | 0x2 | 0x4
"version" : 1,
"total" : 214,
"sentences" : [
{
"id" : 123,
"text" : "Ik heb honger.",
"lang" : "nld",
"tags" : [45, 24, 234, 2434],
"audio" : 0,
"user_id" : 789,
"username" : "snape",
"comments" : [342, 352, 2213],
"direct": [234, 345, 43],
"indirect" : [678, 343, 5]
},
{
"id" : 234,
"text" : "I am hungry.",
"lang" : "eng",
"tags" : [45, 24, 234, 2434],
"audio" : 1,
"user_id" : 123,
"username" : "george"
},
...
{
"id" : 678,
"text" : "I want to eat.",
"lang": "eng",
"tags" : [45, 24, 234, 2434],
"audio" : 1,
"user_id" : 345,
"username" : "ballface69"
},
...
,
{
// next sentence
}
]
"v" : 1,
"t" : 214,
"s" : [
{
"i" : 123,
"t" : "Ik heb honger.",
"l" : "nld",
"tg" : [45, 24, 234, 2434],
"a" : 0,
"ui" : 789,
"un" : "snape",
"c" : [342, 352, 2213],
"d": [234, 345, 43],
"i" : [678, 343, 5]
},
{
"i" : 234,
"t" : "I am hungry.",
"l" : "eng",
"tg" : [45, 24, 234, 2434],
"a" : 1,
"ui" : 123,
"un" : "george"
},
...
{
"i" : 678,
"y" : "I want to eat.",
"l": "eng",
"tg" : [45, 24, 234, 2434],
"a" : 1,
"ui" : 345,
"un" : "ballface69"
},
...
,
{
// next sentence
}
]