API für ЭКСТРИМ ПВЕ [X2]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 55,
"fps_avg": 54,
"entities_count": 72375,
"world_seed": 571133764,
"world_size": 3750,
"steam_id": "90286609309139996",
"domain": null,
"id": 760832,
"ip": "90.188.4.171",
"port": 55007,
"query": 55000,
"color": 0,
"city": "Barnaul",
"description": "![ЭКСТРИМ ПВЕ [X2]](https://i.imgur.com/biFRrHl.jpg)\nДобро пожаловать: \r\n- PVE:без убийств и рейдов \r\n- Защита лута по урону \r\n- Вайпы каждый месяц \r\n- Рейдбазы и конвой \r\n- Добыча X2 \r\n- День 2.5 часа, ночь 5 минут \r\n- Всегда день \r\n- Быстрее респавн и шанс встать..",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780604600,
"last_online": 1780608635,
"icon": null,
"name": "ЭКСТРИМ ПВЕ [X2]",
"connect": "90.188.4.171:55007",
"request": "90.188.4.171:55000",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680785164,
"last_update": 1780608635,
"banned": false,
"wipe": 1780604896,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3036,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/760832");
$data = json_decode($json, true);
var_dump($data);