Skip to main content
GET
/
overrides
/
{id}
Get overrides for a location
curl --request GET \
  --url http://pinpoint.devops.arabiaweather.com/overrides/{id}
{
  "locations": [
    {
      "id": "<string>",
      "hourly": [
        {}
      ],
      "daily": [
        {}
      ]
    }
  ]
}

Path Parameters

id
string
required

Location ID or comma-separated list of location IDs

Query Parameters

start
string
default:now

Start time for the forecast (e.g., 'now', 'today', or ISO date string)

interval
integer
default:24

Forecast interval in hours

parameters
string

Comma-separated list of weather parameters to include

hourly
boolean
default:true

Whether to include hourly overrides

Response

Weather overrides data

locations
object[]