Core Keeper
API для world
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11385825json
{
"response": {
"steam_id": "90283463153681439",
"domain": null,
"id": 11385825,
"ip": "15.235.31.117",
"port": 28770,
"query": 28771,
"color": 0,
"city": "Montreal",
"description": null,
"game": 1621690,
"owner": null,
"boosts": 1,
"last_offline": 1774596205,
"score": 0,
"last_online": 1777324274,
"icon": null,
"name": "world",
"connect": "15.235.31.117:28770",
"request": "15.235.31.117:28771",
"map": null,
"gamemode": "Core Keeper",
"version": "1.2.0.6-8249",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596205,
"last_update": 1777324274,
"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": 597,
"language": "en",
"parked": false,
"app": {
"id": 1560042,
"steam_id": 1621690,
"name": "Core Keeper",
"url": "core-keeper"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11385825");
$data = json_decode($json, true);
var_dump($data);