Skip to content

Changes

View changes from to


On November 28, 2023 at 8:38:47 PM UTC, Gravatar Cris Morton:
  • Updated description of resource OSC/ISC Real-Time Water Measurement Information System API in OSE/ISC Real-Time Water Measurement Information System from

    Usage The url calls the service and provides the input parameters: https://meterexttest.oseisc.org/api/ Request the most recent reading for Station: https://meterexttest.oseisc.org/extmrintake/api/meas_readings/148 Request readings for a single station from a specific date to present: https://meterexttest.oseisc.org/extmrintake/api/meas_readings/148/2021-06-12 Request readings for a single station within a date range: https://meterexttest.oseisc.org/extmrintake/api/meas_readings/148/2021-06-12/2021-06-15 Parameters: Station_id: Integer ID matching the ID of the station on the MEAS website From_Date: YYYY-mm-dd format inclusive date of earliest returned results To_Date: YYYY-mm-dd format inclusive date of most recent returned results Data Data should match the results provided on the publicly accessible New Mexico Real-Time Water Measurement Information System website. The date is provided in a JSON format. Fields Provided: Station_ID: 148 basin: Lower Pecos display_name: PDL-West district: 2 Reading_ID: 279557207 timestamp: 2021-06-15 09:00:00.000 stage: 0.98000002 discharge: 7.75 Sample JSON Data: {"Station_ID":"148","basin":"Lower Pecos","display_name":"PDL-West","district":"2","Reading_ID":"279557207","timestamp":"2021-06-15 09:00:00.000","stage":"0.98000002","discharge":"7.75"}
    to
    Usage: The url calls the service and provides the input parameters: https://meterexttest.oseisc.org/api/ Request the most recent reading for Station: https://meterexttest.oseisc.org/extmrintake/api/meas_readings/148 Request readings for a single station from a specific date to present: https://meterexttest.oseisc.org/extmrintake/api/meas_readings/148/2021-06-12 Request readings for a single station within a date range: https://meterexttest.oseisc.org/extmrintake/api/meas_readings/148/2021-06-12/2021-06-15 Parameters: Station_id: Integer ID matching the ID of the station on the MEAS website From_Date: YYYY-mm-dd format inclusive date of earliest returned results To_Date: YYYY-mm-dd format inclusive date of most recent returned results Data: Data should match the results provided on the publicly accessible New Mexico Real-Time Water Measurement Information System website. The date is provided in a JSON format. Fields Provided: Station_ID: 148 basin: Lower Pecos display_name: PDL-West district: 2 Reading_ID: 279557207 timestamp: 2021-06-15 09:00:00.000 stage: 0.98000002 discharge: 7.75 Sample JSON Data: {"Station_ID":"148","basin":"Lower Pecos","display_name":"PDL-West","district":"2","Reading_ID":"279557207","timestamp":"2021-06-15 09:00:00.000","stage":"0.98000002","discharge":"7.75"}