API для The Cabbage Patch - B42
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290105282292757",
"domain": null,
"id": 13106556,
"ip": "198.244.210.2",
"port": 17200,
"query": 17200,
"project_id": null,
"color": 0,
"city": "London",
"description": "Light Rp server for new players to learn or long time players to have fun!",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1785481879,
"last_online": 1785700561,
"icon": null,
"name": "The Cabbage Patch - B42",
"connect": "198.244.210.2:17200",
"request": "198.244.210.2:17200",
"map": "\\map_distanciado;\\AZSpawn;\\Muld",
"gamemode": "Project Zomboid",
"version": "42.20",
"numplayers": 3,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1785481879,
"last_update": 1785700561,
"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": 2013,
"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/13106556");
$data = json_decode($json, true);
var_dump($data);