GET /api/v2/domainareas/184/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 184,
    "url": "https://api.tools4msp.eu/api/v2/domainareas/184/?format=api",
    "label": "LA SPEZIA test area",
    "extent": [
        9.678822385798775,
        43.832012235870174,
        10.08799613716436,
        44.143257575498914
    ],
    "geo": {
        "type": "MultiPolygon",
        "coordinates": [
            [
                [
                    [
                        9.678822385798775,
                        43.832012235870174
                    ],
                    [
                        9.678822385798775,
                        44.143257575498914
                    ],
                    [
                        10.08799613716436,
                        44.143257575498914
                    ],
                    [
                        10.08799613716436,
                        43.832012235870174
                    ],
                    [
                        9.678822385798775,
                        43.832012235870174
                    ]
                ]
            ]
        ]
    }
}