[EU] Crustyland.GG | Monthly Wipe | Beginner/Noob Friendly [DE/ için API

Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11158476
json
{
  "response": {
    "fps": 196,
    "fps_avg": 196,
    "entities_count": 69477,
    "world_seed": 1446168013,
    "world_size": 3000,
    "steam_id": "90283591459506201",
    "domain": null,
    "id": 11158476,
    "ip": "152.53.150.61",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Nuremberg",
    "description": "Willkommen auf Crustyland – Beginner Friendly Server!\nWir bieten ein entspanntes Vanilla+ Erlebnis mit ausgewählten QoL-Plugins, fairen Regeln und einem freundlichen Umgang.\n\nWipe Schedule:\nMonthly (jeden Forcewipe 20:00 Uhr CET/CEST)\n\nServer Features:\n• Anfängerfreundlich – Fragen im Chat willkommen\n• Ausgewählte QoL-Plugins (keine OP-P2W Kits)\n• Aktive Admins & schneller Support\n• Chill PvP / Lernfreundlich\n\nRules:\n• Deutsch oder Englisch im Chat\n• Kein Rassismus / Hate / Harassment / extreme Toxicity\n• Kein Cheating, Scripts, Exploits oder Bugabuse\n• Keine Werbung / kein Spam\n• Adminentscheidungen final (Fairplay first)\n\n---\n\nWelcome to Crustyland – Beginner Friendly server!\nWe offer a relaxed Vanilla+ experience with selected QoL plugins, fair rules and a friendly community.\n\nWipe Schedule:\nMonthly (every Force Wipe 20:00 CET/CEST)\n\nServer Features:\n• Beginner friendly – questions in chat are welcome\n• Selected QoL plugins (no OP / no P2W kits)\n• Active admins & fast support\n• Chill PvP / learning friendly\n\nRules:\n• German or English in chat\n• No racism / hate / harassment / extreme toxicity\n• No cheating, scripts, exploits or bug abuse\n• No advertising / no spam\n• Admin decisions are final (fairplay first)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772228111,
    "score": 0,
    "last_online": 1775911818,
    "icon": null,
    "name": "[EU] Crustyland.GG | Monthly Wipe | Beginner/Noob Friendly [DE/",
    "connect": "152.53.150.61:28015",
    "request": "152.53.150.61:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2621",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228111,
    "last_update": 1775911818,
    "banned": false,
    "wipe": 1771283412,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5033,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11158476");
$data = json_decode($json, true);
var_dump($data);