Google App Engine Remote API enables programmers to access Google DataStore remotely from any python script or a Java Program.
Remote api essentially is a generic web service, which allows datastore to be accessed from outside the app engine’s environment therefore using this mechanism, users can either bulk insert data or modify existing data from their servers.
With the help of remote api, data from one datastore can be copied to data on another app engine instance as well.