---
title: "Get Sync Weather"
method: GET
path: "/weather/sources/{source_id}/models/{model_id}"
tags: ["sync"]
---

# Get Sync Weather

`GET /weather/sources/{source_id}/models/{model_id}`

<B>Request weather data for a specific Model using the given settings (location, period, weather factors, e.g.). <BR>
This data is then formatted as the requested output format (output unit system and file format) before returning the requested data.</B>

<I>(Please note that as some models are predictive or otherwise restricted in the periods available for requests,
that sometimes the 'begin' and 'end' values will be altered to match these restrictions.)</I>

## Path parameters

- `source_id` string, required
- `model_id` string, required

## Query parameters

- `begin` string — From date and time
- `end` string — To date and time
- `lat` number, required — GPS Latitude or RD x-coordinate
- `lon` number, required — GPS Longitude or RD y-coordinate
- `factors` string[] — Only return these weather factors (default: all factors)
- `units` 'si' | 'human' | 'original'
- `response_format` 'netcdf4' | 'netcdf3' | 'json' | 'json_dataset' | 'csv'

## Headers

- `accept` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/alliander-opensource/apis/weather-api-v2.md) · [All operations](https://skmtc.dev/alliander-opensource/apis/weather-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alliander-opensource/weather-api-v2/revisions/bd62a2fafe34/schema)
