/v1/group
A Habbo group in full: details + member roster
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/habbo-api/v1/group" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/habbo-api/v1/group", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/habbo-api/v1/group");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/habbo-api/v1/group",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"id": "g-hhus-43e61f80f66cc4675ecc1662372232fe",
"name": "Habbo eXperts & Hobbas",
"type": "EXCLUSIVE",
"source": "Habbo",
"members": [
{
"name": "creamkiss",
"motto": "Baby, I'll be bulletproof.",
"figure": "hr-3325-45-31.hd-600-1.ch-655-1408.lg-3391-82-1408.sh-3524-82-1408.ea-3484",
"online": false,
"is_admin": false,
"member_since": "2004-09-01T03:21:44.000+00:00"
},
{
"name": "Elastics",
"motto": "WH - Chief Lobbyist",
"figure": "hr-155-61.hd-180-1.lg-3202-110-1408.sh-3252-110-1408.ca-3466-110-110.cc-3186-1408",
"online": false,
"is_admin": false,
"member_since": "2004-09-01T03:29:16.000+00:00"
},
{
"name": "Joey",
"motto": "",
"figure": "hr-155-45.hd-180-1.ch-3111-82-1408.lg-270-90.sh-300-1408",
"online": false,
"is_admin": false,
"member_since": "2004-09-01T10:01:26.000+00:00"
},
{
"name": "JJ-Rulez",
"motto": "",
"figure": "hr-3499-40.hd-180-14.ch-210-1408.lg-3116-1408-1408.sh-295-1408.ea-3803-1408.fa-3344-1408",
"online": false,
"is_admin": false,
"member_since": "2004-09-04T15:01:20.000+00:00"
},
{
"name": "Humid",
"motto": "i used to be a big deal...",
"figure": "hd-185-14.ch-215-1408.lg-280-64",
"online": false,
"is_admin": false,
"member_since": "2004-09-08T16:41:01.000+00:00"
},
{
"name": "Dragon.Tamer",
"motto": "Approved Hair™",
"figure": "hr-500-44.hd-600-1.ch-3528-73-64.lg-710-64.sh-730-64",
"online": false,
"is_admin": false,
"member_since": "2004-12-20T09:30:21.000+00:00"
},
{
"name": "OkHappy?",
"motto": "sitting on a cornflake",
"figure": "hr-155-32.hd-190-14.ch-3030-82.lg-281-1408.sh-906-81.ha-6092",
"online": false,
"is_admin": false,
"member_since": "2005-01-10T19:29:03.000+00:00"
},
{
"name": "Kid-Mac",
"motto": "Keep the faith.",
"figure": "hr-3339-40.hd-180-8.ch-215-76.lg-3365-76.sh-295-64.ha-3761.ea-3577.ca-4036-1408.cc-4943-76",
"online": false,
"is_admin": false,
"member_since": "2005-01-21T20:39:04.000+00:00"
},
{
"name": "AsaFar",
"motto": "old school mazes ftw :)",
…