API pentru [TR] paladyum.net | SURF & Combat | !ws !knife

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/3415094
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 3415094,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"e3nzf6FQyT\",\"type\":\"paragraph\",\"data\":{\"text\":\"  -- PALADYUM SURF COMBAT --Paladyum Surf Combat sunucularına katılın ve CS2 dünyasında surf yaparak savaşın. Özel surf haritalarımızda hızlı ve akıcı bir oyun deneyimi sizi bekliyor.- !ws, !knife, !skin, !gloves, !agents komutlarını veya websitemizi kullanarak özel skin ayarlayın.- Keyifli eklentilerle surf haritalarında oynayın.- Düşük ping, yüksek performanslı sunucularımızda oyun keyfine varın!- Her hafta gelen yenilikler ile unutamayacağınız bir oyun denemeyini yaşayın!Bağlanmak için: connect 78.189.89.77:27015-> Skins & Panel: [https://paladyum.online](https://paladyum.online/)-> Discord: [https://dc.paladyum.online](https://dc.paladyum.online/)\"}}]",
    "game": 730,
    "owner": 90930,
    "boosts": 1,
    "last_offline": 1761803568,
    "score": null,
    "last_online": 1760875216,
    "icon": null,
    "name": "[TR] paladyum.net | SURF & Combat | !ws !knife",
    "connect": null,
    "request": null,
    "map": "surf_ski_2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "TR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1710421846,
    "last_update": 1761803568,
    "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": 12874,
    "language": "tr",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "AlaattiNBeyGmail",
      "avatar": "1c3c6e5e-1373-47a7-bb20-53eebae72932.jpg",
      "last_online": 1731185293
    },
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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