Difference between revisions of "User:Alexey123"

From BASAbaliWiki
Line 33: Line 33:
 
{{#ask: [[Category:Balinese Words]] [[Word title char::A||B]]
 
{{#ask: [[Category:Balinese Words]] [[Word title char::A||B]]
 
|format=ul
 
|format=ul
|limit=100
+
|limit=10
|sort=Word title char
 
|order=asc
 
 
|searchlabel=
 
|searchlabel=
 
}}
 
}}

Revision as of 11:28, 19 September 2019

This page contains various examples of ASK queries supplied with similar API examples:

Fetch 10 balinese words sorted by first char[edit]

API: https://dictionary.basabali.org/w/api.php?action=ask&format=json&query=[[Category:Balinese%20Words]]|limit=10|sort=Word%20title%20char|order=asc

Fetch 10 balinese words with specific first character[edit]

API: https://dictionary.basabali.org/w/api.php?action=ask&format=json&query=[[Category:Balinese Words]] [[Word title char::A]]|limit=10|sort=Word%20title%20char|order=asc

Fetch 10 balinese words with specific first characters (A or B)[edit]

API: https://dictionary.basabali.org/w/api.php?action=ask&format=json&query=[[Category:Balinese Words]] [[Word title char::A||B]]|limit=10|sort=Word%20title%20char|order=asc