Access to Meteor.users from non-Meteor applications/frameworks

Is there method to get access to Meteor.users collection from off-site application?
It our case the main project is on Meteor, the additional project is on ROR where there will be work with the same mondodb collections.

To avoid the second additional registration in ROR project I would be prefer to use registration data from Meteor.users collection. Is it really?