wiki-scripts icon indicating copy to clipboard operation
wiki-scripts copied to clipboard

[wikia_census] Date of creation of a wiki could be gathered using the MediaWiki API

Open Akronix opened this issue 7 years ago • 1 comments
trafficstars

Instead of scrapping the Main_Page page, we could use this MediaWiki endpoint: /api.php?action=query&prop=info&titles=Main%20Page&inprop=created For instance: https://gardening.wikia.com/api.php?action=query&prop=info&titles=Main%20Page&inprop=created Which retrieves the date of creation for the page called "Main Page". This also would help for retrieving the date of creation of wikis using no-Gregorian calendars.

Akronix avatar Nov 05 '18 09:11 Akronix

Actually, we can even use de Wikia API to get the date of creation: http://www.wikia.com/api/v1/#!/Wikis/getByStringExpanded_get_1

Akronix avatar Nov 06 '18 10:11 Akronix