API pentru The Rusty Knob | Solo | Chill | 2x | EU | JUST WIPED
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 99,
"fps_avg": 99,
"entities_count": 93289,
"world_seed": 807152194,
"world_size": 4250,
"steam_id": "90286591743338498",
"domain": null,
"id": 11500915,
"ip": "178.104.136.95",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Nuremberg",
"description": "\nThe Rusty Knob - EU/English Solo\r\n\r\nRelaxed solo Rust with light quality-of-life changes and near-vanilla progression.\r\n\r\nSolo rules: no clans, no Rust teams and no shared bases. Temporary cooperation at monuments, raids or counters is allowed; permanent alliances and co-living are not.\r\n\r\nRates: 2x gather, 1.5x smelt, 1.5x charcoal, 2x stacks. Recycler speed is 3.5s. Crafting is vanilla.\r\n\r\nWipes: weekly map wipes, blueprints on monthly force wipe. Fresh random seed every wipe.\r\n\r\nCustom Outpost: Bandit vendors, Air Wolf, gambling wheel, fertilizer buyer and extra vending options.\r\n\r\nEvents: normal Launch Site Bradley for most of wipe. Roaming Bradley runs during the final 2 days before wipe. Easter Egg Hunt and Santa gift drops alternate around in-game midday.\r\n\r\nDiscord: https://discord.gg/7BukZQUnvG\r\n\r\nConduct: don't be a dick.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780335858,
"last_online": 1780576233,
"icon": null,
"name": "The Rusty Knob | Solo | Chill | 2x | EU | JUST WIPED",
"connect": "178.104.136.95:28015",
"request": "178.104.136.95:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207165,
"last_update": 1780576233,
"banned": false,
"wipe": 1780573343,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4648,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11500915");
$data = json_decode($json, true);
var_dump($data);