The Last Chance | Organic RP | Open 5/16 | dsc.gg/lastchancedz için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11610406,
"ip": "2.26.90.50",
"port": 20830,
"query": 18949,
"color": 0,
"city": "Orem",
"description": "DayZ-Expansion-Core��m��!~DayZ-Expansion-LicensedD����6�RaG_BaseBuildingۖ�QA��RaG_Core������DayZ",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780440795,
"last_online": 1780567217,
"icon": null,
"name": "The Last Chance | Organic RP | Open 5/16 | dsc.gg/lastchancedz",
"connect": "2.26.90.50:20830",
"request": "2.26.90.50:18949",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 100,
"maxplayers": 100,
"bots": 100,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 118,
"add_date": 1779915650,
"last_update": 1780567217,
"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": 366,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11610406");
$data = json_decode($json, true);
var_dump($data);