Unturned
API for Moonproject[X10Loot|HOME|TPA|KITS]
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11143202json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11143202,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Vladimir",
"description": "[{\"id\":\"D8kuyNezUZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Pvp сервер для игры с друзьями нету доната и выдачи.Только киты для быстрого старта заходите к нам.\"}}]",
"game": 304930,
"owner": 169841,
"boosts": 1,
"last_offline": 1772431253,
"score": 0,
"last_online": 1771518611,
"icon": "https://eu.wargaming.net/clans/media/clans/emblems/cl_897/500063897/emblem_32x32.png",
"name": "Moonproject[X10Loot|HOME|TPA|KITS]",
"connect": null,
"request": null,
"map": "Russia",
"gamemode": "Отличный сервер для пвп.<",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1771471061,
"last_update": 1772431253,
"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": 925,
"language": "ru",
"parked": true,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned",
"popular_maps_available": true
},
"server_owner": {
"username": "mansini",
"avatar": "no.jpg",
"last_online": 1771472564
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11143202");
$data = json_decode($json, true);
var_dump($data);