API для 4Netplayers Recuerda Maduro esta en la carcel :D
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290093020964865",
"domain": null,
"id": 12132799,
"ip": "192.227.126.113",
"port": 22000,
"query": 22000,
"project_id": null,
"color": 0,
"city": "West Palm Beach",
"description": "4Netplayers Recuerda Maduro esta en la carcel :D",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1785542234,
"last_online": 1785724570,
"icon": null,
"name": "4Netplayers Recuerda Maduro esta en la carcel :D",
"connect": "192.227.126.113:22000",
"request": "192.227.126.113:22000",
"map": "muldraughmilitarybaseas24;Raven",
"gamemode": "Project Zomboid",
"version": "42.20",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1783803128,
"last_update": 1785724570,
"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": 4161,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12132799");
$data = json_decode($json, true);
var_dump($data);