An example of timeseries at a site

{
  "attributes": {
    "institution": "MetOcean Solutions",  
    "history": "Data extracted 2017-02-14 00:48:36 UTC"
  },
  "dimensions": {
    "time": 25
  },  
  "variables": {
    "time": {
      "attributes": {
        "units": "ISO8601 timestamps"
      }, 
      "shape": ["time"],
      "data": [
        "2017-02-14T00:00:00Z", 
        "2017-02-14T03:00:00Z", 
        "2017-02-14T06:00:00Z", 
        "2017-02-14T09:00:00Z", 
        "2017-02-14T12:00:00Z", 
        "2017-02-14T15:00:00Z", 
        "2017-02-14T18:00:00Z", 
        "2017-02-14T21:00:00Z", 
        "2017-02-15T00:00:00Z", 
        "2017-02-15T03:00:00Z", 
        "2017-02-15T06:00:00Z", 
        "2017-02-15T09:00:00Z", 
        "2017-02-15T12:00:00Z", 
        "2017-02-15T15:00:00Z", 
        "2017-02-15T18:00:00Z", 
        "2017-02-15T21:00:00Z", 
        "2017-02-16T00:00:00Z", 
        "2017-02-16T03:00:00Z", 
        "2017-02-16T06:00:00Z", 
        "2017-02-16T09:00:00Z", 
        "2017-02-16T12:00:00Z", 
        "2017-02-16T15:00:00Z", 
        "2017-02-16T18:00:00Z", 
        "2017-02-16T21:00:00Z", 
        "2017-02-17T00:00:00Z"
      ]
    }, 
    "lat": {
      "attributes": {},
      "shape": null
      "data": -33.8
    }, 
    "lon": {
      "attributes": {},
      "shape": null,
      "data": 151.3
    }, 
    "tmp2m": {
      "attributes": {
        "long_name": "2 m above ground Temp. [K]", 
        "units": "K", 
        "vpair": "None"
      }, 
      "shape": ["time"],
      "data": [
        295.8, 
        296.5, 
        295.6, 
        295, 
        295, 
        294.5, 
        294, 
        293.7, 
        298.1, 
        298.5, 
        297.8, 
        296.3, 
        296.6, 
        295.7, 
        295, 
        295.3, 
        300.6, 
        303.4, 
        301.7, 
        299.9, 
        299.4, 
        298.1, 
        297, 
        296.8, 
        303.6
      ]
    }, 
    "vgrd10m": {
      "attributes": {
        "long_name": "10 m above ground v wind [m/s]", 
        "units": "m/s", 
        "vpair": "None"
      }, 
      "shape": ["time"],
      "data": [
        -1.862, 
        -2.976, 
        -3.51, 
        -3.014, 
        -1.594, 
        -0.1217, 
        1.693, 
        1.762, 
        -0.3903, 
        -3.029, 
        -5.305, 
        -4.868, 
        -2.459, 
        -0.3181, 
        -0.1498, 
        0.8192, 
        -0.6654, 
        -4.982, 
        -6.307, 
        -4.802, 
        -3.494, 
        -1.161, 
        -0.5258, 
        0.2462, 
        0.4433
      ]
    }, 
    "ugrd10m": {
      "attributes": {
        "long_name": "10 m above ground u wind [m/s]", 
        "units": "m/s", 
        "vpair": "None"
      }, 
      "shape": ["time"],
      "data": [
        5.105, 
        6.662, 
        6.487, 
        4.876, 
        4.071, 
        3.502, 
        2.886, 
        2.604, 
        1.431, 
        -0.8659, 
        -3.145, 
        -5.326, 
        -6.307, 
        -4.969, 
        -4.024, 
        -3.16, 
        -3.451, 
        -3.517, 
        -5.524, 
        -7.52, 
        -8.093, 
        -6.597, 
        -5.471, 
        -4.991, 
        -3.675
      ]
    }
  }
}