---
title: "Get Source"
method: GET
path: "/weather/sources/{source_id}"
tags: ["sync"]
---

# Get Source

`GET /weather/sources/{source_id}`

<B>List all the Models available  for the Source</B>

## Path parameters

- `source_id` string, required

## Response `200`

Successful Response

- WeatherSource
  - `id` string, required — Source id
  - `name` string, required — Source name
  - `url` string — Source URL
  - `models` WeatherModel[] — Synchronous models
    - `id` string, required — Model id
    - `name` string, required — Model name
    - `version` string — Model version
    - `url` string — Model URL
    - `description` string — Model description
    - `predictive` boolean, required — Predictions or measurements
    - `async_model` boolean, required — Whether the model should be called asynchronously
    - `time_step_size_minutes` integer, required — Time between each measurement or prediction
    - `num_time_steps` integer, required — Number of data points in the result set
  - `async_models` WeatherModel[] — Asynchronous models
    - `id` string, required — Model id
    - `name` string, required — Model name
    - `version` string — Model version
    - `url` string — Model URL
    - `description` string — Model description
    - `predictive` boolean, required — Predictions or measurements
    - `async_model` boolean, required — Whether the model should be called asynchronously
    - `time_step_size_minutes` integer, required — Time between each measurement or prediction
    - `num_time_steps` integer, required — Number of data points in the result set

## 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)
