Retrieves raw sensor sensor data for a given subset
Resource URL
https://api.newcastle.urbanobservatory.ac.uk/api/v1/sensors/data/raw.csv
Resource Information
Parameters
Specifies the end time for a time slice selection. Can be either a date of a datetime and takes the format YYYYMMDDhhmmss or YYYYMMDD.
Example Values 20150102
Specifies the start time for a time slice selection. Can be either a date of a datetime and takes the format YYYYMMDDhhmmss or YYYYMMDD.
Example Values 20150101
Specifies the variable of the data return. can take several variables separated by'-and-'
Example Values wind-and-rain
Specifies the type of sensor. can take several variables separated by'-and-'
Example Values Environmental
Returns sensors within a given radius of the given latitude/longitude. The parameter value is specified by “latitude,longitude,radius”, where radius units is metres
Example Values -1.61778, 54.97825,500
Returns sensors within a given bounding box. The parameter value is specified by “longitude1,latitude1,longitude2,latitude2”
Example Values -1.67683, 54.93409,-1.51959,55.03023
Example Request
GET uoweb1.ncl.ac.uk/api/v1/sensors/data/raw.csv?start_time=20150117120000&end_time=20150117130000&sensor_type=Weather&api_key=sahsaddf