---
title: "Gets current weather information for a US zip code"
method: GET
path: "/getweatherzipcode"
tags: ["Weather by Zip Code"]
---

# Gets current weather information for a US zip code

`GET /getweatherzipcode`

Use a US zip code to retrieve current weather information

## Query parameters

- `license` string, required
- `zip` string, required

## Response `200`

Current weather information for zip code

- object
  - `City` string
  - `Code` string
  - `Credits` string
  - `RelativeHumidity` string
  - `State` string
  - `TempC` string
  - `TempF` string
  - `VisibilityMiles` string
  - `Weather` string
  - `WindDir` string
  - `WindMPH` string

## Other responses

- `400` — bad request - insufficient parameters
- `402` — credits exhausted
- `403` — invalid license API key
- `404` — zip code not found
- `405` — method not allowed
- `500` — internal server error

---

[API](https://skmtc.net/interzoid/apis/getweatherzip.md) · [All operations](https://skmtc.net/interzoid/apis/getweatherzip/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interzoid/getweatherzip/versions/c3c51737e9b6/schema)
