API для cmoi
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "cp=1,sl=0,df=2,cm=0,pv=0,hc=0,ap=1,in=1,pw=0",
"os": "w",
"product": "219990",
"region": -1,
"steam_id": "90288860000551949",
"domain": null,
"id": 12253326,
"ip": "92.91.248.2",
"port": 42805,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Limoges",
"description": null,
"game": 219990,
"owner": null,
"boosts": 1,
"last_offline": 1784087521,
"last_online": 1784029864,
"icon": null,
"name": "cmoi",
"connect": "92.91.248.2:42805",
"request": "92.91.248.2:27016",
"map": "levels/world001.map",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 3,
"bots": 0,
"secured": false,
"private": null,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783845269,
"last_update": 1784087521,
"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": 6680,
"language": "fr",
"parked": false,
"app": {
"id": 101,
"steam_id": 219990,
"name": "Grim Dawn",
"url": "grim-dawn"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12253326");
$data = json_decode($json, true);
var_dump($data);