API для Floppy's Stream Ho's - May 19 2023 fresh wipe like your mama to
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286666829315093",
"domain": null,
"id": 815219,
"ip": "207.244.247.209",
"port": 35500,
"query": 35515,
"project_id": null,
"color": 0,
"city": "St Louis",
"description": "",
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778142785,
"last_online": 1780777303,
"icon": null,
"name": "Floppy's Stream Ho's - May 19 2023 fresh wipe like your mama to",
"connect": "207.244.247.209:35500",
"request": "207.244.247.209:35515",
"map": "VRisingWorld",
"gamemode": "ceab2cad-ffa7-4ad7-9db1-fdf0c974d95b",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684361473,
"last_update": 1780777303,
"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": 496,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/815219");
$data = json_decode($json, true);
var_dump($data);