Zum Inhalt springen
GET /v1/group

One group in full: profile, upcoming events and recent posts

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/mobilizon-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/mobilizon-api/v1/group" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/mobilizon-api/v1/group", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/mobilizon-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/mobilizon-api/v1/group",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "group": {
            "url": "https://mobilizon.fr/@capclimat_orleans",
            "name": "CAP Climat Orléans",
            "avatar": "https://mobilizon.fr/media/7867df8708d2351e94295d0e09a77d5dcdefdc08454861547a54ef3218985652.png?name=capclimat_orleans%27s%20avatar.png",
            "domain": "mobilizon.fr",
            "handle": "capclimat_orleans",
            "members": 6,
            "summary": "CAP Climat Orléans est une association qui organise des événements et des ateliers de vulgarisation et de sensibilisation aux enjeux climatiques et environnementaux. Nous comptons notamment parmi nos membres des animateurs La Fresque du Climat, La Fresque de la Biodiversité, 2 tonnes, Inventons Nos Vies Bas Carbone, La Fresque du Numérique, La Fresque du Sol, La Fresque des Limites Planétaires etc... Ecrivez-nous pour plus d'informations : [email protected] Pour rester informé.e de notre actualité, inscrivez-vous à notre newsletter et suivez-nous sur LinkedIn | Facebook | Instagram Adhérer à CAP Climat ou faire un don Ajoutez nos événements à vos agenda : abonnement ICS"
        },
        "posts": {
            "items": [
                {
                    "url": "https://mobilizon.fr/p/Adhesion-a-CAP-Climat-Orleans-2023-2024-asr6y66bZvmfzys5ZP3HFX",
                    "title": "Adhésion à CAP Climat Orléans 2023-2024",
                    "published": "2023-11-08T09:27:29Z"
                },
                {
                    "url": "https://mobilizon.fr/p/Passe-a-l-action-dans-ton-salon-u3aRMV6yHdG9xd7rPZuFyW",
                    "title": "Passe à l'action dans ton salon !",
                    "published": "2023-05-09T14:27:19Z"
                },
                {
                    "url": "https://mobilizon.fr/p/Nous-soutenir-6k7dDdyGhrE69Qf9AfxjST",
                    "title": "Nous soutenir et faire un don",
                    "published": "2023-02-22T17:42:31Z"
                },
                {
                    "url": "https://mobilizon.fr/p/Participer-a-un-atelier-grand-public-6wvtZLsKN3gKYuBn8Kexf7",
                    "title": "La Fresque du Climat Participer à un atelier grand public",
                    "published": "2023-01-11T07:56:25Z"
                },
                {
                    "url": "https://mobilizon.fr/p/Deployez-la-Fresque-du-climat-dans-votre-organisation-WmK5cRtYxeSL6rA9QCApyZ",
                    "title": "Déployez la Fresque du climat dans votre organisation",
                    "published": "2023-01-11T07:52:34Z"
                }
            ],
            "total": 6
        },
        "upcoming_events": {
            "count": 2,
            "total": 2,
            "events": [
                {
                    "url": "https://mobilizon.fr/events/1c6936bc-68de-41dd-abd9-1e6129bb903a",
                    "tags": [
                        "climat",
                        "environnement",
                        "écologie",
                        "
…