Get Nowcast for a Location
GET/points/:location_id
Retrieves a 6-hour nowcast with 10-minute intervals for a single location.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- default
Nowcast data for the requested location.
Unauthorized. A valid API key was not provided.
Forbidden. The API key is not authorised for the requested resource.
The specified resource was not found.
Too Many Requests. The platform is experiencing high load and requests are being throttled. This is a platform-wide rate limit, not specific to your API key. Implement exponential backoff and retry after the time specified in the Retry-After header.
Response Headers
Retry-After
The number of seconds to wait before making a new request.
Example:
60Internal Server Error.