API для MundoDePvtos
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "V Rising",
"gametype": "pvp,cs10,hc,ded,dif_br",
"dedicated": true,
"steam_id": "90291933105447938",
"domain": null,
"id": 14057313,
"ip": "181.42.181.227",
"port": 9876,
"query": 9877,
"project_id": null,
"color": 0,
"city": "Сантьяго",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1788218835,
"last_online": 1788263823,
"icon": null,
"name": "MundoDePvtos",
"connect": "181.42.181.227:9876",
"request": "181.42.181.227:9877",
"map": "VRisingWorld",
"gamemode": null,
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": null,
"country": "CL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787630532,
"last_update": 1788263823,
"ban_reason": null,
"banned": false,
"hidden": 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": 3546,
"language": "es",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14057313");
$data = json_decode($json, true);
var_dump($data);