Station Search by Station IDs
Use the resource stations/by_ids
to request a list of stations matching the list of stnIds
specified in the request. The response always includes the Ids in ascending order. If the API cannot find all of the stnIds specified in the request, it only includes the ones it has found. If the API cannot find any of the stnIds specified in the request then an appropriate error message will be included in the response.
.../v3/stations/by_ids.{format}?<parameter>=<value>...
Parameter | Data Type | Description |
---|---|---|
app_id | String | Typically, but not guaranteed to be, 20 |
app_code | String | Typically, but not guaranteed to be, 20 |
apiKey | String | A 43-byte Base64 URL-safe encoded string used for the authentication of the client |
stnIds | String | Specifies a list of stnIds separated by comma. Each stnId must contain at least 6 characters and must not exceed a maximum of 1000 characters. |
Parameter | Data Type | Description |
---|---|---|
callbackFunc | String | Specifies an arbitrary string used to wrap the JSON object in the response. |
callbackId | String | If you specify the parameter callbackId , specifies the first argument to the function specified by the callbackFunc . |
details | Integer | Requests line information for every station. The possible values are: 1 (enabled), 0 (disabled) The default value is 0. |