Rising World
API for [RU] RWS-OLD (public, PvPvE) [vk.com/rwgameru] [rw-game.ru] [shelter.games]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11088200json
{
"response": {
"steam_id": "76561197960265728",
"domain": null,
"id": 11088200,
"ip": "109.248.250.214",
"port": 6001,
"query": 6001,
"color": 0,
"city": "Novosibirsk",
"description": null,
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1774590725,
"score": 0,
"last_online": 1776447100,
"icon": null,
"name": "[RU] RWS-OLD (public, PvPvE) [vk.com/rwgameru] [rw-game.ru] [shelter.games]",
"connect": "109.248.250.214:6001",
"request": "109.248.250.214:6001",
"map": "Exoplanet_x1493",
"gamemode": "Rising World",
"version": "201911051",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770023929,
"last_update": 1776447100,
"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": 54,
"language": "ru",
"parked": false,
"app": {
"id": 4472,
"steam_id": 324080,
"name": "Rising World",
"url": "rising-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11088200");
$data = json_decode($json, true);
var_dump($data);