Bartleskeet için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90285371669566485",
"domain": null,
"id": 9967341,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Phoenix",
"description": "[{\"id\":\"jx6mhjzL67\",\"type\":\"paragraph\",\"data\":{\"text\":\"Our community game server that is ever evolving. If you want to play, you are welcome. It's a public server, but not heavily centric around pvp, although pvp is enabled.\\nNo base raiding, no decay, and you can't run over other players. \"}},{\"id\":\"SAmzujm9Yz\",\"type\":\"paragraph\",\"data\":{\"text\":\"Come join our Discord. https://discord.gg/rJcc6pq4\"}}]",
"game": 1857950,
"owner": 130468,
"boosts": 1,
"last_offline": 1778911335,
"last_online": 1778034611,
"icon": null,
"name": "Bartleskeet",
"connect": null,
"request": null,
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754845877,
"last_update": 1778911335,
"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": 1410,
"language": "en",
"parked": true,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": {
"username": "darkschneidr",
"avatar": "86be3547-afbf-405d-b575-3a628a2e5a58.jpg"
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9967341");
$data = json_decode($json, true);
var_dump($data);