wikipedia - How build the URL to request the Name of Person in Wikiquote and Chose a Quote (maybe at random) ? -
i'm writing npm module wikiquote quote choosing famous person, i'm looking https://en.wikiquote.org/w/api.php?action=help&modules=query build url right request ! can't right solution !
someone can explanation of properties use in request ?
unfortunately, wikiquote api not have structured data quotes , people.
all of data stored in pages, grouped author, places, or more. can fetch html version (for example) or wikitext version (for example) of wikiquote page, , try parse it. looks pages regularly use bulleted list quotes, may provide parsable regularity.
Comments
Post a Comment