Skip to content

Instantly share code, notes, and snippets.

@hubgit
hubgit / wikipedia-infobox.js
Created May 26, 2015 00:28
Fetch the HTML of a Wikipedia page's infobox
$.ajax({
dataType: 'jsonp', // no CORS
url: 'https://en.wikipedia.org/w/api.php',
data: {
action: 'query',
prop: 'revisions',
rvprop: 'content',
format: 'json',
rvsection: '0', // infobox
rvparse: '', // convert to HTML