API dla OUTLAW RUST test
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 55,
"fps_avg": 53,
"entities_count": 116784,
"world_seed": 164076621,
"world_size": 4500,
"steam_id": "90286573777020959",
"domain": null,
"id": 11510998,
"ip": "188.137.241.201",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Oude Meer",
"description": "\n🔥 OUTLAW RUST | Классический сервер для новичков и не толькоn⚙ QOL-фишки:n• Ускоренные печкиn• Переработчики в Fishing Village и Ranchn• Чистые бочки — без мусорных шмотокn🏆 Турнир кланов с призовым каждый вайпn📊 Live статистика и лидерборд на outlawrust.ggn🎨 Бесплатные скины — привяжи Discordn�� outlawrust.ggn💬 discord.gg/outlawrustn📨 t.me/outlawrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779898404,
"last_online": 1780559432,
"icon": null,
"name": "OUTLAW RUST test",
"connect": "188.137.241.201:28015",
"request": "188.137.241.201:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353836,
"last_update": 1780559432,
"banned": false,
"wipe": 1778189015,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5078,
"language": "nl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11510998");
$data = json_decode($json, true);
var_dump($data);