SearchAddress

A company's registered address broken into individual components.

  • city
    Type: string

    City or town. May be null.

  • country
    Type: string

    Country of the address. May be a country name or code as recorded by the source registry; not guaranteed to be a normalised ISO code. May be null.

  • latitude
    Type: number Format: double

    Latitude of the address in decimal degrees, obtained by geocoding. May be null if the address could not be geocoded.

  • longitude
    Type: number Format: double

    Longitude of the address in decimal degrees, obtained by geocoding. May be null if the address could not be geocoded.

  • postcode
    Type: string

    Postal or ZIP code. May be null.

  • region
    Type: string

    Region, county, state, or province. May be null.

  • streetLine1
    Type: string

    First line of the street address (e.g. building number and street). May be null.

  • streetLine2
    Type: string

    Second line of the street address (e.g. suite, floor, or locality). May be null.

Grand Public API