Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/4811082
json
{
  "response": {
    "fps": 77,
    "fps_avg": 76,
    "entities_count": 77591,
    "world_seed": 550496754,
    "world_size": 3500,
    "steam_id": "90284799895390223",
    "domain": null,
    "id": 4811082,
    "ip": "177.105.171.183",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Cornélio Procópio",
    "description": "![ILHA DOS PELADOS BRASIL - SOLO](https://i.imgur.com/2QUeG0i.jpeg)\nILHA DOS PELADOS - SOLO - VANILLA\r\n\r\n- SERVIDOR SOLO\r\n- WIPE MAP SEMANAL\r\n- WIPE FULL QUINZENAL\r\n- LOW DECAY (50%)\r\n- CHINOOK TIME 05:00\r\n- NUMERO DE SENTRYS PERMITIDAS 30\r\n\r\n- SOLO SERVER\r\n- WEEKLY WIPE MAP\r\n- BI-WEEKLY FULL WIPE\r\n- LOW DECAY (50%)\r\n- CHINOOK TIME 05:00\r\n- NUMBER OF AUTO TURRETS ALLOWED 30",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776613400,
    "score": 0,
    "last_online": 1776849019,
    "icon": null,
    "name": "ILHA DOS PELADOS BRASIL - SOLO",
    "connect": "177.105.171.183:28025",
    "request": "177.105.171.183:28026",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1718907384,
    "last_update": 1776849019,
    "banned": false,
    "wipe": 1776376404,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2809,
    "language": "pt",
    "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/4811082");
$data = json_decode($json, true);
var_dump($data);