Unturned
API for 𐀉𐀉𐀉 RedLine #2 TPA|HOME|MAX4|ДЛЯ НОВИЧКОВ
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5556768json
{
"response": {
"steam_id": "85568392924629546",
"domain": null,
"id": 5556768,
"ip": "185.189.255.167",
"port": 24000,
"query": 24000,
"color": 0,
"city": "Moscow",
"description": null,
"game": 304930,
"owner": 79823,
"boosts": 1,
"last_offline": 1776049310,
"score": 1,
"last_online": 1776090613,
"icon": "https://cdn.jsdelivr.net/gh/VegaRedLine/RedLineImages@main/Icon/Icon.png",
"name": "𐀉𐀉𐀉 RedLine #2 TPA|HOME|MAX4|ДЛЯ НОВИЧКОВ",
"connect": "185.189.255.167:24000",
"request": "185.189.255.167:24000",
"map": "Russia",
"gamemode": "KЛACCИЧECKOE BЫЖИBAHИE!",
"version": "3.26.2.2",
"numplayers": 9,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1723298934,
"last_update": 1776090613,
"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": 17,
"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/5556768");
$data = json_decode($json, true);
var_dump($data);