Skip to content
maggi373 edited this page Aug 15, 2024 · 3 revisions

API ENDPOINTS

/api

https://solder.technicpack.net/api/

The /api endpoint is simply used to find out the current version of Solder that is installed.

Note: If you plan to develop a custom implementation of Solders API, please make sure to return a different name in the /api response. In the future the Platform may rely on this information being accurate.

/api/mod/modname

https://solder.technicpack.net/api/mod/{modname}

Gives details about the mod and list of modversions

/api/mod/modname/modversion

https://solder.technicpack.net/api/mod/{modname}/{modversion}

Gives the details about the file, solderpy will in the future also give a jar file

/api/modpack/slug

https://solder.technicpack.net/api/modpack/{slug}

Gives details about the modpack and available builds

/api/modpack/slug/build

https://solder.technicpack.net/api/modpack/{slug}/{build}

Gives the details about the build and the list of mods

Clone this wiki locally