Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Modfile object

Ahmed Castro edited this page Sep 8, 2018 · 5 revisions

API schema: Modfile Object

Name Type Description
id Int Unique modfile identifier
mod_id Int Unique mod identifier
virus_status Int The status of the virus scan for the file
virus_positive Int Has the file been positively flagged as a virus?
date_added Int Unix timestamp of file upload time
date_scanned Int Unix timestamp of file virus scan
filesize Int Size of the file in bytes
filename String Name of the file including file extension
version String The release version this file represents
virustotal_hash String VirusTotal proprietary hash
changelog String List of all changes in this file release
metadata_blob String Metadata stored by the game developer for this file.
filehash Filehash object Filehash object object
download modio::Download Download object object
Clone this wiki locally