24/7 Escalation PVP Rotation NO NUKES [Voting/SRS] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286584269945863",
"domain": null,
"id": 11638245,
"ip": "38.254.252.112",
"port": 7777,
"query": 7778,
"color": 0,
"city": "Waddell",
"description": null,
"game": 2168680,
"owner": null,
"boosts": 1,
"last_offline": 1780388053,
"last_online": 1780604555,
"icon": null,
"name": "24/7 Escalation PVP Rotation NO NUKES [Voting/SRS]",
"connect": "38.254.252.112:7777",
"request": "38.254.252.112:7778",
"map": "Heartland | Cold War",
"gamemode": "Nuclear Option Server",
"version": "0.33.3",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779917216,
"last_update": 1780604555,
"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": 72,
"language": "en",
"parked": false,
"app": {
"id": 1615382,
"steam_id": 2168680,
"name": "Nuclear Option",
"url": "nuclear-option"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11638245");
$data = json_decode($json, true);
var_dump($data);