API for [EU/CZ] Odyssey - RustVanilla.eu | Max 6 | Beginners | Fridays
JSON for programs, websites and more
text
json
{
"response": {
"fps": 20,
"fps_avg": 20,
"entities_count": 88391,
"world_seed": 215936022,
"world_size": 3500,
"steam_id": "90286696156099589",
"domain": null,
"id": 6649610,
"ip": "185.180.2.113",
"port": 28620,
"query": 27620,
"project_id": null,
"color": 0,
"city": "Prague",
"description": "![[EU/CZ] Odyssey - RustVanilla.eu | Max 6 | Beginners | Fridays ](https://rustvanilla.eu/images/1.png)\nVitaj na RustVanilla.eu! Vanilla, žiadne modifikácie, žiadne pluginy. \r\n \r\n • Wipe info: \r\n - Prvý štvrtok v mesiaci 20:00 (8 PM CET) = FULL WIPE (mapa + blueprinty, oficiálny force wipe) \r\n - Bi-weekly piatky o 18:00 (6 PM CET) = FULL WIPE (mapa + blueprinty)\r\n - Weekly piatky o 18:00 (6 PM CET) = MAP WIPE (blueprinty zostávajú)\r\n \r\n • Raidiť je zakázané od 00:00 do 10:00 \r\n • Veľkosť skupiny: 6 \r\n • Mapa: 3500 & Combined outpost \r\n • Pravidelný reštart serveru v 4:28 \r\n\r\n---- \r\nWelcome to RustVanilla.eu! Vanilla, no modifications, no plugins.\r\n \r\n • Wipe info: \r\n - First Thursday of the month 20:00 (8 PM CET) = FULL WIPE (map + blueprints, official force wipe) \r\n - Every other Friday at 6 PM CET – FULL WIPE (Map + Blueprints)\r\n - In-between Fridays at 6 PM CET – MAP WIPE (Blueprints persist)\r\n \r\n • Raiding is prohibited from 00:00 to 10:00 \r\n • Group size: 6\r\n • Map size: 3500 & Combined outpost \r\n • Server restart every day at 4:28",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780061570,
"last_online": 1780874004,
"icon": null,
"name": "[EU/CZ] Odyssey - RustVanilla.eu | Max 6 | Beginners | Fridays",
"connect": "185.180.2.113:28620",
"request": "185.180.2.113:27620",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1731487535,
"last_update": 1780874004,
"banned": false,
"wipe": 1780595868,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3302,
"language": "cs",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6649610");
$data = json_decode($json, true);
var_dump($data);