Developer API

Build your own tools and integrations using our live tier list data.

1

What is an API?

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.

2

What can you do?

With the ElementrixMC API, you can fetch real-time data about:

  • Player rankings and tiers for every element.
  • Current staff list and their roles.
  • Live stats like unique player counts.
  • Full leaderboard data with total points.
3

The API Key

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).

If you require a higher rate limit for a large project, please contact an Owner on Discord.
4

How to Connect

Simply send a GET request to our public endpoints. Here are the available routes:

Fetch All Tiers
GET /api/v1/tiers
Fetch Unique Stats
GET /api/v1/stats
Fetch Leaderboard
GET /api/v1/leaderboard
Fetch Staff List
GET /api/v1/staff
5

Implementation Example

Ready-to-use snippets for your project.

Copied!