[IR] Dark Gaming Rust207 [x2][Kit][Skin][reward] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 217,
"fps_avg": 219,
"entities_count": 32476,
"world_seed": 169947,
"world_size": 2400,
"steam_id": "90286758209348633",
"domain": null,
"id": 11768979,
"ip": "5.42.223.21",
"port": 28015,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Tehran",
"description": "![[IR] Dark Gaming Rust207 [x2][Kit][Skin][reward]](https://s8.uupload.ir/files/mxzfpmg_0oj6.jpg)\nDark Rust Iranin Rust 207 devblog server\r\nFor more information about this server =>\r\nhttps://discord.gg/Q5eHSxaHv7\r\nIP TeamSpeak DarkGame =>\r\n5.42.223.100:5411",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780934186,
"last_online": 1780974630,
"icon": null,
"name": "[IR] Dark Gaming Rust207 [x2][Kit][Skin][reward]",
"connect": "5.42.223.21:28015",
"request": "5.42.223.21:28015",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2137",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "IR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780934186,
"last_update": 1780974630,
"banned": false,
"wipe": 1780672459,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6131,
"language": "fa",
"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/11768979");
$data = json_decode($json, true);
var_dump($data);