Edge Rewrite
Jump to content

Wikipedia:Finding a Wikidata ID

From Wikipedia, the free encyclopedia

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 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, find the "Tools" menu in the upper right. Expand that menu, find "Wikidata item" link, under "In other projects".

Click on the "Wikidata item" link to visit the item directly, and read the QID in parentheses beside the title at the top of that page. The QID is also present as the last part of the URL.

Using the Vector Legacy (2010) skin, "Wikidata item " is on the left-hand panel under "In other projects".

For example: The QID for Kofoworola Abeni Pratt is d:Q25796287, and so the QID is Q25796287.

[edit]

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