Rust
API для RustyBuilders | PVE | 3x | Unique Dungeons | Raidable Bases | K
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8726663json
{
"response": {
"fps": 30,
"fps_avg": 32,
"entities_count": 171160,
"world_seed": 1099713234,
"world_size": 4500,
"steam_id": "90285934936101909",
"domain": null,
"id": 8726663,
"ip": "144.76.28.176",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to RustyBuilders - a friendly, creative PVE Rust server where building and fun are paramount!\r\n\r\nPlugins:\r\n- Bots | Raidable Bases | Convoy | Skinbox | Server Rewards | Chest Stack | Night Vision | Auto Upgrade | Clans | Much more!\r\n\r\nWhat We Offer:\r\n- Non-Toxic Community: Interact respectfully in a friendly atmosphere.\r\n- Unique Dungeons: Explore and conquer custom-built dungeons, exclusive to our server.\r\n- Custom Raidable Bases: Challenge yourself with unique raidable bases.\r\n- Enhanced Gameplay: Enjoy 3x gathering rates for easier farming and building.\r\n- Creative Building: Showcase your creativity with our supportive environment.\r\n- Regular Updates: Monthly wipes aligned with forced wipes to keep things fresh.\r\n- PVE with Limited PVP: Primarily PVE with designated PVP areas for added excitement.\r\n- Community-Driven: We value your suggestions to continuously improve your experience.\r\n- Server Rewards: Unlock various perks through server rewards.\r\n\r\nJoin RustyBuilders and experience a unique blend of creativity, fun, and adventure. Whether you're a seasoned player or new to Rust, you'll find a welcoming community ready to explore, build, and have a great time together!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778990575,
"score": 0,
"last_online": 1779189015,
"icon": null,
"name": "RustyBuilders | PVE | 3x | Unique Dungeons | Raidable Bases | K",
"connect": "144.76.28.176:28015",
"request": "144.76.28.176:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 7,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1745826062,
"last_update": 1779189015,
"banned": false,
"wipe": 1778177945,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 657,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8726663");
$data = json_decode($json, true);
var_dump($data);