API для IRAN SCUM - 1X
JSON для программ, сайтов и прочего
text
json
{
"response": {
"build": 125621,
"extraFlags": 0,
"nameHeaderRaw": "50ab1e000103",
"statusFlags": 0,
"type": 0,
"unknownStatusFlags": 0,
"steam_id": null,
"domain": null,
"id": 11883248,
"ip": "95.38.141.103",
"port": 7779,
"query": 7779,
"project_id": null,
"color": 0,
"city": "Tehran",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1783243281,
"last_online": 1783279800,
"icon": null,
"name": "IRAN SCUM - 1X",
"connect": "95.38.141.103:7779",
"request": "95.38.141.103:7779",
"map": null,
"gamemode": "community-direct",
"version": "1.3.1.0.125621",
"numplayers": 1,
"maxplayers": 15,
"bots": 0,
"secured": null,
"private": false,
"country": "IR",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1783243281,
"last_update": 1783279800,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2134,
"language": "fa",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11883248");
$data = json_decode($json, true);
var_dump($data);