https://bugzilla.wikimedia.org/show_bug.cgi?id=56540

Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Brion Vibber <[email protected]> ---
You simply need to ask for revisions as well as the page info, since you want
information about the latest revision:

https://pt.wikipedia.org/w/api.php?action=query&prop=info|revisions&titles=User_talk:!Silent&format=jsonfm

The page entry will then contain an additional 'revision' key with the revision
info, including the timestamp:

                "revisions": [
                    {
                        "revid": 37128640,
                        "parentid": 36978827,
                        "user": "Stuckkey",
                        "timestamp": "2013-10-16T20:29:59Z",
                        "comment": "nova mensagem de WikiApre\u00e7o: /* Uma
medalha! */"
                    }
                ]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to