MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

(main | query | langlinks)

Returns all interlanguage links from the given pages.

Specific parameters:
Other general parameters are available.
llprop

Which additional properties to get for each interlanguage link:

url
Adds the full URL.
langname
Adds the localised language name (best effort). Use llinlanguagecode to control the language.
autonym
Adds the native language name.
Values (separate with | or alternative): autonym, langname, url
lllang

Only return language links with this language code.

lltitle

Link to search for. Must be used with lllang.

lldir

The direction in which to list.

One of the following values: ascending, descending
Default: ascending
llinlanguagecode

Language code for localised language names.

Default: en
lllimit

How many langlinks to return.

Type: integer or max
The value must be between 1 and 500.
Default: 10
llcontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

llurl
Deprecated.

Whether to get the full URL (cannot be used with llprop).

Type: boolean (details)
Example:

Get interlanguage links from the page [[

Hero-img-3.jpg

Img-ch-5.jpg
      Section 4

Soil Health

Img-ch-6.jpg
      Section 5

Water and Drought Resiliency

Img-ch-7.jpg
Section 6

Weed Control

Img-ch-8.jpg
      Section 7

Crop Pest and Disease Control

Img-ch-9.jpg
      Section 8

Post Harvest Technologies and Value Addition

Img-ch-10.jpg
Section 9

Improving Human Nutrition

Img-ch-11.jpg
      Section 10

Livestock, Poultry and Fish Health and Productivity

Img-ch-12.jpg
      Section 11

Crop Breeding by Farmers

Img-ch-13.jpg
Section 12

Rural Disaster Relief

Img-ch.jpg
     Section 13

Scientific Method


]].

api.php?action=query&prop=langlinks&titles=Main%20Page&redirects= [open in sandbox]