Skip to main content
GET
/
v1
/
mgm-stations
/
by
/
id
/
{stationId}
Find Single Station By ID
curl --request GET \
  --url https://risk-api.tarla.io/v1/mgm-stations/by/id/{stationId}
{
  "stationId": 123,
  "stationName": "<string>",
  "latitude": 123,
  "longitude": 123,
  "city": "<string>",
  "district": "<string>"
}

Path Parameters

stationId
integer<int32>
required

Response

Success

Represents a weather station with its location and name

stationId
integer<int32>

Unique identifier of the weather station

stationName
string

Name of the weather station

latitude
number<double>

Latitude coordinate of the station

longitude
number<double>

Longitude coordinate of the station

city
string

City where the station is located

district
string

District where the station is located