Subsistence
MazeySubsistence için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8669629json
{
"response": {
"steam_id": "90284284302655509",
"domain": null,
"id": 8669629,
"ip": "109.230.243.45",
"port": 7877,
"query": 7879,
"color": 0,
"city": "Miami",
"description": "MazeySubsistence",
"game": 418030,
"owner": null,
"boosts": 1,
"last_offline": 1774448477,
"score": 0,
"last_online": 1776249616,
"icon": null,
"name": "MazeySubsistence",
"connect": "109.230.243.45:7877",
"request": "109.230.243.45:7879",
"map": "coldmap1",
"gamemode": "ColdGame",
"version": "13249",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1745502859,
"last_update": 1776249616,
"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": 59,
"language": "en",
"parked": false,
"app": {
"id": 139,
"steam_id": 418030,
"name": "Subsistence",
"url": "subsistence"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8669629");
$data = json_decode($json, true);
var_dump($data);