API dla Enjoy PVE Monthly Wipe NPC Shop
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 106483,
"world_seed": 1389287808,
"world_size": 4250,
"steam_id": "90286604285318149",
"domain": null,
"id": 10367940,
"ip": "176.9.112.88",
"port": 28018,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "\nWipe Schedule: \r\n\\t Map, BPs, RP - Monthly Force @ Thursdays 20:00 CET \r\n\r\n Store: https://store.enjoyrust.com/category/enjoy-pve-1 \r\n\r\n Rules: \r\n\\t - No hacking / scripting \r\n\\t - No intentional bug abuse \r\n\\t - No ban evading \r\n\\t - No racism, toxicity \r\n\\t - No exceeding Clan/Team limit (Unlimited) \r\n\r\n Good Performance \r\n\\t Active admins \r\n\r\n Modded Status: \r\n\\t ・ 1x loot(Events, AirDrop, Hackable crate modified) \r\n\\t ・ RaidBases \r\n\\t ・ TruePVE \r\n\\t ・ In Game Shop \r\n\\t ・ Premium automated events \r\n\\t ・ (Armored Train, Convoy, Artic Base Event, Plane Crash, Junkyard Event, Sphere Event, Defendable bases, SatDish Event, Sputnik, GasStation Event) \r\n\\t ・ Growable Ores and Magic Tree Seeds \r\n\\t ・ Skills \r\n\\t ・ Custom Helicopter Tiers \r\n\\t ・ Npc raiders who can raid your base \r\n\\t ・ NPC’s on most of monuments \r\n\\t ・ 10 NPC Bosses roaming on map \r\n\\t ・ Auto Base Upgrade in TC, Backpacks \r\n\\t ・ RP VIP packages \r\n\\t ・ VIP and VIP+ packages \r\n\\t ・ And many many more... \r\n\\t ・ More info in our in game info panel \r\n\r\n Discord : https://discord.gg/hZ46Bx7DN8 \r\n\\t Website https://enjoyrust.com \r\n\r\n Stay safe and get fun on Enjoy Rust PVE",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780612826,
"icon": null,
"name": "Enjoy PVE Monthly Wipe NPC Shop",
"connect": "176.9.112.88:28018",
"request": "176.9.112.88:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1758617530,
"last_update": 1780612826,
"banned": false,
"wipe": 1780596734,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1759,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/10367940");
$data = json_decode($json, true);
var_dump($data);