API для 大虫虫
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "mp500,cp1,ptrak,qp0,$r?,v2631,^b,EA,born1785337512,gmrust,cs157450,ts8,^o^z",
"os": "w",
"product": "252490",
"region": -1,
"steam_id": "90289815258425368",
"domain": null,
"id": 12969745,
"ip": "222.214.197.42",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Barkam",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1785391199,
"last_online": 1785338400,
"icon": null,
"name": "大虫虫",
"connect": "222.214.197.42:28015",
"request": "222.214.197.42:28017",
"map": "Custom Map",
"gamemode": null,
"version": "2631",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785337928,
"last_update": 1785391199,
"ban_reason": null,
"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": 17626,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12969745");
$data = json_decode($json, true);
var_dump($data);