Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10661193
json
{
  "response": {
    "fps": 18,
    "fps_avg": 65,
    "entities_count": 135258,
    "world_seed": 642006048,
    "world_size": 4500,
    "steam_id": "90284793035484176",
    "domain": null,
    "id": 10661193,
    "ip": "185.180.2.28",
    "port": 28068,
    "query": 27068,
    "color": 0,
    "city": "Prague",
    "description": "![WAREHOUSE PVE CZ/EU](https://www.dropbox.com/scl/fi/sauv3z6awsivavhm8xk7q/fotka-RUST1.jpg?rlkey=wtyqhunw80raipxabe0j3xgpr&st=rnlpmnul&dl=1)\nserver.description 'WAREHOUSE PVE CZ/EU \r\nserver for beginners, very good community\r\nBPs - Monthly @ Force 8 PM\r\nMAP - 14 days\r\njoin our discord\r\nDiscord:https://discord.gg/5JHm3cgxNY\r\n→ Group limit: 6\r\n→ 50% upkeep\r\n→ day 2 hod\r\n→ night 15 min\r\n→ stack 10 x\r\n→ Map size: 4250\r\n→ /Info - informace\r\n\r\n\r\nRules:\r\n- No hacking / scripting\r\n- No intentional bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No racism\r\n\r\nActive non playing admins\r\nAdmin discord\r\nPluginy: AutoCCTVStations,  BGrade, BackpackButton, Barrelless, BaseRepair, BasicInfo, BetterChat, BlueprintManager, BuildingGrades, DeathNotes, DefendableBases, Friends, GatherManager, Hud, ItemSkinRandomizer, Kits, LoadingMessages, NTeleportation, NpcRaiders, NpcSpawn, PlayerStatTags, Pop, PrivateMessages, QuickSmelt, QuickSort, RaidableBases, RemoverTool, RustRewards, ScheduledMessages, ServerPop, SkillTree, SkillTreeItems, SortButton, SpawnHeli, Sputnik, StackSizeController,  TimeOfDay, TruePVE,  WelcomeMessages, WelcomePanel, Welcomer, WipeCountdown, ZLevelsRemastered and ZombieHorde'",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776825201,
    "score": 0,
    "last_online": 1776893419,
    "icon": null,
    "name": "WAREHOUSE PVE CZ/EU",
    "connect": "185.180.2.28:28068",
    "request": "185.180.2.28:27068",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1764544709,
    "last_update": 1776893419,
    "banned": false,
    "wipe": 1775165683,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2135,
    "language": "cs",
    "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/10661193");
$data = json_decode($json, true);
var_dump($data);