GYRO için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 69490,
"world_seed": 2147483647,
"world_size": 3500,
"steam_id": "90286511711354892",
"domain": null,
"id": 1731329,
"ip": "83.223.207.38",
"port": 28200,
"query": 28215,
"color": 0,
"city": "Dallas",
"description": "\nGoon Platoon. PvE Rust server that wipes on update and when consensus is reached if before. Don't be a goober and have fun building and learning.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780578038,
"icon": null,
"name": "GYRO",
"connect": "83.223.207.38:28200",
"request": "83.223.207.38:28215",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1699305357,
"last_update": 1780578038,
"banned": false,
"wipe": 1779890008,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2605,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/1731329");
$data = json_decode($json, true);
var_dump($data);