Garry's Mod
Retard Gaming 2: Jetzt mit weniger Chromosomen için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/1462211json
{
"response": {
"steam_id": "85568392923971668",
"domain": null,
"id": 1462211,
"ip": "144.76.114.183",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1774371718,
"score": null,
"last_online": 1775735457,
"icon": null,
"name": "Retard Gaming 2: Jetzt mit weniger Chromosomen",
"connect": "144.76.114.183:27015",
"request": "144.76.114.183:27015",
"map": "ttt_fastfood_a6",
"gamemode": "Trouble in Terrorist Town",
"version": "2023.06.28",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1697310282,
"last_update": 1775735457,
"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": 813,
"language": "de",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/1462211");
$data = json_decode($json, true);
var_dump($data);