On Tue, Mar 20, 2018 at 6:36 PM, Dennis Diefenbach < dennis.diefenbach@univ-st-etienne.fr> wrote:
Hi!
Here an example …. Imagine I search for the identifiers of entities called “Barack Obama”. In Wikidata I would do:
api.php?action=wbgetentities&sites=enwiki&titles=Barack_ Obama&format=jsonfm
So for wikidata I would put “enwiki”. But what do I put as a parameter for my private wiki? Where is this defined?
Ok thanks. It seems like what you want to do is get the list of items that have the label "Barack Obama". For this you need to use wbsearchentities. wbgetentities gives you the data from the item connected to a given article (in your case the English Wikipedia Article about Barack Obama). Hope that helps.
Cheers Lydia