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

    Type Alias APIProjectListParameters

    type APIProjectListParameters = {
        featured?: boolean;
        game_versions?: string;
        loaders?: string;
    }
    Index

    Properties

    featured?: boolean

    Allows to filter for featured or non-featured versions only.

    game_versions?: string

    The game versions to filter for.

    loaders?: string

    The types of loaders to filter for.