The Traverse Representational State Transfer (REST) provides another way to access all the functionality available in the BVE FlexAPI. All the commands and responses that are present in the FlexAPI are available using the REST protocol as well.
What is REST ?
REST (REpresentational State Transfer) is an approach for building services that make specific resources available at a URL. A REST service has well defined operations for manipulating the resource. Typically, these operations include reading, writing, editing, and removing.