ADDICT.GG EU#1 - 1.5x - LOW RULES - BOT SYSTEM & MORE için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11756852,
"ip": "51.68.153.123",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1781011410,
"last_online": 1780846865,
"icon": null,
"name": "ADDICT.GG EU#1 - 1.5x - LOW RULES - BOT SYSTEM & MORE",
"connect": "51.68.153.123:7777",
"request": "51.68.153.123:7777",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.1425",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": null,
"private": false,
"country": "PL",
"status": false,
"votes": 1,
"points": 1,
"add_date": 1780843363,
"last_update": 1781011410,
"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": 333,
"language": "pl",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11756852");
$data = json_decode($json, true);
var_dump($data);