Sven Co-op
Misfire's Sven Co-Op 5.26 | very XP [US] BUYMENU için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/208128json
{
"response": {
"steam_id": "90284201943897116",
"domain": null,
"id": 208128,
"ip": "107.150.56.58",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Kansas City",
"description": "",
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1775413331,
"score": 1,
"last_online": 1776228020,
"icon": null,
"name": "Misfire's Sven Co-Op 5.26 | very XP [US] BUYMENU",
"connect": "107.150.56.58:27015",
"request": "107.150.56.58:27015",
"map": "ragemap2022a",
"gamemode": "SCXPM 18.4.4",
"version": "5.0.1.8",
"numplayers": 2,
"maxplayers": 18,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1582845148,
"last_update": 1776228020,
"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": 18,
"language": "en",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/208128");
$data = json_decode($json, true);
var_dump($data);