CZ/EU | MAGNOLION | SOLO-QUAD | BI-WEEKLY | WIPE 21.5. için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 70644,
"world_seed": 453102993,
"world_size": 3500,
"steam_id": "90286604004723739",
"domain": null,
"id": 11501064,
"ip": "157.90.179.185",
"port": 25595,
"query": 27017,
"color": 0,
"city": "Falkenstein",
"description": "\n🔥 MAGNOLION 🔥\r\n\r\n• SOLO → QUAD (žádný zerg chaos)\r\n• BI-WEEKLY wipes\r\n• Aktivní admin tým (žádný abuse)\r\n• Smooth performance / žádné lagy\r\n• Férové PvP & balanced gameplay\r\n• CZ/SK komunita + EU hráči\r\n\r\n🎯 Ideální pro casual i tryhard hráče\r\n💬 Přátelský, ale kompetitivní server\r\n\r\n⏰ NEXT WIPE: 7.5.\r\n\r\nPřijď to zkusit – start je vždy fresh 🚀",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595664,
"last_online": 1780606230,
"icon": null,
"name": "CZ/EU | MAGNOLION | SOLO-QUAD | BI-WEEKLY | WIPE 21.5.",
"connect": "157.90.179.185:25595",
"request": "157.90.179.185:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207167,
"last_update": 1780606230,
"banned": false,
"wipe": 1780596121,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2774,
"language": "de",
"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/11501064");
$data = json_decode($json, true);
var_dump($data);