Skip to content

Instantly share code, notes, and snippets.

@LXGaming
Created April 3, 2020 10:12
Show Gist options
  • Save LXGaming/a45d20213b23ce7a83ec9cf21b3dbbc3 to your computer and use it in GitHub Desktop.
Save LXGaming/a45d20213b23ce7a83ec9cf21b3dbbc3 to your computer and use it in GitHub Desktop.
FTBApp
Search: https://api.modpacks.ch/public/modpack/search/8?term=${searchTerm}
Get: https://api.modpacks.ch/public/modpack/${packID}
Popular Installs: https://api.modpacks.ch/public/modpack/popular/installs/12
Popular Plays: https://api.modpacks.ch/public/modpack/popular/plays/12
Featured Packs: https://api.modpacks.ch/public/modpack/featured/5
Changelog: https://api.modpacks.ch/public/modpack/${packID}/${versionID}/changelog
Get Pack Manifest: https://api.modpacks.ch/public/modpack/${packID}
Get Pack Version Manifest: https://api.modpacks.ch/public/modpack/${packID}/${Version}
Server Download:
- Windows: https://api.modpacks.ch/public/modpack/${packID}/${versionID}/server/windows
- Linux: https://api.modpacks.ch/public/modpack/${packID}/${versionID}/server/linux
@LXGaming
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment