हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें

प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/11158476
json
{
  "response": {
    "fps": 199,
    "fps_avg": 197,
    "entities_count": 69395,
    "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": 1775910618,
    "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": 1775910618,
    "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": []
  }
}

कोड उदाहरण

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