API for Cozy Wasteland [x50 | Max3 | Loot+] WIPE 21.10
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 742263,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"gYHsiscqFj\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/94e2b5de-aad2-42ee-9313-e66ddc495daa.png\"}}},{\"id\":\"ipGoDd2F8E\",\"type\":\"header\",\"data\":{\"text\":\"ИНФОРМАЦИЯ О СЕРВЕРЕ:\",\"level\":2}},{\"id\":\"lgdpi5jj4\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Ресурсы X2\"}},{\"id\":\"MKHUrhfSwg\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Компоненты X2\"}},{\"id\":\"BO0_OF2cdd\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Максимум игроков в команде 5\"}},{\"id\":\"RlF9S1CNdm\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Моментальный крафт\"}},{\"id\":\"qWQY0PD_ma\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Discord: \\n\\n[https://discord.gg/5F7UdBMt7w](https://discord.gg/5F7UdBMt7w)\"}},{\"id\":\"b2Fm26r36e\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Магазин: https://feroxrust-shop.survivalshop.org\"}}]",
"game": 252490,
"owner": 73107,
"boosts": 1,
"last_offline": 1762408345,
"last_online": 1761512412,
"icon": null,
"name": "Cozy Wasteland [x50 | Max3 | Loot+] WIPE 21.10",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1675338886,
"last_update": 1762408345,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13145,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "stolbit",
"avatar": "52087f46-64a7-4eec-967a-77c3c05af2cd.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/742263");
$data = json_decode($json, true);
var_dump($data);