API pentru [EU] SpiderBot 2x Long | Max 5 | Noob Friendly
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 158,
"fps_avg": 157,
"entities_count": 90232,
"world_seed": 219436144,
"world_size": 4000,
"steam_id": "90286461622313989",
"domain": null,
"id": 11260445,
"ip": "51.195.86.129",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Saarbrücken",
"description": "Welcome to SpiderBot 2x Long, a noob-friendly Rust server designed for fun and learning! Enjoy faster gameplay with a max team size of 5. Below are the server details and rules:Server Features:- 2x Crafting, Smelting & Recycling Speed- 2x Resource Gathering (Sulfur remains 1x)- 2x Stack Size (Resources, Food, Construction)- 1x Stack Size (Medical, Ammo, Clothing)- 50% Reduced Upkeep Cost- Structures auto-removed after 7 days of inactivity- Day: 50 minutes | Night: 10 minutes- Max team size: 5 (Clan plugin enabled)- Truces and alliances allowed, but no exploiting to overpower new playersRules:- Be respectful and friendly, especially to new players- No cheating, hacking, or exploiting glitches- No excessive griefing or base camping- Keep chat clean; no toxicity or harassment- Truces/alliances must not be used to dominate new players- Have fun and help others learn the game!Join us to build, raid, and learn in a balanced and welcoming environment!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780629204,
"last_online": 1780290629,
"icon": null,
"name": "[EU] SpiderBot 2x Long | Max 5 | Noob Friendly",
"connect": "51.195.86.129:28015",
"request": "51.195.86.129:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555192,
"last_update": 1780629204,
"banned": false,
"wipe": 1778672271,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10315,
"language": "de",
"parked": false,
"app": {
"id": 12,
"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/11260445");
$data = json_decode($json, true);
var_dump($data);