[EU] Heatline.gg - Bedwars | AimTrain | Arena | FFA | Creative için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10605438
json
{
  "response": {
    "fps": 999,
    "fps_avg": 999,
    "entities_count": 2640,
    "world_seed": 1337,
    "world_size": 6000,
    "steam_id": "90285449846799366",
    "domain": null,
    "id": 10605438,
    "ip": "213.32.25.216",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Roubaix",
    "description": "![[EU] Heatline.gg - Bedwars | AimTrain | Arena | FFA | Creative](https://idms.heatline.gg/images/heatline-minigames-server-banner-main.png)\nWelcome to Heatline.gg - Premium Rust Minigames Server\r\n\r\nGamemodes:\r\n• Bedwars\r\n• Zombies\r\n• Arena\r\n• FFA\r\n• Gun Game\r\n• Facechecks (1v1 SBMM · MMR)\r\n• Battle Royale\r\n• Deathrun (parkour)\r\n• Hex-A-Gone\r\n• Training (Realistic Movement · Bots · Copter)\r\n• Creative (Symmetry · Build Browser · Share · Invite)\r\n• NEW! Creative Boat Building\r\n\r\n★ PREMIUM MATCHES ★\r\nMatches marked with ★ are exclusive to\r\nplayers eligible for Facepunch Premium.\r\n\r\n⸻\r\nWebsite: heatline.gg\r\nDiscord: discord.gg/heatline\r\nLeaderboard: heatline.gg/leaderboard\r\nSupport: heatline.gg/shop\r\n⸻\r\n\r\nBattleMetrics token: rs00002&YQ7oZ:BVHaozJ)0rAi4002Q]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777779788,
    "score": 0,
    "last_online": 1778178618,
    "icon": null,
    "name": "[EU] Heatline.gg - Bedwars | AimTrain | Arena | FFA | Creative",
    "connect": "213.32.25.216:28015",
    "request": "213.32.25.216:28016",
    "map": "Minigames|Bedwars|Creative",
    "gamemode": "Heatline Minigames",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1763321600,
    "last_update": 1778178618,
    "banned": false,
    "wipe": 1778145504,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 972,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10605438");
$data = json_decode($json, true);
var_dump($data);