Valheim
API для Les Affreux
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/950375json
{
"response": {
"steam_id": "90274513186275356",
"domain": null,
"id": 950375,
"ip": "152.228.171.137",
"port": 2456,
"query": 2457,
"color": 0,
"city": "Gravelines",
"description": "",
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1768640701,
"score": null,
"last_online": 1776436322,
"icon": null,
"name": "Les Affreux",
"connect": "152.228.171.137:2456",
"request": "152.228.171.137:2457",
"map": "Les Affreux",
"gamemode": null,
"version": "0.221.4",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684772954,
"last_update": 1776436322,
"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": 314,
"language": "fr",
"parked": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/950375");
$data = json_decode($json, true);
var_dump($data);