Necropolis | Zombie Survival | Bots | Experimental Ver için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286873654099984",
"domain": null,
"id": 11542296,
"ip": "195.140.215.95",
"port": 27045,
"query": 27045,
"project_id": null,
"color": 0,
"city": "City of London",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1781168061,
"last_online": 1781189458,
"icon": null,
"name": "Necropolis | Zombie Survival | Bots | Experimental Ver",
"connect": "195.140.215.95:27045",
"request": "195.140.215.95:27045",
"map": "zs_echoes_valley_v4b",
"gamemode": "Zombie Survival",
"version": "2026.04.29",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1779355456,
"last_update": 1781189458,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 783,
"language": "en",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11542296");
$data = json_decode($json, true);
var_dump($data);