JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10933832
json
{
  "response": {
    "fps": 13,
    "fps_avg": 17,
    "entities_count": 311610,
    "world_seed": 1468919063,
    "world_size": 4500,
    "steam_id": "90286192237533189",
    "domain": null,
    "id": 10933832,
    "ip": "64.40.8.169",
    "port": 28015,
    "query": 28013,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] Northnet 3x PVE | Events | Raid Bases | Custom Weapons](https://i.ibb.co/sd7h6Db4/nngeneric2025.png)\n\r\n- Northnet brings you the best PvE experience for Rust. \r\n- Free VIP after 50 hours of playtime \r\n- Very chill community and an ideal place to learn the game. \r\n- Clan size 12 \r\n- 3X Gathering and Bigger Stack Sizes \r\n- Biweekly wipes \r\n- No Raiding, No Killing, No Stealing or Griefing \r\n- Last 24 Hours of a wipe enables Purge Day (pvp and raiding enabled only this last day to end with a bang!) \r\n- Trade, Market, Skill Tree, Night Vision, Virtual Quarries, Quests.. \r\n- Junk removed from loot containers, optimize your play time! \r\n- Raidable Bases, Abandoned Bases, Convoy, Flying Cargo! \r\n- Custom bosses and npcs with amazing loot! \r\n- Detailed Player stats \r\n- SKINBOX: free for all! \r\n- TP and TPR enabled \r\n- Custom maps with unique content. \r\n- Server shop: spend your RP points! \r\n- Starter kits: to get you off your feet. \r\n- Remove tool: Remove building blocks at any time. \r\n- Vehicles: spawn your personal mini\r\n- chopper, or other vehicles. \r\n- Sign artist, personal recyclers, furnace splitter, instant craft, quick smelt and many other cool mods are available. \r\n- Active Admins: Griefers and hackers will be banned without warning. \r\n- Discord support system: discord.gg/northnet",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779386026,
    "last_online": 1779733817,
    "icon": null,
    "name": "[US] Northnet 3x PVE | Events | Raid Bases | Custom Weapons",
    "connect": "64.40.8.169:28015",
    "request": "64.40.8.169:28013",
    "map": "NN Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 48,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 81,
    "add_date": 1768486656,
    "last_update": 1779733817,
    "banned": false,
    "wipe": 1779386228,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 542,
    "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/10933832");
$data = json_decode($json, true);
var_dump($data);