HavocRust.gg - Random Farming | Actual One Grid/1 Grid 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/11131377
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 5258,
    "world_seed": 1,
    "world_size": 1500,
    "steam_id": "90283931173717017",
    "domain": null,
    "id": 11131377,
    "ip": "168.100.163.205",
    "port": 31015,
    "query": 31016,
    "color": 0,
    "city": "Dallas",
    "description": "![HavocRust.gg - Random Farming | Actual One Grid/1 Grid](https://i.imgur.com/v447td9.png)\nWelcome To HavocRust.gg - Random Farming | Actual One Grid/1 Grid\r\n- Relaunch of our Old Servers! Lets Revive Modded Rust!\r\n\r\n> Group Limit: Duo (2) - No Exceptions!\r\n> Wipe Schedule: Saturdays @ 3PM EST U.S Timezone\r\n> Blueprints: Wipe Monthly On Force Wipe\r\n> Random Gather/Loot , Faster Recycling , Faster Crafting\r\n\r\nHavocRust.gg Perks:\r\n- Hand-Picked Maps and a Unique Playstyle\r\n- High Performance Servers & DDOS Protected\r\n- Active Staff & Constant Updates\r\n\r\nCheck Out Our Store & Support The Server:\r\n@ https://store.havocrust.gg/",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1775904616,
    "icon": null,
    "name": "HavocRust.gg - Random Farming | Actual One Grid/1 Grid",
    "connect": "168.100.163.205:31015",
    "request": "168.100.163.205:31016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1770397352,
    "last_update": 1775904616,
    "banned": false,
    "wipe": 1775329144,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4953,
    "language": "en",
    "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/11131377");
$data = json_decode($json, true);
var_dump($data);