API für VEIL RUST » MAIN [NOLIMIT;X2]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 100,
"fps_avg": 99,
"entities_count": 45074,
"world_seed": 7657657,
"world_size": 3000,
"steam_id": "90286421070582813",
"domain": null,
"id": 11668193,
"ip": "77.91.89.10",
"port": 21950,
"query": 21951,
"color": 0,
"city": "Tambov",
"description": "VEIL RUST — лучший проект для слабых ПК с отличной отдачей сервера!\r\nМодовый сервер | Рейты X2–X4\r\nТелепортации к игрокам и на дом\r\nКиты доступны\r\nВайп — каждую неделю\r\n\r\nПриятной игры!\r\n\r\nСоцсети и магазин:\r\nVK — https://vk.com/veilrust\r\nDiscord — https://discord.gg/ERjxeYxVxu\r\nTelegram — https://t.me/VEILRUST\r\nМагазин — https://veilrust.gamestores.app/",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780263198,
"last_online": 1780214421,
"icon": null,
"name": "VEIL RUST » MAIN [NOLIMIT;X2]",
"connect": "77.91.89.10:21950",
"request": "77.91.89.10:21951",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2377",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780179627,
"last_update": 1780263198,
"banned": false,
"wipe": 1780066841,
"official": null,
"wipe_period": "weekly",
"next_wipe": 1780671641,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12413,
"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/11668193");
$data = json_decode($json, true);
var_dump($data);