s&box
🟦⬜🟥 Nexora City | Staff 24/7 & Évents Inédits, OPTI için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11492222json
{
"response": {
"revision": "234451",
"protocol": 1101,
"gameident": "dxura.rp",
"hidden": false,
"api": 25,
"steam_id": 90285567778930690,
"domain": null,
"id": 11492222,
"ip": "194.69.160.56",
"port": 37057,
"query": 37058,
"color": 0,
"city": "City of London",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1778706135,
"score": 0,
"last_online": 1778415100,
"icon": null,
"name": "🟦⬜🟥 Nexora City | Staff 24/7 & Évents Inédits, OPTI",
"connect": "194.69.160.56:37057",
"request": "194.69.160.56:37058",
"map": "thieves.rpdowntown3t",
"gamemode": "DXRP",
"version": "26.05.06a",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1778272662,
"last_update": 1778706135,
"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": 90,
"language": "en",
"parked": false,
"app": {
"id": 1646716,
"steam_id": 590830,
"name": "s&box",
"url": "sbox"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11492222");
$data = json_decode($json, true);
var_dump($data);