Rust
API für EU RustChimera 2X|PVE|Skills|Zombies|NPC|Raid Bases|Monthly
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10978393json
{
"response": {
"steam_id": "90284751767034881",
"domain": null,
"id": 10978393,
"ip": "94.154.1.111",
"port": 28015,
"query": 27015,
"color": 0,
"city": "Nuremberg",
"description": "\nWIPE: Every first Thursday of the month at 20 UTC +1\r\nMonthly BPs WIPE\r\nOn the last day of WIPE the server goes PVP\r\n\r\n°Clan/Team limits: No limits\r\n°BEDS: from 20 to 80 deployable beds\r\n°Turrets Limits: from 40 to 100\r\n\r\n°Night length: 10 minutes\r\n°PVE\r\n°Zombies\r\n°NPCs roaming the map\r\n°You can raid NPCs\r\n°Skills Tree\r\n°Skill level - Zlevels Remastered\r\n°Raidable Abandoned Bases\r\n°Water Base\r\n°Building skin\r\n°Ability to enable or disable friendly fire between team members\r\n°2x gather rates on everything\r\n°Building materials have an increased stack\r\n°Increased the stack size\r\n°Increase backpack size - Backpacks\r\n°Improved and more frequent airdrop\r\n°Clan skin and SkinBox\r\n°Ability to change the color of your username\r\n°Kit\r\n\r\n°Locks can be placed on vehicles\r\n°Enable disable the crosshair\r\n°Vehicles spawn around the map\r\n°Quick sorting in containers or for quick loot - Quick Sort\r\n°Improved loot\r\n°Recycler speed 2X\r\n°Faster and better AirDrops\r\n°Reduced the hacking time\r\n°Ability to change skins\r\n°Automated events\r\n°Level up the base with one command\r\n°Repair all base with hammer\r\n°Custom events\r\n°Improved the durability of items, such as weapons, etc...\r\n°Team members will automatically be authorized on their turrets, TC, doors, ecc..\r\n°Splitting the stack in the furnace\r\n°Increased the melting speed of materials\r\n°Game information panel\r\n°Own stash map marker, purple icon\r\n°Wipe scheduler\r\n°Foods doesn't burn\r\n°Active admins\r\n\r\n°Language: English / italiano\r\n--------------------\r\n\r\nRules:\r\n°No cheating/exploiting\r\n°No form of racism\r\n°Don't insult other players\r\n°Don't tr",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776625413,
"score": 0,
"last_online": 1776840616,
"icon": null,
"name": "EU RustChimera 2X|PVE|Skills|Zombies|NPC|Raid Bases|Monthly",
"connect": "94.154.1.111:28015",
"request": "94.154.1.111:27015",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 8,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1769900963,
"last_update": 1776840616,
"banned": false,
"wipe": 1775152785,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 739,
"language": "de",
"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/10978393");
$data = json_decode($json, true);
var_dump($data);