FieldClimate API - Tiers, Data Access & Pricing

Modified on Thu, 12 Mar at 3:11 PM

Data Constraints & Data Access Limits Based on the Chosen Tier

Below you will find an overview of API access limits, data constraints, and behavior across different subscription tiers.

Important Information

These rules apply to all endpoints that utilize device-id, date, or both parameters, as documented in our official API documentation.


API Access Packages and Tiers


API Call Limits & Data Access Limits


TierDaily API CallsData Access Limits
Tier 1Up to 48 requests per station/dayLast 30 days
Tier 2Up to 500 requests per station/dayLast 365 days
Tier 3Up to 1500 requests per station/dayFull historical data (10 years)


API Limits per Call


Data Type AggregationMax Range Allowed
RawLast 7 days
Hourly / DailyLast 30 days
MonthlyAs per tier's historical access limits

Base URL


https://api.fieldclimate.com/v2

Placeholders


PlaceholderDescription
{deviceId}Replace this with the unique identifier of the device
{startTime}Replace this with the start time in Unix timestamp format
{endTime}Replace this with the end time in Unix timestamp format
{interval}Replace this with the desired interval duration e.g., (1,2,3 etc)

Accessing Historical Data

Below are the main endpoints for requesting historical datasets and their applicable constraints.


Data Type AggregationEndpoint
Raw/data/{deviceId}/raw/from/{startTime}/to/{endTime}
Hourly/data/{deviceId}/hourly/from/{startTime}/to/{endTime}
Daily/data/{deviceId}/daily/from/{startTime}/to/{endTime} 
Monthly/data/{deviceId}/monthly/from/{startTime}/to/{endTime} 


Error Code: 403

Message: Search history access is limited to {data-access-limit} days from today


Accessing Recent Data

These endpoints allow users to request a defined number of recent intervals.


Data Type AggregationEndpointData Access Limits
Raw/data/{deviceId}/raw/last/{interval}Last 7 days
Hourly/data/{deviceId}/hourly/last/{interval}Last 30 days
Daily/data/{deviceId}/daily/last/{interval}Last 30 days
Monthly/data/{deviceId}/monthly/last/{interval}As per tier


Messages:

  • Raw Data: The interval limit for the data group 'raw' is 7 days.
  • Hourly / Daily: The interval limit for the data group 'hourly' is 30 days.
  • Monthly: The interval limit for the data group 'monthly' is 3650 days.

Pricing

For information about pricing, please, e-mail subscriptions@metos.global.


Documentation


Click Here to the API documentation and examples


Need Help?

If you encounter issues during this process or have questions about the information on this page, please SUBMIT A TICKET to the METOS Support Center.


SUBMIT A TICKET

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article