API for [TR] Tem PvP 2.0 | FIGHT | FFA
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 2996,
"world_seed": 1337,
"world_size": 1000,
"steam_id": "90286581353994256",
"domain": null,
"id": 11510752,
"ip": "31.59.131.26",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Bursa",
"description": "![[TR] Tem PvP 2.0 | FIGHT | FFA](https://i.ibb.co/cckXJW8T/TEM-RUST-Server-Rut-List-Design.png)\nTem PvP 2.0 | Türkiye'nin Gelişmiş Fight Sunucusu. \r\n \r\nSunucu Özellikleri ve Kuralları ; \r\n \r\n✓ [FFA] Herkes Tek Arenaları (Ufak Map) \r\n✓ Anında Respawn & Hızlı Ekipman \r\n✓ Optimize FPS & Lag Yok \r\n \r\n✓ Hile / Makro kullanımı kesinlikle yasaktır. \r\n✓ DDK - MDK yasaktır. \r\n✓ Reklam yapmak yasaktır. \r\n \r\n- Web Site: temrust.com.tr \r\n- Discord: discord.gg/temrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780584277,
"last_online": 1780587633,
"icon": null,
"name": "[TR] Tem PvP 2.0 | FIGHT | FFA",
"connect": "31.59.131.26:28015",
"request": "31.59.131.26:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353832,
"last_update": 1780587633,
"banned": false,
"wipe": 1779316209,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5076,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11510752");
$data = json_decode($json, true);
var_dump($data);