Clan War | USSF vs RGF için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286250685750279",
"domain": null,
"id": 11588220,
"ip": "155.4.94.155",
"port": 27026,
"query": 27032,
"color": 0,
"city": "Lomma",
"description": "[GlobalConflictsMod](https://steamcommunity.com/sharedfiles/filedetails/?id=3029960035)\r\n[BigLearning](https://steamcommunity.com/sharedfiles/filedetails/?id=2947290153)\r\n[Zaporizhzia](https://steamcommunity.com/sharedfiles/filedetails/?id=3729418861)",
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1779810206,
"last_online": 1779907823,
"icon": null,
"name": "Clan War | USSF vs RGF",
"connect": "155.4.94.155:27026",
"request": "155.4.94.155:27032",
"map": "Zap_Ukraine",
"gamemode": "OHD Vehicle Overhaul",
"version": "89",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779357582,
"last_update": 1779907823,
"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": 12,
"language": "sv",
"parked": false,
"app": {
"id": 52393,
"steam_id": 736590,
"name": "Operation: Harsh Doorstop",
"url": "operation-harsh-doorstop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11588220");
$data = json_decode($json, true);
var_dump($data);