noinfo3052620
API для
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11394692json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11394692,
"ip": "92.204.240.181",
"port": 20090,
"query": 20091,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 3052620,
"owner": null,
"boosts": 1,
"last_offline": 1776285073,
"score": 0,
"last_online": 1775725877,
"icon": null,
"name": null,
"connect": null,
"request": "92.204.240.181:20091",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774597063,
"last_update": 1776285073,
"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": 87,
"language": "fr",
"parked": false,
"app": {
"id": 1665334,
"steam_id": 3052620,
"name": "noinfo3052620",
"url": "noinfo3052620"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11394692");
$data = json_decode($json, true);
var_dump($data);