Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11607392
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 70724,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286546854726671",
    "domain": null,
    "id": 11607392,
    "ip": "66.51.99.61",
    "port": 28040,
    "query": 28041,
    "color": 0,
    "city": "Dallas",
    "description": "![BEAR CLAW SERVERS | 3X | QUAD | MONTHLY | KITS | NOOB FRIENDLY](https://i.imgur.com/SeZbpqy.png)\nBEAR CLAW SERVERS [NA SERVER]\r\nMAX GROUP 4\r\n\r\n- X3 STACK SIZE \r\n- X3 GATHER RATES\r\n- X3 CRAFTING SPEED\r\n- X3 SMELTING SPEED\r\n- X3 RECYCLER SPEED\r\n- MINI'S SPAWN ON ROADS\r\n- MINI'S AUTO HOVER (PRESS X)\r\n- EXTENDED DAY & SHORT NIGHTS\r\n- BP SHARING WITH CLAN IS ENABLED\r\n- JUNK LOOT REMOVED FROM LOOT POOL\r\n- EXTENDED WORKBENCH RANGE IN BASE\r\n- RECYCLERS AT ADDITIONAL MONUMENTS / FISHING VILLAGES\r\n- IN SERVER SHOP TYPE /SHOP (USES BC_CASH) EARNED THROUGH PLAYTIME\r\n\r\nEVENTS:\r\n- EXPLOSIVE'S BOX EVENT\r\n- GUESS THE NUMBER EVENT\r\n\r\nDISCORD & STORE: BEARCLAWSERVERS.STORE\r\n\r\nTHANK YOU FOR CHOOSING BEAR CLAW SERVERS!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780158167,
    "last_online": 1780552230,
    "icon": null,
    "name": "BEAR CLAW SERVERS | 3X | QUAD | MONTHLY | KITS | NOOB FRIENDLY",
    "connect": "66.51.99.61:28040",
    "request": "66.51.99.61:28041",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915504,
    "last_update": 1780552230,
    "banned": false,
    "wipe": 1778190511,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5591,
    "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/11607392");
$data = json_decode($json, true);
var_dump($data);