Adrenaline Gamer
OGHL.NET | #1 US MIAMI Server [1000 FPS/FASTDL] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/4729333json
{
"response": {
"steam_id": "90284290465671168",
"domain": null,
"id": 4729333,
"ip": "23.230.3.220",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Miami",
"description": "",
"game": 9000049,
"owner": null,
"boosts": 1,
"last_offline": 1775902318,
"score": 0,
"last_online": 1776441636,
"icon": null,
"name": "OGHL.NET | #1 US MIAMI Server [1000 FPS/FASTDL]",
"connect": "23.230.3.220:27016",
"request": "23.230.3.220:27016",
"map": "stalkx",
"gamemode": "AG Tournament",
"version": "1.1.2.2/Stdio",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1717885103,
"last_update": 1776441636,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12,
"language": "en",
"parked": false,
"app": {
"id": 109,
"steam_id": 9000049,
"name": "Adrenaline Gamer",
"url": "adrenaline-gamer"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/4729333");
$data = json_decode($json, true);
var_dump($data);