MIA2-I4G7Z6 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286328431707166",
"domain": null,
"id": 5458499,
"ip": "162.254.206.130",
"port": 28427,
"query": 27427,
"color": 0,
"city": "Miami",
"description": null,
"game": 374280,
"owner": null,
"boosts": 1,
"last_offline": 1780167168,
"last_online": 1779986455,
"icon": null,
"name": "MIA2-I4G7Z6",
"connect": "162.254.206.130:28427",
"request": "162.254.206.130:27427",
"map": "12",
"gamemode": "Contract Wars 2.0 Standalone",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1722779118,
"last_update": 1780167168,
"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": 2315,
"language": "en",
"parked": false,
"app": {
"id": 6495,
"steam_id": 374280,
"name": "Hired Ops",
"url": "hired-ops"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/5458499");
$data = json_decode($json, true);
var_dump($data);