Lists measurement devices or sensors which produce observational data.

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

{
    "type": "Feature",
    "id": 371,
    "geometry": {
        "type": "Point",
        "coordinates": [
            24.96226976087147,
            60.19887090713615
        ]
    },
    "properties": {
        "id": 371,
        "name": "3_316_5-001",
        "source": "LIVA",
        "sourceId": null,
        "classifying": false,
        "crsEpsg": 4326,
        "municipalityCode": "091",
        "dataReceived": false,
        "firstStoredObservation": "2023-11-15T14:00:00+02:00",
        "lastStoredObservation": "2023-12-13T22:00:00+02:00"
    }
}