JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11781422
json
{
  "response": {
    "fps": 225,
    "fps_avg": 226,
    "entities_count": 71080,
    "world_seed": 1337,
    "world_size": 3350,
    "steam_id": "90286938171115547",
    "domain": null,
    "id": 11781422,
    "ip": "46.203.182.227",
    "port": 10003,
    "query": 9003,
    "project_id": null,
    "color": 0,
    "city": "Istanbul",
    "description": "![Vegan-3X [EU/TR] Solo/Duo/Trio┃New Wipe┃](https://i.hizliresim.com/rqgm08k.png)\nVEGAN RUST 3X SOLO/DUO/TRIO \r\n Store: https://veganrust.com/ \r\n Discord: https://discord.gg/veganrust \r\n \r\n Team Limit: 3 people \r\n Map Size: 3850 \r\n High Performance, 0 Lag \r\n Administration provides 24/7 active service \r\n 3rd party software is prohibited \r\n Advanced Anticheat (ESP, AIMBOT, NORECOIL) \r\n Wipe: Wipe Every Wednesday at 6 PM \r\n You can open a support ticket on our Discord server. \r\n \r\n VEGAN RUST 3X SOLO/DUO/TRİO Vanilla+ \r\n \r\n Store: https://veganrust.com/ \r\n discord: https://discord.gg/veganrust \r\n \r\n .Takım Limiti:3 kişi \r\n .Harita Boyutu 3850 \r\n .Yüksek Performans 0 Lag keyfi \r\n .Yönetim 7/24 aktif Hizmet sunmakta \r\n .3.Parti yazılım yasaktır \r\n .Gelişmiş Anticheat (ESP,AİMBOT,NORECOİL) \r\n .Wipe Her çarşamba 18.00 \r\n .Destek Discord Sunucumuza Gelip Ticket Açabilirsiniz",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781376772,
    "last_online": 1781392830,
    "icon": null,
    "name": "Vegan-3X [EU/TR] Solo/Duo/Trio┃New Wipe┃",
    "connect": "46.203.182.227:10003",
    "request": "46.203.182.227:9003",
    "map": "Discord.gg/VeganRust",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1781376772,
    "last_update": 1781392830,
    "banned": false,
    "wipe": 1781297358,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6135,
    "language": "tr",
    "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/11781422");
$data = json_decode($json, true);
var_dump($data);