Rising World
API для *=[TKC]=* Lost City Since 2015
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/3444414json
{
"response": {
"steam_id": "90284562219918348",
"domain": null,
"id": 3444414,
"ip": "85.14.192.152",
"port": 4255,
"query": 4254,
"color": 0,
"city": "Düsseldorf",
"description": "",
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1775394729,
"score": null,
"last_online": 1776437420,
"icon": null,
"name": "*=[TKC]=* Lost City Since 2015",
"connect": "85.14.192.152:4255",
"request": "85.14.192.152:4254",
"map": "Lost City 2023",
"gamemode": "Rising World (New Version)",
"version": "202512221",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1710510084,
"last_update": 1776437420,
"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": 2,
"language": "de",
"parked": false,
"app": {
"id": 4472,
"steam_id": 324080,
"name": "Rising World",
"url": "rising-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/3444414");
$data = json_decode($json, true);
var_dump($data);