WeatherAPI · JSON Structure

Weatherapi Bulk Location Structure

BulkLocation schema from WeatherAPI.com

Type: object Properties: 2 Required: 1
WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

BulkLocation is a JSON Structure definition published by WeatherAPI, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

q custom_id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weatherapi/refs/heads/main/json-structure/weatherapi-bulk-location-structure.json",
  "name": "BulkLocation",
  "description": "BulkLocation schema from WeatherAPI.com",
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "Location query (same formats as q parameter)",
      "example": "sample value"
    },
    "custom_id": {
      "type": "string",
      "description": "Optional identifier echoed back in response",
      "example": "sample value"
    }
  },
  "required": [
    "q"
  ]
}