Empyrion - Galactic Survival
API для Serdonia
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/907997json
{
"response": {
"steam_id": "90284562099939358",
"domain": null,
"id": 907997,
"ip": "31.214.136.142",
"port": 21500,
"query": 21501,
"color": 0,
"city": "Clifton",
"description": "",
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1774429318,
"score": null,
"last_online": 1776455457,
"icon": null,
"name": "Serdonia",
"connect": "31.214.136.142:21500",
"request": "31.214.136.142:21501",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684749990,
"last_update": 1776455457,
"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": 104,
"language": "en",
"parked": false,
"app": {
"id": 140,
"steam_id": 383120,
"name": "Empyrion - Galactic Survival",
"url": "empyrion-galactic-survival"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/907997");
$data = json_decode($json, true);
var_dump($data);