API pentru KoalaKopters - Minicopter / Helicopter Training|Arena|Dogfight

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/8253120
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 14655,
    "world_seed": 1,
    "world_size": 4000,
    "steam_id": "90285111572387847",
    "domain": null,
    "id": 8253120,
    "ip": "23.27.211.145",
    "port": 28018,
    "query": 28019,
    "color": 0,
    "city": "Dallas",
    "description": "![KoalaKopters - Minicopter / Helicopter Training|Arena|Dogfight](https://i.ibb.co/CTQ6Ywg/4LwjAyU.png)\nWelcome to KoalaKopters\r\nMinicopter Training Server\r\n\r\nFeatures:\r\n- Vehicle Spawning | No Fuel Required\r\n- Custom Map with Fun Courses and Loops\r\n- Combat Arena\r\n- Skinbox\r\n\r\nSocials:\r\n- Discord: https://discord.gg/koalakopters\r\n- TikTok: https://www.tiktok.com/@koala.rust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776559397,
    "score": 0,
    "last_online": 1777566015,
    "icon": null,
    "name": "KoalaKopters - Minicopter / Helicopter Training|Arena|Dogfight",
    "connect": "23.27.211.145:28018",
    "request": "23.27.211.145:28019",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 57,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 81,
    "add_date": 1742460142,
    "last_update": 1777566015,
    "banned": false,
    "wipe": 1775164006,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 467,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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