ShadowRust #7 [ FACECHECK | 90+ MAPS | FPS+ ] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 20950,
"world_seed": 1337,
"world_size": 2000,
"steam_id": "90285931918639116",
"domain": null,
"id": 11159518,
"ip": "176.212.127.83",
"port": 54100,
"query": 54101,
"color": 0,
"city": "Barnaul",
"description": "![ShadowRust #7 [ FACECHECK | 90+ MAPS | FPS+ ]](https://i.postimg.cc/B60fcYfq/imgonline-com-ua-Resize-d1-WN0-QWoe5.png)\nWelcome to the ShadowRust FACECHECK project! \r\nOn our servers, we deliver a competitive Rust experience focused on skill and reaction.\r\nEvery fight matters, every move counts.\r\nOur servers maintain high uptime,\r\nto provide smooth and fair gameplay at all times!\r\n - Clean and optimized environment\r\n - Constant improvements and innovation\r\n - Experience the best facechecks in Rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778353388,
"last_online": 1779195020,
"icon": null,
"name": "ShadowRust #7 [ FACECHECK | 90+ MAPS | FPS+ ]",
"connect": "176.212.127.83:54100",
"request": "176.212.127.83:54101",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228132,
"last_update": 1779195020,
"banned": false,
"wipe": 1778176333,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4169,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11159518");
$data = json_decode($json, true);
var_dump($data);