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

    Type Alias APIForgeUpdatesJSON

    type APIForgeUpdatesJSON = {
        homepage: string;
        promos: APIForgeUpdatesJSONPromos;
    }
    Index

    Properties

    Properties

    homepage: string

    A link to the mod page.

    A list of the recommended and latest versions for each Minecraft release.

    Values are keyed using the following formats:

    • {version}-recommended: The mod version that is recommended for {version}. Excludes versions with the alpha and beta version types.
    • {version}-latest: The latest mod version for {version}. Shows versions with the alpha and beta version types.