Thermite.GG | Limited KOS | Noob Friendly | Biweekly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 141,
"fps_avg": 133,
"entities_count": 87217,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286603917758485",
"domain": null,
"id": 11771295,
"ip": "66.51.99.131",
"port": 28019,
"query": 28021,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Thermite.GG!\r\nVanilla | Biweekly | Limited KOS | Noob Friendly\r\n\r\n📋 RULES\r\n🔹 No KOS in starter zones\r\n🔹 No griefing/foundation wiping\r\n🔹 No racism or hate speech\r\n🔹 Cheating = permanent ban\r\n\r\n🗓️ WIPE SCHEDULE\r\n🔹 Map: Every 2 weeks (Thursday)\r\n🔹 Blueprints: Every 2 weeks\r\n\r\n🌐 Discord: discord.gg/YOURLINK\r\n🌐 Website: thermite.gg\r\n\r\nNew to Rust? We got you. Have fun & good luck!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780996893,
"last_online": 1781045429,
"icon": null,
"name": "Thermite.GG | Limited KOS | Noob Friendly | Biweekly",
"connect": "66.51.99.131:28019",
"request": "66.51.99.131:28021",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780996893,
"last_update": 1781045429,
"banned": false,
"wipe": 1780595877,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6145,
"language": "en",
"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/11771295");
$data = json_decode($json, true);
var_dump($data);