API для [GER/ENG] -• DIdsE •- Survival + Help BOT
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790498144,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "178.202.82.148:7777",
"country": "DE",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17247520,
"ip": "178.202.82.148",
"language": "de",
"last_update": 1790550351,
"map": "Gateway",
"maxplayers": 42,
"name": "[GER/ENG] -• DIdsE •- Survival + Help BOT",
"numplayers": 0,
"official": false,
"points": 30,
"port": 7777,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 7777,
"request": "178.202.82.148:7777",
"secured": null,
"status": true,
"steam_id": null,
"version": "evrima 0.21.784",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": null,
"city": "Франкфурт-на-Майне",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": null,
"last_online": 1790550351,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1185,
"wipe_period": null,
"eosSessionId": "80b859746ef1415d935b3d23966c5a6f"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17247520");
$data = json_decode($json, true);
var_dump($data);