Rusty AK x1000 |NoBP|TP|CLANS|SHOP|KIT|FUN| 1000x 100x 10x x10 için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/8453893
json
{
  "response": {
    "fps": 27,
    "fps_avg": 25,
    "entities_count": 109377,
    "world_seed": 9,
    "world_size": 4000,
    "steam_id": "90285528739948564",
    "domain": null,
    "id": 8453893,
    "ip": "208.103.169.239",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![Rusty AK x1000 |NoBP|TP|CLANS|SHOP|KIT|FUN| 1000x 100x 10x x10 ](https://i.ibb.co/VcS57BGg/RA-x1000-1024x512.jpg)\nWelcome to Rusty AK x1000!     * Last wiped 08/05/26 * \r\n * Wipes every Thursday about 5PM BST \r\n * To see server information, settings, commands type in chat /info. \r\n * Cheating, Racism, Homophobia is bannable. \r\n * VIP packages. Free VIP for new players. Webstore: http://rustyak.buycraft.net \r\n * Support: https://discord.gg/xGshkYt - Click VIEW WEBPAGE to join discord.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778242986,
    "score": 0,
    "last_online": 1778348416,
    "icon": null,
    "name": "Rusty AK x1000 |NoBP|TP|CLANS|SHOP|KIT|FUN| 1000x 100x 10x x10",
    "connect": "208.103.169.239:28010",
    "request": "208.103.169.239:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 25,
    "maxplayers": 111,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1743881167,
    "last_update": 1778348416,
    "banned": false,
    "wipe": 1778208026,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 991,
    "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/8453893");
$data = json_decode($json, true);
var_dump($data);