data/android_version
Important: An API Key is required to work with these API Calls
Returns the required version number of the Android application
Sample Request
http://api.verifiapp.com/data/android_version/{API-KEY}/
Sample Response
{"result":"success","results":"1.60"}
Successful response reference
A successful response will return the following items in a JSON array
| Preference | Description |
|---|---|
| result | success |
| results | The string containing the required version number |