API для Normal Stud - Serv dev
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": null,
"os": "w",
"product": "nanos-world",
"region": -1,
"steam_id": "90288873711415301",
"domain": null,
"id": 12284506,
"ip": "37.67.100.171",
"port": 7777,
"query": 7778,
"project_id": null,
"color": 0,
"city": "Vélizy-Villacoublay",
"description": null,
"game": 1841660,
"owner": null,
"boosts": 1,
"last_offline": 1784086999,
"last_online": 1784048590,
"icon": null,
"name": "Normal Stud - Serv dev",
"connect": "37.67.100.171:7777",
"request": "37.67.100.171:7778",
"map": "so-stylized::Demonstration_Vol1",
"gamemode": null,
"version": "1.147.0.0",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": null,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783954415,
"last_update": 1784086999,
"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": 31,
"language": "fr",
"parked": false,
"app": {
"id": 1564244,
"steam_id": 1841660,
"name": "nanos world",
"url": "nanos-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12284506");
$data = json_decode($json, true);
var_dump($data);