Usage of /revisions/{ids} GET
Discussion
Returns edit revisions identified by ids in {ids}.
        {ids} can contain up to 20 semicolon delimited ids. To find ids programmatically look for revision_guid on revision objects.
        Note that unlike most other id types in the API, revision_guid is a string.
    
This method returns a list of revisions.
Try It