Fetch the latest stable version of anything

This is a free JSON REST API service to figure out what the latest stable version of something is.

The result will always be in this format:


{
  "name": "somepackage",
  "version": "3.2.1",
  "platform_version_string": "3.2.1",
  "major": "32",
  "minor": "2",
  "patch": "1"
}