SPERRZONE [GER/EN] 2X 5max NO OFFLINE için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 181,
"fps_avg": 177,
"entities_count": 91128,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286575459170331",
"domain": null,
"id": 11500975,
"ip": "195.201.109.240",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "![SPERRZONE [GER/EN] 2X 5max NO OFFLINE](https://i.ibb.co/pSvWDS5/2aff8738-00ee-41fe-a343-7e4e4da4739f.png)\nWIPED 21-05-2026\r\n\r\n━━━━━━━━━━\r\nSERVER FEATURES\r\n━━━━━━━━━━\r\n\r\n• No Offline Raid\r\n• Fair PvP\r\n• Aktiver Admin Support\r\n• QOL Packages\r\n• Performance optimiert\r\n• StreamerBounty System\r\n• Aktive Community\r\n\r\n━━━━━━━━━━\r\nWAS DICH ERWARTET\r\n━━━━━━━━━━\r\n\r\n• Faire Kämpfe\r\n• Weniger Frust\r\n• Gute Server Performance\r\n• Schneller Support\r\n• Regelmäßige PvP Action\r\n• Community Events\r\n\r\n━━━━━━━━━━\r\nJOIN NOW\r\n━━━━━━━━━━\r\n\r\nStarte dein Abenteuer noch heute auf unserem Server.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780488238,
"last_online": 1780555833,
"icon": null,
"name": "SPERRZONE [GER/EN] 2X 5max NO OFFLINE",
"connect": "195.201.109.240:28015",
"request": "195.201.109.240:28017",
"map": "Sperrzone V2",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207166,
"last_update": 1780555833,
"banned": false,
"wipe": 1779385417,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4542,
"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/11500975");
$data = json_decode($json, true);
var_dump($data);