Soulmask
BAVARIAN-WILDCATS CCJT :) PVE by G-Portal.com için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8592495json
{
"response": {
"steam_id": "90284554927321109",
"domain": null,
"id": 8592495,
"ip": "144.91.126.79",
"port": 29500,
"query": 29515,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1776419624,
"score": 0,
"last_online": 1776445348,
"icon": null,
"name": "BAVARIAN-WILDCATS CCJT :) PVE by G-Portal.com",
"connect": "144.91.126.79:29500",
"request": "144.91.126.79:29515",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1744885311,
"last_update": 1776445348,
"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": 293,
"language": "fr",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8592495");
$data = json_decode($json, true);
var_dump($data);