LTW | ПОЛУ-КЛАССИКА | x2 | NoLimit için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 59,
"fps_avg": 57,
"entities_count": 94719,
"world_seed": 372124167,
"world_size": 4050,
"steam_id": 90286758822653970,
"domain": null,
"id": 11759313,
"ip": "185.189.255.19",
"port": 36100,
"query": 36110,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "Обслуживается сервер LTW JavaScript Team\r\n\r\nСервер намерен на простое обычное кайфовое выживание на x2. Ограничение в командах НЕТ. Админы попущены и не играют!!!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780934080,
"last_online": 1781011231,
"icon": null,
"name": "LTW | ПОЛУ-КЛАССИКА | x2 | NoLimit",
"connect": "185.189.255.19:36100",
"request": "185.189.255.19:36110",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780931708,
"last_update": 1781011231,
"banned": false,
"wipe": 1780918169,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2677,
"language": "ru",
"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/11759313");
$data = json_decode($json, true);
var_dump($data);