Lists measurement devices or sensors which produce observational data.

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

{
    "type": "Feature",
    "id": 1619,
    "geometry": {
        "type": "Point",
        "coordinates": [
            25.0886666784061,
            60.2113461117294
        ]
    },
    "properties": {
        "id": 1619,
        "name": "SUURTAULU HKI ITÄK/MERIPELLONT 2",
        "source": "Meks",
        "sourceId": null,
        "classifying": false,
        "crsEpsg": 4326,
        "municipalityCode": "091",
        "dataReceived": true,
        "firstStoredObservation": "2025-03-05T02:00:00+02:00",
        "lastStoredObservation": "2025-04-07T02:00:00+03:00"
    }
}