No One Survived
API для [AT]ClownMafia-Feierabend[Map01][PvE]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11491688json
{
"response": {
"steam_id": "90285127775749142",
"domain": null,
"id": 11491688,
"ip": "161.97.153.93",
"port": 30100,
"query": 30115,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1963370,
"owner": null,
"boosts": 1,
"last_offline": 1777467761,
"score": 0,
"last_online": 1777519882,
"icon": null,
"name": "[AT]ClownMafia-Feierabend[Map01][PvE]",
"connect": "161.97.153.93:30100",
"request": "161.97.153.93:30115",
"map": "NeedPassword",
"gamemode": "NoOneSurvivedServer",
"version": "1.0.0.4",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777467761,
"last_update": 1777519882,
"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": 43,
"language": "fr",
"parked": false,
"app": {
"id": 1554615,
"steam_id": 1963370,
"name": "No One Survived",
"url": "no-one-survived"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11491688");
$data = json_decode($json, true);
var_dump($data);