API für PODPIVAS RUST X2 | NO GRIND | KITS & REWARDS| NOLIMITS
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 178,
"fps_avg": 175,
"entities_count": 136854,
"world_seed": 1831829478,
"world_size": 3750,
"steam_id": "90286443040718879",
"domain": null,
"id": 11644716,
"ip": "89.35.130.90",
"port": 20050,
"query": 10050,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nТОП-3 ПРИЧИНЫ ИГРАТЬ У НАС: X2 Ускорение: Быстрый фарм, быстрый старт, быстрый выход в топ. KITS: Бесплатные наборы, чтобы не тратить время на голый старт. FPS+ Оптимизация: Плавный геймплей даже в самых жарких рейдах! Наш сервер не лагает —",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780600412,
"last_online": 1780260618,
"icon": null,
"name": "PODPIVAS RUST X2 | NO GRIND | KITS & REWARDS| NOLIMITS",
"connect": "89.35.130.90:20050",
"request": "89.35.130.90:10050",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780177434,
"last_update": 1780600412,
"banned": false,
"wipe": 1780223913,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12199,
"language": "de",
"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/11644716");
$data = json_decode($json, true);
var_dump($data);