API для Wildflower world of elisabethsophia2001
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "~wp=26902",
"os": "w",
"product": "base",
"region": -1,
"steam_id": "90289268691955738",
"domain": null,
"id": 12388497,
"ip": "35.150.198.154",
"port": 26900,
"query": 26901,
"project_id": null,
"color": 0,
"city": "Manchester",
"description": null,
"game": 280790,
"owner": null,
"boosts": 1,
"last_offline": 1784808300,
"last_online": 1784496209,
"icon": null,
"name": "Wildflower world of elisabethsophia2001",
"connect": "35.150.198.154:26900",
"request": "35.150.198.154:26901",
"map": "Wildflower_world_of_elisabethso",
"gamemode": null,
"version": "4.2.0.0",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784492021,
"last_update": 1784808300,
"ban_reason": null,
"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": 584,
"language": "en",
"parked": false,
"app": {
"id": 3155,
"steam_id": 280790,
"name": "Creativerse",
"url": "creativerse"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12388497");
$data = json_decode($json, true);
var_dump($data);