API für JUNGLERUST X1000 | AIM | HARDFUN | FPS+ | CASTA | BP | HILOOT+
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"fps": 63,
"fps_avg": 63,
"entities_count": 14843,
"world_seed": 111,
"world_size": 3000,
"steam_id": "90286332078101524",
"domain": null,
"id": 11511178,
"ip": "46.174.54.253",
"port": 35000,
"query": 35001,
"color": 0,
"city": "Moscow",
"description": "\nNo Lags - Best Hardware!\r\nPrivate AntiCheat!\r\nМиникопетр(MYMINI)\r\nРесурсы X1000 (X1000 RATES)\r\nЛут X1000 (LOOT X1000)\r\nНе нужны верстаки (NO WORKBENCH)\r\nНе нужны карты (NO RT PUZZLES)!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780191781,
"last_online": 1779997226,
"icon": null,
"name": "JUNGLERUST X1000 | AIM | HARDFUN | FPS+ | CASTA | BP | HILOOT+",
"connect": "46.174.54.253:35000",
"request": "46.174.54.253:35001",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353839,
"last_update": 1780191781,
"banned": false,
"wipe": 1778847345,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11373,
"language": "ru",
"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/11511178");
$data = json_decode($json, true);
var_dump($data);