API for Ritual.co |No limit [X2 Vanilla]
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9972323,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "![Ritual Rust |Monthly|No limit [X2 Vanilla]](https://i.postimg.cc/yNxX4YFc/photo-2025-08-08-21-40-43.jpg)\n╨Э╨╛╨▓╤Л╨╣ ╤Б╨╡╤А╨▓╨╡╤А ╨▓╨░╨╜╨╕╨╗╤М╨╜╤Л╨╣ ╤Б╨╡╤А╨▓╨╡╤А ╤Б ╨╝╨░╨╗╤Л╨╝╨╕ ╨╕╨╖╨╝╨╡╨╜╨╡╨╜╨╕╤П╨╝╨╕ ╨а╨╡╨╣╤В╤Л ╨╜╨░ ╨▓╤Б╤С X2 ╨Э╨╡╤В╤Г ╨║╨╕╤В╨╛╨▓ ╨╕ ╤В╨╡╨╗╨╡╨┐╨╛╤А╤В╨░╤Ж╨╕╨╣ ╨Х╤Б╤В╤М ╨╛╤Д╤Д╨╗╨░╨╣╨╜ ╤А╨╡╨╣╨┤ ╨▒╨░╨╖╤Л ╨┤╨╗╤П ╨╕╨│╤А╨╛╨║╨╛╨▓, ╤Б ╤Е╨╛╤А╨╛╤И╨╕╨╝ ╨╗╤Г╤В╨╛╨╝!",
"game": 252490,
"owner": 131397,
"boosts": 1,
"last_offline": 1759827161,
"last_online": 1757201418,
"icon": null,
"name": "Ritual.co |No limit [X2 Vanilla]",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754855418,
"last_update": 1759827161,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13361,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Jabka_Selukov",
"avatar": "33807dca-55c2-4c38-b019-8c3e86d06c01.jpg"
},
"mods": [
{
"id": 1225,
"name": "Raidable Bases"
},
{
"id": 1589,
"name": "No Steam"
},
{
"id": 1279,
"name": "RustApp"
},
{
"id": 1753,
"name": "bgrade"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9972323");
$data = json_decode($json, true);
var_dump($data);