Operation: Harsh Doorstop
JPNHQ Coop | ALL KITS/MAPS | discord.jpnhq.net için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/2056962json
{
"response": {
"steam_id": "90285146350982162",
"domain": null,
"id": 2056962,
"ip": "203.141.156.113",
"port": 7778,
"query": 27006,
"color": 0,
"city": "Chiyoda City",
"description": "",
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1776808349,
"score": null,
"last_online": 1777534881,
"icon": null,
"name": "JPNHQ Coop | ALL KITS/MAPS | discord.jpnhq.net",
"connect": "203.141.156.113:7778",
"request": "203.141.156.113:27006",
"map": "Saint Quentin",
"gamemode": "Advance and Secure",
"version": "89",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1701684302,
"last_update": 1777534881,
"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": 13,
"language": "ja",
"parked": false,
"app": {
"id": 52393,
"steam_id": 736590,
"name": "Operation: Harsh Doorstop",
"url": "operation-harsh-doorstop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/2056962");
$data = json_decode($json, true);
var_dump($data);