Unturned
API for 𐀉𐀉𐀉 RedLine #1 TPA|HOME|MAX4|ДЛЯ НОВИЧКОВ
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5556198json
{
"response": {
"steam_id": "85568392924629545",
"domain": null,
"id": 5556198,
"ip": "185.189.255.167",
"port": 23000,
"query": 23000,
"color": 0,
"city": "Moscow",
"description": null,
"game": 304930,
"owner": 79823,
"boosts": 1,
"last_offline": 1776049310,
"score": 1,
"last_online": 1776091212,
"icon": "https://cdn.jsdelivr.net/gh/VegaRedLine/RedLineImages@main/Icon/Icon.png",
"name": "𐀉𐀉𐀉 RedLine #1 TPA|HOME|MAX4|ДЛЯ НОВИЧКОВ",
"connect": "185.189.255.167:23000",
"request": "185.189.255.167:23000",
"map": "PEI",
"gamemode": "KЛACCИЧECKOE BЫЖИBAHИE!",
"version": "3.26.2.2",
"numplayers": 13,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 79,
"add_date": 1723298934,
"last_update": 1776091212,
"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": 10,
"language": "ru",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": {
"username": "panfinmso",
"avatar": "fbe36299-5b59-46bc-93d1-5a2f501938e4.jpg",
"last_online": 1723312637
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5556198");
$data = json_decode($json, true);
var_dump($data);