BAPI Connection (or BAPICON) allows you to send commands to your minecraft server through a web url.
To use, make sure you set the port and
CHANGE THE PASSWORD in the config.yml file at yourserverfile/plugins/BAPICON/config.yml.
You can:
GET
http://yourserver.com:12345/stats.
Returns JSON with "onlinePlayers", "maxPlayers", "uptimeSeconds",
,"memoryMaxMB","memoryAllocatedMB","memoryUsedMB","memoryFreeMB".
POST http://yourserver.com:12345/command
The request body should look like:
{
"command": "say hi",
"pass": "secretpassword"
}