Get data log

Note

  • Among the data that can be measured by JINS MEME, the Static is an indicator that is valid only when the user is not standing or walking, not touching the glasses with hands, not chewing, etc.
  • Among the data that can be measured by JINS MEME, the Gait, is the data that can be obtained while walking. Please note that the JINS MEME cannot accurately measure vibration patterns other than walking/running.

JINS MEME 15-second interval data acquisition

API to acquire 15-second interval data (JINS MEME logic data). This data is only recorded while the MEME application is connected via Bluetooth.

Endpoint

GET https://apis.jins.com/meme/v2/users/me/official/computed_data

Request Header

NameTypeDescription
AcceptStringAllowed application media types.
Allowed values: “application/json”
AuthorizationStringBearer token for OAuth.
Allowed values: “Bearer {access_token}”

Query Parameters

NameTypeDescription
date_fromStringStart date and time for specifying the search target range (RFC3339 format). The search target range can be specified up to 1 day (up to 23 hours, 59 minutes, and 59 seconds after), and cannot span across days. The time zone can be specified with TZD in the date format.
Allowed values: “Date format: YYYY-MM-DDThh:mm:ssTZD”
date_toStringThe end date and time of the search target range specification (RFC3339 format). The search target range can be specified up to 1 day (up to 23 hours, 59 minutes, and 59 seconds later), and cannot span across days. Time zone can be specified with TZD in the date format.
Allowed values: “Date format: YYYY-MM-DDThh:mm:ssTZD”
fields optionsStringFields to be returned in the response. Multiple fields can be specified, separated by commas.
Allowed values: “Name of each item in the object”
cursor optionStringThe starting position for acquisition. Specify the cursor returned in the response.
* When specifying cursor, please specify the same parameters as in the previous request. If the parameter is changed, there is a possibility that normal results cannot be obtained.

Example of request

curl -i -X GET "https://apis.jins.com/meme/v2/users/me/official/computed_data?date_from=2016-06-01T00%3A00%3A00%2B09%3A00&date_to=2016-06-01T06%3A59%3A59%2B09%3A00" \
-H "Accept:application/json" \
-H "Authorization:Bearer ewwrme3ipsozbvlee0xi267xyydj3nbywlfanaciclbjq0e7synziubvs4im2370"

Response

A detailed description is provided in the data definition. Data is stored separately for each hour.

Example of response

{
  "computed_data": {
    "6": [
      {
        "date": "2016-06-01T06:59:45+09:00",
        "zone": 50,
        "focus": 50,
        "calm": 50,
        "posture": 80,
        "stp" : 4,
        "rbk_n" : 2,
        "re_u" : 9,
        "re_d" : 10,
        "re_r" : 5,
        "re_l" : 4,
        "isl" : false,
        "tl_yav" : 3.61,
        "tl_ysd" : 5.28,
        "tl_xav" : 6.48,
        "tl_xsd" : 9.48,
        "hm_po" : 10,
        "hm_pr" : 8,
        "hm_prc" : 0,
        "hm_piv" : 3.1,
        "hm_yo" : 0,
        "hm_yr" : 6,
        "hm_yrc" : 5,
        "hm_yiv" : 5.71,
        "npt_av" : 7.21,
        "npt_med" : 7.13,
        "bkw_av" : 5.57,
        "bki_sum" : 8.76,
        "bki_n" : 6.15,
        "bk_n" : 2.37,
        "bkh_sum" : 7.2,
        "bkh_max" : 7.13,
        "bkh_sd" : 5.57,
        "vld" : true,
        "sc_npt" : 8.76,
        "sc_bts" : 6.15,
        "sc_lbs" : 2.37,
        "sc_slp" : 7.2,
        "sc_fcs" : 6.5
        "sc_tsn" : 2.72,
        "sc_clm" : 6.52,
        "sa_xr" : 2.37,
        "sa_xl" : 7.2,
        "sa_yr" : 6.52,
        "sa_yl" : 6.03,
        "sa_zr" : 0.57,
        "sa_zl" : 2.06,
        "st_r" : 4.4,
        "st_l" : 9.48,
        "cad" : 7.6,
        "in_tmp" : 13.95,
        "in_co2" : 14.91,
        "in_nis" : 14.71,
        "in_prs" : 11.28,
        "in_hum" : 17.15,
        "gw" : "gateway",
        "bl" : 20,
        "lat" : 30.15,
        "lng" : 100.27,
        "nis_time" : 5.76,
        "bki_av" : 6.17,
        "bkh_av" : 4.57,
        "npt_sd" : 7.4,
        "cum_time" : 6.7,
        "bki_av_wa" : 4.74,
        "bkh_sd_wa" : 6.74,
        "bkh_av_wa" : 4.57,
        "npt_av_wa" : 7.4,
        "npt_sd_wa" : 7.4,
        "bkw_av_wa" : 11.28,
        "distance" : 10.1,
        "app_measurement_status" : 0,
        "sa_zrc": 7.2,
        "sa_zlc": 7.2,
        "sc_slp_std": 7.2
      },
      ...
    ]..,
    ...
    "0": [
      {
        "date": "2016-06-01T00:59:45+09:00",
        "zone": 50,
        "focus": 50,
        "calm": 50,
        "posture": 80,
        "stp" : 4,
        "rbk_n" : 2,
        "re_u" : 9,
        "re_d" : 10,
        "re_r" : 5,
        "re_l" : 4,
        "isl" : false,
        "tl_yav" : 3.61,
        "tl_ysd" : 5.28,
        "tl_xav" : 6.48,
        "tl_xsd" : 9.48,
        "hm_po" : 10,
        "hm_pr" : 8,
        "hm_prc" : 0,
        "hm_piv" : 3.1,
        "hm_yo" : 0,
        "hm_yr" : 6,
        "hm_yrc" : 5,
        "hm_yiv" : 5.71,
        "npt_av" : 7.21,
        "npt_med" : 7.13,
        "bkw_av" : 5.57,
        "bki_sum" : 8.76,
        "bki_n" : 6.15,
        "bk_n" : 2.37,
        "bkh_sum" : 7.2,
        "bkh_max" : 7.13,
        "bkh_sd" : 5.57,
        "vld" : true,
        "sc_npt" : 8.76,
        "sc_bts" : 6.15,
        "sc_lbs" : 2.37,
        "sc_slp" : 7.2,
        "sc_fcs" : 6.5
        "sc_tsn" : 2.72,
        "sc_clm" : 6.52,
        "sa_xr" : 2.37,
        "sa_xl" : 7.2,
        "sa_yr" : 6.52,
        "sa_yl" : 6.03,
        "sa_zr" : 0.57,
        "sa_zl" : 2.06,
        "st_r" : 4.4,
        "st_l" : 9.48,
        "cad" : 7.6,
        "in_tmp" : 13.95,
        "in_co2" : 14.91,
        "in_nis" : 14.71,
        "in_prs" : 11.28,
        "in_hum" : 17.15,
        "gw" : "gateway",
        "bl" : 20,
        "lat" : 30.15,
        "lng" : 100.27,
        "nis_time" : 5.76,
        "bki_av" : 6.17,
        "bkh_av" : 4.57,
        "npt_sd" : 7.4,
        "cum_time" : 6.7,
        "bki_av_wa" : 4.74,
        "bkh_sd_wa" : 6.74,
        "bkh_av_wa" : 4.57,
        "npt_av_wa" : 7.4,
        "npt_sd_wa" : 7.4,
        "bkw_av_wa" : 11.28,
        "distance" : 10.1,
        "app_measurement_status" : 0,
        "sa_zrc": 7.2,
        "sa_zlc": 7.2,
        "sc_slp_std": 7.2
      },
      ...
    ]
  },
  "cursor": "eyJhIjoxLCJiIjoyLCJjIjozfQ=="
}

JINS MEME 60-second interval data acquisition

This API obtains summary data (JINS MEME Standard Mode data) at 60 second intervals. This data is recorded even while the phone is unconnected.

Endpoint.

GET https://apis.jins.com/meme/v2/users/me/official/standard_mode_logs

Request Header

NameTypeDescription
AcceptStringAllowed application media types.
Allowed values: “application/json”
AuthorizationStringBearer token for OAuth.
Allowed values: “Bearer {access_token}”

Query Parameters

NameTypeDescription
date_fromStringStart date and time for specifying the search target range (RFC3339 format). The search target range can be specified up to 1 day (up to 23 hours, 59 minutes, and 59 seconds after), and cannot span across days. The time zone can be specified with TZD in the date format.
Allowed values: “Date format: YYYY-MM-DDThh:mm:ssTZD”
date_toStringThe end date and time of the search target range specification (RFC3339 format). The search target range can be specified up to 1 day (up to 23 hours, 59 minutes, and 59 seconds later), and cannot span across days. Time zone can be specified with TZD in the date format.
Allowed values: “Date format: YYYY-MM-DDThh:mm:ssTZD”
fields optionsStringFields to be returned in the response. Multiple fields can be specified, separated by commas.
Allowed values: “Name of each item in the object”
cursor optionStringThe starting position for acquisition. Specify the cursor returned in the response.
* When specifying cursor, please specify the same parameters as in the previous request. If the parameter is changed, there is a possibility that normal results cannot be obtained.

Example of request

curl -i -X GET "https://apis.jins.com/meme/v2/users/me/official/standard_mode_logs?date_from=2016-06-01T00%3A00%3A00%2B09%3A00&date_to=2016-06-01T06%3A59%3A59%2B09%3A00" \c}}
-H "Accept:application/json" \{}}}
-H "Authorization:Bearer ewwrme3ipsozbvlee0xi267xyydj3nbywlfanaciclbjq0e7synziubvs4im2370"

Response

A detailed description is provided in the data definition. Data is stored separately for each hour.

Response Example

{
  "standard_mode_logs": {
    "6": [
      {
        "date": "2016-06-01T06:59:45+09:00"
        "val_s": 60.00,
        "nis_s": 60.00,
        "wea_s": 60.00,
        "stp_s": 60.00,
        "bl": 5,
        "ems_rl": 255,
        "ems_ud": 255,
        "eml_rl": 255,
        "eml_ud": 255,
        "hm_po": 255,
        "hm_yo": 255,
        "sa_xr": 50.000,
        "sa_xl": 50.000,
        "sa_yr": 50.000,
        "sa_yl": 50.000,
        "sa_zr": 50.000,
        "sa_zl": 50.000,
        "st_r": 50.000,
        "st_l": 50.000,
        "tl_xav": 360.00,
        "tl_yav": 360.00,
        "tl_xsd": 660.00,
        "tl_ysd": 660.00,
        "stp_fst": 255,
        "stp_mid": 255,
        "stp_slw": 255,
        "stp_vsl": 255,
        "lc_npt_av": 0.256,
        "lc_bkw_av": 600,
        "lc_bkw_sd": 60.0,
        "lc_bkh_av": 600,
        "lc_bkh_sd": 60.0,
        "lc_bk_n": 255,
        "lc_bkg_n": 255,
        "lc_bki_av": 60.0,
        "lc_bki_n": 255,
        "sc_npt_av": 0.256,
        "sc_bkw_av": 600,
        "sc_bkw_sd": 60.0,
        "sc_bkh_av": 600,
        "sc_bkh_sd": 60.0,
        "sc_bk_n": 255,
        "sc_bkg_n": 255,
        "sc_bki_av": 60.0,
        "sc_bki_n": 255
      },
      ...
    ]..,
    ...
    "0": [
      {
        "date": "2016-06-01T00:59:45+09:00"
        "val_s": 60.00,
        "nis_s": 60.00,
        "wea_s": 60.00,
        "stp_s": 60.00,
        "bl": 5,
        "ems_rl": 255,
        "ems_ud": 255,
        "eml_rl": 255,
        "eml_ud": 255,
        "hm_po": 255,
        "hm_yo": 255,
        "sa_xr": 50.000,
        "sa_xl": 50.000,
        "sa_yr": 50.000,
        "sa_yl": 50.000,
        "sa_zr": 50.000,
        "sa_zl": 50.000,
        "st_r": 50.000,
        "st_l": 50.000,
        "tl_xav": 360.00,
        "tl_yav": 360.00,
        "tl_xsd": 660.00,
        "tl_ysd": 660.00,
        "stp_fst": 255,
        "stp_mid": 255,
        "stp_slw": 255,
        "stp_vsl": 255,
        "lc_npt_av": 0.256,
        "lc_bkw_av": 600,
        "lc_bkw_sd": 60.0,
        "lc_bkh_av": 600,
        "lc_bkh_sd": 60.0,
        "lc_bk_n": 255,
        "lc_bkg_n": 255,
        "lc_bki_av": 60.0,
        "lc_bki_n": 255,
        "sc_npt_av": 0.256,
        "sc_bkw_av": 600,
        "sc_bkw_sd": 60.0,
        "sc_bkh_av": 600,
        "sc_bkh_sd": 60.0,
        "sc_bk_n": 255,
        "sc_bkg_n": 255,
        "sc_bki_av": 60.0,
        "sc_bki_n": 255
      }
    ]
  },
  "cursor": "eyJhIjoxLCJiIjoyLCJjIjozfQ=="
}