Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIStatistics

    type APIStatistics = {
        authors: number;
        files: number;
        projects: number;
        versions: number;
    }
    Index

    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.