SCP: Secret Laboratory
Anomaly Containment HubExiled 9.13.2 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/10694817json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 10694817,
"ip": "135.181.73.237",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 700330,
"owner": null,
"boosts": 1,
"last_offline": 1772053298,
"score": 0,
"last_online": 1775819437,
"icon": null,
"name": "Anomaly Containment HubExiled 9.13.2",
"connect": "135.181.73.237:7777",
"request": "135.181.73.237:7777",
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": "14.2.6",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764714723,
"last_update": 1775819437,
"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": 17,
"language": "fi",
"parked": false,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10694817");
$data = json_decode($json, true);
var_dump($data);