---
title: "Parse address into components"
method: GET
path: "/parse"
tags: ["geocode"]
---

# Parse address into components

`GET /parse`

## Query parameters

- `q` string, required

## Response `200`

Successful response

- ParseResponse
  - `address_components` AddressComponents
    - `number` string
    - `predirectional` string
    - `street` string
    - `suffix` string
    - `formatted_street` string
    - `city` string
    - `county` string
    - `state_province` string
    - `postal_code` string
    - `country` string
    - `building_name` string
    - `nation` string
    - `postdirectional` string
  - `formatted_address` string

## Other responses

- `403` — Invalid API key, or feature not available.

---

[API](https://skmtc.net/geocod/apis/geocodio.md) · [All operations](https://skmtc.net/geocod/apis/geocodio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocod/geocodio/revisions/cfb0f76c8af3/schema)
