Rust
[EU] Facepunch Softcore 1 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6572153json
{
"response": {
"fps": 129,
"fps_avg": 130,
"entities_count": 276409,
"world_seed": 375327174,
"world_size": 4500,
"steam_id": "90285618731942941",
"domain": null,
"id": 6572153,
"ip": "79.137.98.23",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Gravelines",
"description": "![[EU] Facepunch Softcore 1](https://files.facepunch.com/Alistair/124/07/2025/9593/fpos.png)\nThis is an official server owned and operated by Facepunch.\r\n\r\nPeople are free to speak whatever language they like. Don't be surprised if you get banned for being abusive.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778402579,
"score": 0,
"last_online": 1778552415,
"icon": null,
"name": "[EU] Facepunch Softcore 1",
"connect": "79.137.98.23:28015",
"request": "79.137.98.23:28016",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 39,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1731158584,
"last_update": 1778552415,
"banned": false,
"wipe": 1778175242,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 714,
"language": "fr",
"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/6572153");
$data = json_decode($json, true);
var_dump($data);