Skip to content

Cursemeta API broken #67

@Ionaru

Description

@Ionaru

It looks like, for newer mod versions, the Cursemeta API used by this program does not work anymore.
For example mod Sophisticated Backpacks (422301) version 1.18.2-3.16.1.579 (3793584): https://cursemeta.dries007.net/422301/3793584.json

Moving to the official Curse API (CF Core) might be the only option.
That API needs an API key however, this may need to be added as a config option in server-setup-config.yaml.
The API response is also different from Cursemeta, but the required information is all there.

CurseMeta

curl https://cursemeta.dries007.net/378646/3683708.json -H 'Accept: application/json'

Curse API

curl https://api.curseforge.com/v1/mods/378646/files/3683708 -H 'Accept: application/json' -H 'x-api-key: MY_API_KEY'

API keys can be created here: https://console.curseforge.com/?#/api-keys

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions