# SYNOP Station data **GET /weather/SYNOP/2/json** Get local weather data from the specified station ## Servers - Main API URL: https://api.geoapi.me (Main API URL) ## Authentication methods - Api key ## Parameters ### Query parameters - **id** (string) SYNOP Station Id ## Responses ### 200 Decoded weather data from SYNOP station #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **content** (object) ### 400 Bad input parameter #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **message** (string) ### 401 Authorization failed #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **message** (string) ### 503 Service Temporarily Unavailable #### Body: application/json (object) - **status** (string(string)) - **code** (integer) - **message** (string) [Powered by Bump.sh](https://bump.sh)