API pentru [TR/EU] Altar TR | FPS+ | Solo/Duo | Wipe 16.05
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 83,
"fps_avg": 73,
"entities_count": 48979,
"world_seed": 919856972,
"world_size": 3000,
"steam_id": "90286547742255112",
"domain": null,
"id": 11510745,
"ip": "5.226.191.183",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Istanbul",
"description": "Sunucumuz, optimize edilmiş haritası ve akıcı performansıyla rekabetçi, dengeli ve kaliteli bir Rust deneyimi sunar. Tamamen vanilla oynanış odaklıdır.\r\n\r\nÖzellikler:\r\n• 1x Vanilla\r\n• FPS Optimize Harita\r\n• Solo/Duo Limit\r\n• Aktif Yönetim\r\n• Dengeli ve Rekabetçi Oynanış\r\n• 2 Haftada Bir Wipe\r\n\r\nStabil ve adil bir Rust ortamı için hemen katıl!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780584277,
"last_online": 1780668636,
"icon": null,
"name": "[TR/EU] Altar TR | FPS+ | Solo/Duo | Wipe 16.05",
"connect": "5.226.191.183:28015",
"request": "5.226.191.183:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353832,
"last_update": 1780668636,
"banned": false,
"wipe": 1778885909,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4954,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11510745");
$data = json_decode($json, true);
var_dump($data);