API для FluffyBunnies-Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"build": 128880,
"extraFlags": 0,
"nameHeaderRaw": "00771f010103",
"statusFlags": 66,
"type": 0,
"unknownStatusFlags": 64,
"steam_id": null,
"domain": null,
"id": 12375665,
"ip": "90.143.173.35",
"port": 7779,
"query": 7779,
"project_id": null,
"color": 0,
"city": "Östersund",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1784580600,
"last_online": 1784493600,
"icon": null,
"name": "FluffyBunnies-Server",
"connect": "90.143.173.35:7779",
"request": "90.143.173.35:7779",
"map": null,
"gamemode": "community-direct",
"version": "1.3.1.1.128880",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": null,
"private": true,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784405615,
"last_update": 1784580600,
"ban_reason": null,
"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": 11671,
"language": "sv",
"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/12375665");
$data = json_decode($json, true);
var_dump($data);