RT 2x - US | KITS | SMALL MAP için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 30414,
"world_seed": 1337,
"world_size": 2500,
"steam_id": "90286610711420948",
"domain": null,
"id": 11159797,
"ip": "66.51.96.61",
"port": 28005,
"query": 28006,
"color": 0,
"city": "Ashburn",
"description": "\nSTILL IN WORKS\r\n\r\n2x With Vanilla Stacks And Quality Of Life Plugins\r\nUS\r\n2500 Map Size\r\nKits\r\nFaster Smelting\r\nFaster Recycling\r\nQuerys Are 3x\r\nSlower Day Faster Nights\r\nNoob Friendly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779918792,
"last_online": 1780640424,
"icon": null,
"name": "RT 2x - US | KITS | SMALL MAP",
"connect": "66.51.96.61:28005",
"request": "66.51.96.61:28006",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 5,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1772228140,
"last_update": 1780640424,
"banned": false,
"wipe": 1780608699,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 894,
"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/11159797");
$data = json_decode($json, true);
var_dump($data);