মিডিয়াউইকি এপিআই সাহায্য

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationsuggestions

(main | query | contenttranslationsuggestions)
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

বিষয়বস্তু অনুবাদের জন্য পরামর্শ তালিকা পান।

Specific parameters:
Other general parameters are available.
from

উৎস ভাষার কোড।

to

লক্ষ্য ভাষার কোড।

listid

শুধুমাত্র একটি নির্দিষ্ট তালিকা থেকে ফিরতি পরামর্শ

limit

আনার জন্য সর্বাধিক সংখ্যক অনুবাদের পরামর্শ৷

Type: integer or max
The value must be between ১ and ৫০০.
Default: 10
offset

Offset for paginated results.

seed

By default suggestions are returned in random order. If you wish to return each suggestion only once when using limit and offset, you must specify a seed for all the requests.

Type: integer
Example:
Fetch pages suggested for translation from English (en) to Spanish (es).
api.php?action=query&list=contenttranslationsuggestions&from=en&to=es [open in sandbox]