[CSDM] MEPLO EКБ |̿П͇̿У͇̿Ш͇̿К͇̿И͇| +2000FPS için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11664057,
"ip": "146.185.197.38",
"port": 30140,
"query": 30140,
"color": 0,
"city": "Rostov-on-Don",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1780207433,
"last_online": 1780270211,
"icon": null,
"name": "[CSDM] MEPLO EКБ |̿П͇̿У͇̿Ш͇̿К͇̿И͇| +2000FPS",
"connect": "146.185.197.38:30140",
"request": "146.185.197.38:30140",
"map": "de_dust2",
"gamemode": "НОЧНОЙ VIP",
"version": "1.38.8.1",
"numplayers": 63,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1780178787,
"last_update": 1780270211,
"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": 28,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11664057");
$data = json_decode($json, true);
var_dump($data);