Rust
Fields Of Rust PVE 10X (lightly modded) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11260903json
{
"response": {
"fps": 137,
"fps_avg": 145,
"entities_count": 113442,
"world_seed": 1877089288,
"world_size": 4250,
"steam_id": "90284800563872792",
"domain": null,
"id": 11260903,
"ip": "99.249.143.10",
"port": 28018,
"query": 28020,
"color": 0,
"city": "Collingwood",
"description": "\n10X Resources\r\n10X Loot\r\n100X StackSizes\r\nFast Recyclers\r\nRemoval Tool\r\nSpawn Mini (No Fuel)\r\nRaidable Bases\r\nTeleports\r\n\r\nIf your looking for a more heavier modded PVE server, join my other server.\r\nFields of Rust|PVE|Events|RaidableBases|NPC's|Skill Tree",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776346371,
"score": 0,
"last_online": 1776858621,
"icon": null,
"name": "Fields Of Rust PVE 10X (lightly modded)",
"connect": "99.249.143.10:28018",
"request": "99.249.143.10:28020",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555210,
"last_update": 1776858621,
"banned": false,
"wipe": 1776363677,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5033,
"language": "en",
"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/11260903");
$data = json_decode($json, true);
var_dump($data);