Counter-Strike 2
[FR] #LES VIEUX - COMPETITIF OFFICIEL - RANK > CS2 के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/3279539json
{
"response": {
"steam_id": 85568392924653390,
"domain": null,
"id": 3279539,
"ip": "54.36.127.125",
"port": 27030,
"query": 27030,
"color": 0,
"city": "Roubaix",
"description": "",
"game": 730,
"owner": 180356,
"boosts": 1,
"last_offline": 1775102530,
"score": null,
"last_online": 1775829617,
"icon": null,
"name": "[FR] #LES VIEUX - COMPETITIF OFFICIEL - RANK > CS2",
"connect": "54.36.127.125:27030",
"request": "54.36.127.125:27030",
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 2,
"maxplayers": 26,
"bots": 3,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1709830255,
"last_update": 1775829617,
"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": 593,
"language": "fr",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "adrian_haha",
"avatar": "5351ef48-9f17-4ac8-96ce-370abec52253.jpg",
"last_online": 1773868522
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/3279539");
$data = json_decode($json, true);
var_dump($data);