Build your own tools and integrations using our live tier list data.
An API (Application Programming Interface) allows your applications to talk directly to our servers. Instead of reading the website manually, your code can request raw data in JSON format, which is much faster and more reliable for building custom bots, websites, or overlays.
With the ElementrixMC API, you can fetch real-time data about:
To keep our services stable, we use a public access system. For general read-only requests, no private key is required. However, all requests are rate-limited by your IP address (60 requests per minute).
Simply send a GET request to our public endpoints. Here are the available routes:
GET /api/v1/tiers
GET /api/v1/stats
GET /api/v1/leaderboard
GET /api/v1/staff
Ready-to-use snippets for your project.