Hello can someone helpme about pixelmon plugin

if i want to create about pixelmon reforge plugin how can I get the pixelmon reforge API.
thank you.

Pixelmon doesnt expose its api in any normal way (such as maven) so the only way to work with the api is to download the mod and tell your IDE that this .jar file is a dependency

implementation fg.deobf(‘curse.maven:pixelmon-’ + pixelmonId + ‘:’ + pixelmonVersion)