As the subject implies, I'm interested in getting the links on Wikipedia article provided a revision id, or possibly a date. Are there any thoughts on this?
Topic on API talk:Links
I believe you'd have to go through API:Parse. The request would look something like this: https://en.wikipedia.org/w/api.php?action=parse&oldid=123456&prop=links
I don't think there's any direct way to get the links based on date, so you'd have to search the revisions for the date you want, get the revision id, then provide that as the "oldid" value.