API для [TESTING] Gibbix Anti-Offline Monthly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 94,
"fps_avg": 88,
"entities_count": 113895,
"world_seed": 1877924849,
"world_size": 4500,
"steam_id": "90286741381078039",
"domain": null,
"id": 11116211,
"ip": "172.125.253.197",
"port": 28015,
"query": 28083,
"project_id": null,
"color": 0,
"city": "Lawrenceville",
"description": "This is a test server. The owner playes here. Mods are buggy, settings aren't optimized, and random data loss happens. Join at your own risk.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780901058,
"last_online": 1780909832,
"icon": null,
"name": "[TESTING] Gibbix Anti-Offline Monthly",
"connect": "172.125.253.197:28015",
"request": "172.125.253.197:28083",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770112814,
"last_update": 1780909832,
"banned": false,
"wipe": 1780597635,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4195,
"language": "en",
"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/11116211");
$data = json_decode($json, true);
var_dump($data);