Skip to main content

Intro

Who: Welcome to the New Mexico Water Data Documentation site

What: This site contains information and links on the data services provided by New Mexico Water Data Initiative

Where: This site is maintained and hosted by the New Mexico Water Data Initiative

Why: The purpose of this site is to provide a comprehensive and sensible set of documentation to help guide users in accessing and finding water data

How: This site was developed by the NM WDI Implementation Team

Getting Started

Lets not mess around. Just show me how to retrieve data via the API

The following snippet shows how to retrieve Locations associated with NMBGMR in the ST2 service.

import requests
url = "https://st2.newmexicowaterdata.org/FROST-Server/v1.1/Locations?$filter=properties/agency eq 'NMBGMR'"
resp = requests.get(url)
if resp.status_code==200:
print(resp.json())

API User

Non-API User

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy