Insurgency: Sandstorm
NoodlePosse-Showdown için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7481364json
{
"response": {
"steam_id": "90284391319575559",
"domain": null,
"id": 7481364,
"ip": "217.146.80.163",
"port": 27102,
"query": 27131,
"color": 0,
"city": "City of London",
"description": null,
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1775661728,
"score": 0,
"last_online": 1776395512,
"icon": null,
"name": "NoodlePosse-Showdown",
"connect": "217.146.80.163:27102",
"request": "217.146.80.163:27131",
"map": "Forest",
"gamemode": "Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739269286,
"last_update": 1776395512,
"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": 130,
"language": "en",
"parked": false,
"app": {
"id": 23489,
"steam_id": 581320,
"name": "Insurgency: Sandstorm",
"url": "insurgency-sandstorm"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7481364");
$data = json_decode($json, true);
var_dump($data);