Rust
API für MAIN | x2 | FULL WIPE 16.04 | UA | EU | ПАЛЯНИЦЯ
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/688166json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 147131,
"world_seed": 1337,
"world_size": 4100,
"steam_id": "90284796946413581",
"domain": null,
"id": 688166,
"ip": "194.247.12.9",
"port": 28021,
"query": 28022,
"color": 0,
"city": "Kyiv",
"description": "\nThe Best Clan Server Ever!\r\n\r\nGlobal Wipe every Thursday\r\n- 14 players team size\r\n- alliances allowed\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- тіма збільшена до 14 гравців\r\n- х2 збирання\r\n- х2 компоненти\r\n- х2 плавління\r\n- Система кланів\r\n- Прискорені переробники\r\n- Прискорене плавлення",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776571994,
"score": null,
"last_online": 1776831619,
"icon": null,
"name": "MAIN | x2 | FULL WIPE 16.04 | UA | EU | ПАЛЯНИЦЯ",
"connect": "194.247.12.9:28021",
"request": "194.247.12.9:28022",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1672001867,
"last_update": 1776831619,
"banned": false,
"wipe": 1776347987,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2231,
"language": "uk",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/688166");
$data = json_decode($json, true);
var_dump($data);