Primal Carnage: Extinction
Dirac Shore için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9816266json
{
"response": {
"steam_id": "90283275117710355",
"domain": null,
"id": 9816266,
"ip": "64.31.4.194",
"port": 7650,
"query": 31000,
"color": 0,
"city": "Paris",
"description": null,
"game": 321360,
"owner": null,
"boosts": 1,
"last_offline": 1774697547,
"score": 0,
"last_online": 1776518488,
"icon": null,
"name": "Dirac Shore",
"connect": "64.31.4.194:7650",
"request": "64.31.4.194:31000",
"map": "pc-docksnight",
"gamemode": "PCFreeRoamGame",
"version": "3.2.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1752748094,
"last_update": 1776518488,
"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": 7,
"language": "fr",
"parked": false,
"app": {
"id": 4384,
"steam_id": 321360,
"name": "Primal Carnage: Extinction",
"url": "primal-carnage-extinction"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9816266");
$data = json_decode($json, true);
var_dump($data);