JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/3875323
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 115471,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286604360718339",
    "domain": null,
    "id": 3875323,
    "ip": "51.81.48.180",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Reston",
    "description": "![Rustasis Vanilla Monthly | Main Medium | Noob Friendly](https://i.imgur.com/rJTywm4.jpeg)\n🌟 Official Rust Server of Rustasis.com 🌟 \r\n 🖥️ Server Name: Main Medium [US1] \r\n \r\n 🍦 Game Mode: Vanilla \r\n 🗺️ Map Size: 4500 (Medium) \r\n 👥 Team Limit: 8 \r\n \r\n 📅 Map Wipe Schedule: Monthly (Force Wipe – 1st Thurs of the Month) \r\n 🔄 BP Wipe Schedule: None (BP’s not wiped) \r\n \r\n 🔥 Features: \r\n • High Performance Servers, US East Coast based \r\n • All Players Welcome \r\n • Friendly & Active Discord Community \r\n • No Pay To Win \r\n \r\n 🛡️ Multiple Layers of Custom Anti-Cheat \r\n 📡 Logged Comms For Anti Abuse, Harassment, Cheating \r\n 👮 Active Admin Staff Always Watching \r\n \r\n 📜 Rules: \r\n • No VAC bans in the last 3 years \r\n • No EAC game bans in the last 3 years \r\n • No game-banned alts \r\n • No VPN connections \r\n • Multiple bans across Rust server(s) may result in denied connection \r\n • Players with excessively high ping will be auto-kicked \r\n • No IRL threats including any sort of doxing \r\n \r\n ⚠️ Do not call out cheaters in game chat — use the F7 option in game, type /report, or submit a support ticket in our Discord for the fastest response time. \r\n \r\n 🚫 Do not associate with anyone you know to be ban-evading, cheating, or bug abusing. This could lead to an association ban. \r\n \r\n 📩 For general issues related to our Rust servers (like technical issues), we strongly suggest you submit a ticket in our Discord or use /report in game. This allows us to easily track, investigate, and follow up directly with you. \r\n \r\n 🌐 Visit our website @ Rustasis.com and join us on Discord.gg/Rustasis",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596862,
    "last_online": 1780606231,
    "icon": null,
    "name": "Rustasis Vanilla Monthly | Main Medium | Noob Friendly",
    "connect": "51.81.48.180:28015",
    "request": "51.81.48.180:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1713339136,
    "last_update": 1780606231,
    "banned": false,
    "wipe": 1780596815,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3207,
    "language": "en",
    "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/3875323");
$data = json_decode($json, true);
var_dump($data);