Just Cause 3: Multiplayer Mod
GGA-JC3M-IN-[Visit erulee.com to join] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/2739701json
{
"response": {
"steam_id": "90284384674101253",
"domain": null,
"id": 2739701,
"ip": "203.171.240.246",
"port": 4200,
"query": 4201,
"color": 0,
"city": "Kolkata",
"description": "Visit erulee.com to join the server",
"game": 619910,
"owner": null,
"boosts": 1,
"last_offline": 1775806924,
"score": null,
"last_online": 1776286258,
"icon": null,
"name": "GGA-JC3M-IN-[Visit erulee.com to join]",
"connect": "203.171.240.246:4200",
"request": "203.171.240.246:4201",
"map": "Just Cause 3",
"gamemode": "Just Cause 3 Multiplayer Mod",
"version": "1.0.4.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "IN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1706265826,
"last_update": 1776286258,
"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": 2,
"language": "hi",
"parked": false,
"app": {
"id": 15577,
"steam_id": 619910,
"name": "Just Cause 3: Multiplayer Mod",
"url": "just-cause-3-multiplayer-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/2739701");
$data = json_decode($json, true);
var_dump($data);