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
required

Response

Success

Represents a weather station with its location and name

stationId
integer

Unique identifier of the weather station

stationName
string

Name of the weather station

latitude
number

Latitude coordinate of the station

longitude
number

Longitude coordinate of the station

city
string

City where the station is located

district
string

District where the station is located