Is there any API to get wikipedia revision id by date, instead of checking all the revision history and extract out the most recent revision before that date?
Thank you!
|
Is there any API to get wikipedia revision id by date, instead of checking all the revision history and extract out the most recent revision before that date? Thank you! |
||||
|
|
|
The revision query api allows you to pass timestamps to get only revisions from a specified interval. Use
Check out the Manual:WfTimestamp for accepted formats - |
|||
|
|