theHunter: Primal
==\ A L1L SUMFIN 5UMFIN /== için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11071290json
{
"response": {
"steam_id": "90285068833949713",
"domain": null,
"id": 11071290,
"ip": "86.2.79.10",
"port": 42303,
"query": 27015,
"color": 0,
"city": "Coleraine",
"description": null,
"game": 322920,
"owner": null,
"boosts": 1,
"last_offline": 1777632146,
"score": 0,
"last_online": 1777389614,
"icon": null,
"name": "==\\ A L1L SUMFIN 5UMFIN /==",
"connect": "86.2.79.10:42303",
"request": "86.2.79.10:27015",
"map": "Dino map",
"gamemode": "==\\ A L1L SUMFIN 5UMFIN /=='s game",
"version": "2017020204",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769973677,
"last_update": 1777632146,
"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": 5,
"language": "en",
"parked": false,
"app": {
"id": 142,
"steam_id": 322920,
"name": "theHunter: Primal",
"url": "thehunter-primal"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11071290");
$data = json_decode($json, true);
var_dump($data);