Lists measurement devices or sensors which produce observational data.

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

{
    "type": "Feature",
    "id": 1000603,
    "geometry": {
        "type": "Point",
        "coordinates": [
            25.0745,
            60.263682
        ]
    },
    "properties": {
        "id": 1000603,
        "name": "LAHDENVÄYLÄ",
        "source": "Marksman",
        "sourceId": 603,
        "classifying": false,
        "crsEpsg": 4326,
        "municipalityCode": "091",
        "dataReceived": true,
        "firstStoredObservation": "1987-06-02T00:00:00+03:00",
        "lastStoredObservation": "1990-09-30T23:00:00+02:00"
    }
}