Jump to content

Wikipedia:Finding a Wikidata ID

From Wikipedia, the free encyclopedia
(Redirected from Wikipedia:QID)
A Wikipedia page, with the Wikidata link highlighted

Every Wikipedia article (and many other pages, such as templates) should have an ID on our sister project, Wikidata. The ID is a series of digits prefixed "Q", and so is referred to as a QID..

This page is a simple guide to finding that QID.

Basic

[edit]

In the desktop view of Wikipedia, in the default skin, the left-hand panel has a "Wikidata item" link, under "Tools"; in the new skin, the "Tools" menu is in the upper right.

Copy the URL of that link, paste it into a text editor, and read (or copy) the QID from it.

For example for Kofoworola Abeni Pratt, that URL is https://www.wikidata.org/wiki/Q25796287, and so the QID is Q25796287.

Alternatively, click on the "Wikidata item" link to visit the item directly, and read the QID from the top of that page (or its URL).

If you're looking for the QID of something that doesn't (yet) have a Wikipedia article, then you can search for it on Wikidata.

Other tools

[edit]

API

[edit]

You can also use the API: for example, the url

https://en.wikipedia.org/w/api.php?action=query&prop=pageprops&titles=Kofoworola_Abeni_Pratt&format=json

will return "Q25796287" as the value of the "wikibase_item" key.

Please note: if the name you are looking for is an alias that redirects to another page, it won't respond with the ID in your first try. For example:

https://en.wikipedia.org/w/api.php?action=query&prop=pageprops&titles=Persia&format=json

will return an empty "nonewsectionlink" element. Then, you must add a redirection parameter with value 1 to your request to get the desired information:

https://en.wikipedia.org/w/api.php?action=query&prop=pageprops&titles=Persia&format=json&redirects=1

and also some details on the actual article that has that ID.

See also

[edit]

For more about working with Wikidata, see Wikipedia:Wikidata.

Shortcut

[edit]

A shortcut for this page is: http://enwp.org/WP:FindID