LogoLogo
  • Welcome
  • Authentication
  • Error Handling
  • Official Plugins
  • Endpoints
    • Information
    • Plugin Information
    • Sessions
    • Heartbeats
    • Setup
  • Configuration
    • Encryption Key
    • Debug Mode
    • Excluding Players
    • Bedrock Support
  • Features
    • Custom Events
    • Revenue Tracking
  • Java SDK
    • Information
    • Players
    • Events
    • Modules
  • Integrations
    • TCP Shield
Powered by GitBook
On this page
  1. Endpoints

Plugin Information

Learn more about the plugin information endpoints.

Get plugin information

GET https://analytics.tebex.io/api/v1/plugin

Returns the list of available download links with the current plugin version.

{
  "version": {
    "name": "2.0.10",
    "incremental": "2010"
  },
  "assets": {
    "bukkit": "https://analy.se/download/2.0.10/bukkit-analyse-2.0.10.jar",
    "bungeecord": "https://analy.se/download/2.0.10/bungeecord-analyse-2.0.10.jar",
    "velocity": "https://analy.se/download/2.0.10/velocity-analyse-2.0.10.jar"
  }
}
PreviousInformationNextSessions

Last updated 1 year ago