Lists measurement devices or sensors which produce observational data.

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

{
    "type": "Feature",
    "id": 3200,
    "geometry": {
        "type": "Point",
        "coordinates": [
            24.680272,
            60.210344
        ]
    },
    "properties": {
        "id": 3200,
        "name": "vt1_Espoo_Kasavuori",
        "source": "Fintraffic",
        "sourceId": 20004,
        "classifying": true,
        "crsEpsg": 4326,
        "municipalityCode": "049",
        "dataReceived": true,
        "firstStoredObservation": "2021-11-30T08:00:00+02:00",
        "lastStoredObservation": "2024-11-09T23:00:00+02:00"
    }
}