Rust
API for DUO | ПАЛЯНИЦЯ | FULL WIPE 16.04 | UA | EU | UKRAINE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/823631json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 112795,
"world_seed": 1337,
"world_size": 3500,
"steam_id": 90284792972333070,
"domain": null,
"id": 823631,
"ip": "194.247.12.239",
"port": 28027,
"query": 28028,
"color": 0,
"city": "Kyiv",
"description": "\nThe Best DUO Server Ever!\r\n\r\nGlobal Wipe every Thursday\r\n- best DUO protection\r\n- 2 plus players bans\r\n- x2 gathering\r\n- x2 components\r\n- x2 smelting\r\n- Clan system\r\n- Faster Recyclers\r\n- Faster Smelting\r\n\r\nГлобал Вайп щочетверга о 17:00\r\n-Покарання за гру більше ніж вдвох\r\n- х2 збирання\r\n- х2 компоненти\r\n- х2 плавління\r\n- Система кланів\r\n- Прискорені переробники\r\n- Прискорене плавлення",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776738198,
"score": null,
"last_online": 1776825619,
"icon": null,
"name": "DUO | ПАЛЯНИЦЯ | FULL WIPE 16.04 | UA | EU | UKRAINE",
"connect": "194.247.12.239:28027",
"request": "194.247.12.239:28028",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684406740,
"last_update": 1776825619,
"banned": false,
"wipe": 1776347882,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2375,
"language": "uk",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/823631");
$data = json_decode($json, true);
var_dump($data);