Garry's Mod
[FR] MangaRP | Breathia Demon Slayer V1 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10876399json
{
"response": {
"steam_id": "85568392935707639",
"domain": null,
"id": 10876399,
"ip": "141.11.185.210",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Marseille",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776822797,
"score": 0,
"last_online": 1776817231,
"icon": null,
"name": "[FR] MangaRP | Breathia Demon Slayer V1",
"connect": "141.11.185.210:27015",
"request": "141.11.185.210:27015",
"map": "breathia_demon_slayer_v1",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 10,
"maxplayers": 108,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 8,
"add_date": 1768319140,
"last_update": 1776822797,
"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": 3521,
"language": "fr",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10876399");
$data = json_decode($json, true);
var_dump($data);