Interface ModrinthStatistics

Represents the statistics of Modrinth

interface ModrinthStatistics {
    authors: number;
    files: number;
    projects: number;
    versions: number;
}

Properties

authors: number

Number of authors (users with projects) on Modrinth

files: number

Number of version files on Modrinth

projects: number

Number of projects on Modrinth

versions: number

Number of versions on Modrinth