# Geolagen

## Geolagen lesen

<mark style="color:blue;">`GET`</mark> `https://api.propstack.de/v1/locations`

{% tabs %}
{% tab title="200 " %}

```javascript
{
    "data": [
        {
            "id": 214,
            "name": "Mitte",
            "sub_locations": [
                {
                    "id": 229,
                    "name": "Wedding",
                    "sub_locations": [
                        {
                            "id": 408,
                            "name": "Leopoldplatz"
                        }
                    ]
                }
            ]
        },
        {
            "id": 463,
            "name": "Reinickendorf",
            "sub_locations": [
                {
                    "id": 464,
                    "name": "Tegel",
                    "sub_locations": []
                },
                {
                    "id": 465,
                    "name": "Wittenau",
                    "sub_locations": []
                }
            ]
        }
    ]
}
```

{% endtab %}
{% endtabs %}
