Resource Types: Crops

Below are the currently provided resource types for Crops.


Common Objects


Crop

A generic object containing the information about a crop being grown at a specific time.

{
  "establishmentDate": "2022-09-13T10:51:55.898Z",
  "harvestDate": "2022-09-13T10:51:55.898Z",
  "identifiers": [
    {
      "id": "string",
      "scheme": "string"
    }
  ],
  "maturityDate": "2022-09-13T10:51:55.898Z",
  "name": "string",
  "taxonomicName": "string",
  "variety": "string"
}
Response Item Description Data Type
Establishment Date The date on which the crop was planted Date
Harvest Date The date on which the crop was harvested Date
Identifiers Any identifiers for this crop Array of Identifiers
Maturity Date The date on which the crop reached maturity Date
Name The name of the crop if present String
Taxonomic Name The scientific name for this crop String
Variety The variety of the crop String