# Daymet Single Pixel Extraction Tool API **Provider:** Daymet Single Pixel Extraction Tool **Category:** storage **Base URL:** `https://daymet.ornl.gov/single-pixel` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://daymet.ornl.gov/single-pixel ## Description Welcome to the Daymet Single Pixel Extraction Tool API. You can use this API to download daily surface data within the Daymet database in a csv or json format for a single point. This API allows users to query a single geographic point by latitude and longitude in decimal degrees. A routine is e ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://daymet.ornl.gov/single-pixel/api/data` | Download Daymet Data | | GET | `https://daymet.ornl.gov/single-pixel/preview` | Preview Daymet Data in a web browser | | GET | `https://daymet.ornl.gov/single-pixel/send/saveData` | Download Daymet Data | | GET | `https://daymet.ornl.gov/single-pixel/visualize` | Visualize Daymet Data in a web browser | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://daymet.ornl.gov/single-pixel/api/data' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/daymet-single-pixel-extraction-tool/) — CC BY 4.0*