Database and apps

Document • By Codrut Software • Last modified 30 November 2025

Applications API

  • getapp - Returns a JSON formatted list for the application in the app parameter.
  • getappdownloads - Returns a JSON formatted of all the download links avalabile for a app in the downloads parameter.
  • getapps - Returns a JSON formatted array containing all application names stored on the server.


News API

  • getnews - Returns a JSON formatted list of all the news in the news parameter.


Download statistics API

  • add-download-count - Returns the download count for the app parameter.
  • get-download-count - Returns and increases the download count for the app parameter.


Update Query API

  • getversion - Returns the version and the download link for the requested app in the app parameter and the client-version parameter. The client-version parameter takes a version literar such as "1.0.0".
    This method will provide a valid new version and download link for your specific client.