API für FutureIL | 5x Modded - ילארשי תרש | RustIL
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 232,
"fps_avg": 231,
"entities_count": 47119,
"world_seed": 100816564,
"world_size": 3000,
"steam_id": "90286618347292687",
"domain": null,
"id": 11606767,
"ip": "213.139.78.63",
"port": 28018,
"query": 28020,
"color": 0,
"city": "Giv‘at Nili",
"description": "\n- Welcome to RustIL by FutureIL\r\n- Israel’s Ultimate PvP Rust Survival Servers!\r\n- Kill or be killed. No second chances.\r\n\r\n\r\n- - Server Info:\r\n\r\n- Group Limit: (3)\r\n- Active Staff\r\n- 5x Gather\r\n- 5x Sulfur\r\n- 5x Crafting\r\n- Custom Loot & Maps\r\n- Fast Smelt\r\n- Extended Workbench Range\r\n- Extra Recyclers\r\n- Long Days & Short Nights\r\n- discord.gg/RustIL",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780628663,
"last_online": 1780636229,
"icon": null,
"name": "FutureIL | 5x Modded - ילארשי תרש | RustIL",
"connect": "213.139.78.63:28018",
"request": "213.139.78.63:28020",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": false,
"country": "IL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915481,
"last_update": 1780636229,
"banned": false,
"wipe": 1780618791,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5076,
"language": "he",
"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/11606767");
$data = json_decode($json, true);
var_dump($data);