[20:05:57] [telegram] Is there a way to get from the API when an article was created? [20:07:24] [telegram] I can see it in the page info: https://en.wikipedia.org/w/index.php?title=Goat&action=info [20:41:51] I guess you get the revisions, rvdir=newer [20:42:24] https://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Goat&rvprop=timestamp&rvdir=newer&rvlimit=1 [21:14:48] [telegram] Thanks! [21:21:51] [telegram] It did exactly what I asked for. Now, if I want to use a generator, is there a way to do that in the API or do I need to code something since rvdir=newer parameter may only be used on a single page? [21:24:58] rvdir=newer can only be done on single page, unfortunately