🐺⫸ Wolf RP ⇒ Промо ⋙ wolfs | TFA ⁞ Free VIP ⫷ için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10641665
json
{
  "response": {
    "steam_id": "85568392927035857",
    "domain": null,
    "id": 10641665,
    "ip": "46.226.164.196",
    "port": 25560,
    "query": 25560,
    "color": 0,
    "city": "Stockholm",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776777753,
    "score": 0,
    "last_online": 1776802247,
    "icon": null,
    "name": "🐺⫸ Wolf RP ⇒ Промо ⋙ wolfs | TFA ⁞ Free VIP ⫷",
    "connect": "46.226.164.196:25560",
    "request": "46.226.164.196:25560",
    "map": "rp_bangclaw_wolf",
    "gamemode": "DarkRP",
    "version": "2025.03.26",
    "numplayers": 0,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SE",
    "status": true,
    "votes": 0,
    "points": 31,
    "add_date": 1763716319,
    "last_update": 1776802247,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 651,
    "language": "sv",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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