FrogMC API

This is the FrogMC Meta API.

Use this to fetch versions of FrogMC library and loader.


Current API version: v1


GET /v1/loader/versions

Fetches all versions of FrogMC loader.


GET /v1/loader/version/latest

Fetches the latest version of FrogMC loader.


GET /v1/loader/version/{version}

Fetches a specific version of FrogMC loader.


GET /v1/loader/version/{version}/download

Fetches the download URL of a specific version of FrogMC loader.


POST /v1/loader/version/upload

Uploads a version of the loader.

This endpoint requires authorization.


DELETE /v1/loader/version/delete/{version}

Deletes a version of the loader.

This endpoint requires authorization.


GET /v1/library/versions

Fetches all versions of FrogMC library.


GET /v1/library/version/latest

Fetches the latest version of FrogMC library.


GET /v1/library/version/{version}

Fetches a specific version of FrogMC library.


GET /v1/library/version/{version}/download

Fetches the download URL of a specific version of FrogMC library.