openapi: 3.0.1 info: title: PRISM Precipitation description: '' version: '1.0' servers: - url: https://ag-analytics.azure-api.net/precipitation paths: /: get: summary: GET Request PRISM Precipitation description: "\n\n\n\n\n\n
\n

\n Please note, you need to purchase a subscription key to call the API.\n Please use the trial version to try now for a limited amount of uses before purchase.\n

\n
\n

BUY

\n

TRIAL

\n
\n
\n\n
\nThe PRISM Precipitation API provides historic and yearly accumulated precipitation to date for a given location, sourced from the PRISM Climate Group, Oregon State University.

\n\n
\n\n\n\n
\n PRISM Precipitation used in Ag-Analytics DataLayers.

\n\n
\n\n\n\n

Documentation

  \n\n\n\n\n

Notebook

\n\n\n\n

Github Repo

\n
\n\n
Click the Jupyter Notebook Static Sample to view a static rendition of this APIs Jupyter Notebook.
Click the Jupyter Notebook Github Repo to access the Jupyter Notebook .ipynb files and
instructions needed in order to run this APIs Jupyter Notebook.
\n
\n" operationId: get-average-cumulative-precipitation parameters: - name: month in: query description: 'Define the end month for data range.,' required: true schema: enum: - '' type: '' default: '' - name: day in: query description: 'Define the end day for data range.,' required: true schema: enum: - '' type: '' default: '' - name: year in: query description: 'Define the end year for data range.,' required: true schema: enum: - '' type: '' default: '' - name: coordinateX in: query description: X coordinate of desired location. required: true schema: enum: - '' type: '' default: '' - name: coordinateY in: query description: Y coordinate of desired location. required: true schema: enum: - '' type: '' default: '' - name: startYear in: query description: Define the start year for data range. required: true schema: enum: - '' type: '' default: '' responses: '200': description: '' content: application/json: { } components: securitySchemes: apiKeyHeader: type: apiKey name: Ocp-Apim-Subscription-Key in: header apiKeyQuery: type: apiKey name: subscription-key in: query security: - apiKeyHeader: [ ] - apiKeyQuery: [ ]