Sons Of The Forest
API для Mecanicos e Mais
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11479421json
{
"response": {
"steam_id": "90283878423790605",
"domain": null,
"id": 11479421,
"ip": "45.146.81.93",
"port": 27074,
"query": 27075,
"color": 0,
"city": "Cotia",
"description": null,
"game": 1326470,
"owner": null,
"boosts": 1,
"last_offline": 1776773604,
"score": 0,
"last_online": 1776780135,
"icon": null,
"name": "Mecanicos e Mais",
"connect": "45.146.81.93:27074",
"request": "45.146.81.93:27075",
"map": "Hard",
"gamemode": "Sons Of the Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979096,
"last_update": 1776780135,
"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": 1415,
"language": "pt",
"parked": false,
"app": {
"id": 1569757,
"steam_id": 1326470,
"name": "Sons Of The Forest",
"url": "sons-of-the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11479421");
$data = json_decode($json, true);
var_dump($data);