s&box
🌊 Cove RP | 64P | Stable🌊 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11491772json
{
"response": {
"revision": "233935",
"protocol": 1101,
"gameident": "dxura.rp",
"mapident": "rpdowntown3t",
"hidden": false,
"api": 25,
"steam_id": "90285514310511644",
"domain": null,
"id": 11491772,
"ip": "45.45.238.73",
"port": 37045,
"query": 37046,
"color": 0,
"city": "Chicago",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1778711535,
"score": 0,
"last_online": 1778500903,
"icon": null,
"name": "🌊 Cove RP | 64P | Stable🌊",
"connect": "45.45.238.73:37045",
"request": "45.45.238.73:37046",
"map": "rpdowntown3t",
"gamemode": "DXRP",
"version": "26.05.06a",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1777563694,
"last_update": 1778711535,
"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": 82,
"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/11491772");
$data = json_decode($json, true);
var_dump($data);