Site Object Schema
This article shows the structure of a site object structure in Json. This structure is valid for /sites endpoint, mostly for site details operation, for GeoJson please check GeoJson reference article.
{"additionalInformation": "", // Additional information about what this site is for"adjustForDaylingSavings": false, // If this site adjusts itself for daylight savings"airTemperature": 2, // Air temperature measurement type. Check Site Data Measurement Value Schema article for details."allowDownload": true, // If this site allows download"authenticationKey": "", // The authentication key for this site. If you are not the owner, you won't be seeing this value."concreteTemp": 0, // Concrete temperature measurement type. Check Site Data Measurement Value Schema article for details."dayOfGales": 0, // Day of Gales measurement type. Check Site Data Measurement Value Schema article for details."dayOfHail": 0, // Day of Hail measurement type. Check Site Data Measurement Value Schema article for details."dayOfSnow": 0, // Day of Snow measurement type. Check Site Data Measurement Value Schema article for details."dayOfThunder": 0, // Day of Thunder measurement type. Check Site Data Measurement Value Schema article for details."description": "Observing Site", // Description of the site"dewPoint": 2, // Dew point temperature measurement type. Check Site Data Measurement Value Schema article for details."eastSideImageId": null, // East side image id"eastSideImagePath": null, // East side image url"equipmentType": 0, // Equipment type. 0: Static, 1: Mobile"exposure": "5", // Exposure flag. Check Support section in WOW for details."grassTemp": 0, // Grass temperature measurement type. Check Site Data Measurement Value Schema article for details."groundState": 0, // Ground state measurement type. Check Site Data Measurement Value Schema article for details."groupId": null, // Group Id of this site belongs"heightAboveSeaLevel": 128, // Height/elevation of this site"id": "893406001", // Id of the site"isActive": true, // If this site is active"isPublic": true, // If this site is public"isSiteOwner": false, // If the API caller is the site owner."latitude": 51.8067, // Latitude of the site coordinate"longitude": -0.3602, // Longitude of the site coordinate"maxTempLast24h": 0, // Max temp (last 24hr) measurement type. Check Site Data Measurement Value Schema article for details."meanSeaLevelPressure": 6, // Mean sea level pressure measurement type. Check Site Data Measurement Value Schema article for details."minTempLast24h": 0, // Min temp (last 24hr) measurement type. Check Site Data Measurement Value Schema article for details."mobileSiteType": null, // Type if this is a mobile site"name": "Rothamsted", // Name of the site"northSideImageId": null, // North side image id"northSideImagePath": null, // North side image url"organisation": "Met Office", // Organization of this site"otherReason": "", // Other reason to operate this site"presentWeather": 1, // Present weather code measurement type. Check Site Data Measurement Value Schema article for details."pressureAtStation": 0, // Station level pressure measurement type. Check Site Data Measurement Value Schema article for details."rainfall": "A", // Rainfall collection attribute. Check Support in WOW for details."rainfallAccumulation": 1, // Rainfall accumulation measurement type. Check Site Data Measurement Value Schema article for details."rainfallRate": 0, // Rainfall Rate measurement type. Check Site Data Measurement Value Schema article for details."reason": "Met Office Owned Site", // Reason to operate this site"relativeHumidity": 1, // Relative humidity measurement type. Check Site Data Measurement Value Schema article for details."reportingHours": "A", // Reporting hours attribute. Check Support in WOW for details."siteLogoImageId": null, // Site logo image id"siteLogoImagePath": null, // Site logo image url"siteOwnerUserId": null, // Owner user Id"snowDepth": 0, // Snow depth measurement type. Check Site Data Measurement Value Schema article for details."soilMoisture": 0, // Soil moisture measurement type. Check Site Data Measurement Value Schema article for details."soilTemp100cm": 0, // Soil temperature at 100cm measurement type. Check Site Data Measurement Value Schema article for details."soilTemp10cm": 0, // Soil temperature at 10cm measurement type. Check Site Data Measurement Value Schema article for details."soilTemp30cm": 0, // Soil temperature at 30cm measurement type. Check Site Data Measurement Value Schema article for details."southSideImageId": null, // South side image id"southSideImagePath": null, // South side image url"sunshine": 1, // Sunshine measurement type. Check Site Data Measurement Value Schema article for details."temperature": "A", // Temperature attribute. Check Support in WOW for details."timeZone": "UTC", // Time zone that this site belongs to"totalCloudCover": 0, // Total cloud cover measurement type. Check Site Data Measurement Value Schema article for details."urbanClimateZone": "U", // Urban climate zone attribute. Check support in WOW for details/"visibility": 1, // Visibility measurement type. Check Site Data Measurement Value Schema article for details."webSite": "http://www.metoffice.gov.uk", // Website of this site"westSideImageId": null, // West side image id"westSideImagePath": null, // West side image url"wetBulb": 0, // Wet bulb temperature measurement type. Check Site Data Measurement Value Schema article for details."wind": "A", // Wind attribute. Check Support in WOW for details."windDirection": 1, // Wind direction measurement type. Check Site Data Measurement Value Schema article for details."windGust": 5, // Wind gust measurement type. Check Site Data Measurement Value Schema article for details."windGustDirection": 1, // Wind gust direction measurement type. Check Site Data Measurement Value Schema article for details."windSpeed": 5, // Wind speed measurement type. Check Site Data Measurement Value Schema article for details."isOfficial": null, // If this site is official"isDcnn": false, // If this is a DCNN site"lastModifiedOn": null, // Last modified date"lastObservationDate": "2016-08-04T10:00:00Z", // Last observation date"dataMeasurements": [ // A list of measured values. Check Site Data Measurement Value Schema article for details.{"name": "DewPointTemperature","value": 2},{"name": "DryBulbTemperature","value": 2},{"name": "MeanSeaLevelPressure","value": 6},{"name": "PresentWeatherCode","value": 1},{"name": "RainfallAmount","value": 1},{"name": "RelativeHumidity","value": 1},{"name": "Sunshine","value": 1},{"name": "VisibilityCode","value": 1},{"name": "WindDirection","value": 1},{"name": "WindGustDirection","value": 1},{"name": "WindGust","value": 5},{"name": "WindSpeed","value": 5},{"name": "DewPointTemperature","value": 2},{"name": "DryBulbTemperature","value": 2},{"name": "MeanSeaLevelPressure","value": 6},{"name": "PresentWeatherCode","value": 1},{"name": "RainfallAmount","value": 1},{"name": "RelativeHumidity","value": 1},{"name": "Sunshine","value": 1},{"name": "VisibilityCode","value": 1},{"name": "WindDirection","value": 1},{"name": "WindGustDirection","value": 1},{"name": "WindGust","value": 5},{"name": "WindSpeed","value": 5}]}