-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
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
FederAndInk
Metadata
Metadata
Assignees
Labels
No labels