API для [Localhost] Carbon Pruebas
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789148009,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "189.203.92.78:28015",
"country": "MX",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 15994851,
"ip": "189.203.92.78",
"language": "es",
"last_update": 1789944149,
"map": "Procedural Map",
"maxplayers": 10,
"name": "[Localhost] Carbon Pruebas",
"numplayers": 0,
"official": null,
"points": 0,
"port": 28015,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 28016,
"request": "189.203.92.78:28016",
"secured": true,
"status": false,
"steam_id": "90292589489569820",
"version": "2633",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Колима",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789944149,
"last_online": 1789162801,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 17479,
"wipe_period": null,
"os": "w",
"region": -1,
"product": "252490",
"gametype": "mp10,cp0,ptrak,qp0,$r?,v2633,born1789097152,gmrust,cs163493,ts8,^z,^y",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15994851");
$data = json_decode($json, true);
var_dump($data);