API pentru New Server [Ghots] - x1 | 26.05-03.06 | NoLIMIT
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 67,
"fps_avg": 68,
"entities_count": 119375,
"world_seed": 1055625684,
"world_size": 4500,
"steam_id": "90286218212766735",
"domain": null,
"id": 11501162,
"ip": "149.50.101.26",
"port": 28094,
"query": 28095,
"color": 0,
"city": "Warsaw",
"description": "![[Shadow] - x1 | 23.05-03.06 | NoLIMIT](https://ibb.co/wNrp8qrh)\nВанильный - х1. Устал от читеров? Тебе сюда. Следующий вайп 3го числа . Vanilla x1. Tired of cheaters? This is the place for you. Next wipe 03.06.2026. BP reset on wipe. Чертежи ресаются каждый вайп, таким образом залетев на вайп ты играешь на равных, никто не будет бегать с томиком на третьей минуте. Випок нет, все стоят в очереди если такова будет. Все на равных, как говорится.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780604002,
"last_online": 1780479033,
"icon": null,
"name": "New Server [Ghots] - x1 | 26.05-03.06 | NoLIMIT",
"connect": "149.50.101.26:28094",
"request": "149.50.101.26:28095",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207168,
"last_update": 1780604002,
"banned": false,
"wipe": 1779747906,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10761,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11501162");
$data = json_decode($json, true);
var_dump($data);