Rust
Hagane<3 x Nova için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11435512json
{
"response": {
"fps": 133,
"fps_avg": 131,
"entities_count": 109322,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90284697080542209",
"domain": null,
"id": 11435512,
"ip": "45.10.59.156",
"port": 27389,
"query": 27390,
"color": 0,
"city": "Paris",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776690801,
"score": 0,
"last_online": 1776819696,
"icon": null,
"name": "Hagane<3 x Nova",
"connect": "45.10.59.156:27389",
"request": "45.10.59.156:27390",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977192,
"last_update": 1776819696,
"banned": false,
"wipe": 1775581514,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7574,
"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/11435512");
$data = json_decode($json, true);
var_dump($data);