JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11744426
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 53938,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90286520107165723",
    "domain": null,
    "id": 11744426,
    "ip": "46.203.182.227",
    "port": 10002,
    "query": 9002,
    "color": 0,
    "city": "Istanbul",
    "description": "![[TR/EU] Letra Rust | Solo/Duo/Trio/Quad/Max5 Yeni başlayan](https://i.hizliresim.com/mfdg699.png)\nLetra Vanilla – Max 5 – Welcome to Our Server. (Scroll for Turkish) \r\n - Discord: discord.gg/letrarust \r\n - Wipe: Every Thursday at 18:00 \r\n - Map Wipe: Monthly on Force Wipe \r\n - Team Limit: 5 \r\n - Map Size: 3750 (Procedural Map) \r\n - Vanilla Gameplay \r\n - Active Staff Team \r\n - Staff members do not play on the server \r\n - Cheating and bug abusing are prohibited \r\n - Impersonating staff members is prohibited \r\n - Spam, racism, harassment, political/religious/family insults and +18 content are prohibited \r\n - Maximum 3 TCs / turrets / code locks per team \r\n - Maximum 5 players can live in one base \r\n - Full rules available on our Discord \r\n \r\n - Letra Vanilla – Max 5 – Sunucumuza Hoş Geldiniz. \r\n - Discord Adresimiz discord.gg/letrarust \r\n - Her Perşembe Saat 18:00'da wipe atılır. \r\n - Harita wipe'ı Force Wipe ile aylık yapılır \r\n - Takım Limiti: 5 \r\n - Harita Boyutu: 3300 size \r\n - Vanilla oynanış \r\n - Aktif Yetkili Ekip \r\n - Yetkililer sunucuda oynamaz \r\n - Hile ve bug kullanımı yasaktır \r\n - Yetkili taklidi yapmak yasaktır \r\n - Spam, ırkçılık, hakaret, siyaset/din/aile içerikli küfürler ve +18 içerik yasaktır\r\n - Bir base’de maksimum 5 kişi yaşayabilir \r\n - Tüm kurallar Discord sunucumuzda mevcuttur",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780518696,
    "last_online": 1780560632,
    "icon": null,
    "name": "[TR/EU] Letra Rust | Solo/Duo/Trio/Quad/Max5 Yeni başlayan",
    "connect": "46.203.182.227:10002",
    "request": "46.203.182.227:9002",
    "map": "Letra Rust +FPS - wiped 6 days",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780518696,
    "last_update": 1780560632,
    "banned": false,
    "wipe": 1779980288,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6121,
    "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/11744426");
$data = json_decode($json, true);
var_dump($data);