Skip to main content
POST
Find Stations By Name Pattern

Body

application/json
stationName
string
required

Name of the station to be searched

Minimum string length: 1
matchType
enum<string>
required

Match type used to indicate where the search term appears in the search field

Available options:
STARTS_WITH,
ENDS_WITH,
CONTAINS,
EQUALS
limit
integer<int32>
required

Records limit in response

Required range: 1 <= x <= 100
sort
enum<string>

Records sort direction in response

Available options:
ASC,
DESC

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