---
title: "Point - Latitude and Longitude"
method: POST
path: "/ca/parcels/point"
tags: ["Canada"]
---

# Point - Latitude and Longitude

`POST /ca/parcels/point`

This endpoint delivers parcels using latitude and longitude points. You can add a radius zone to the point or points and limit the amount of parcels returned in the response. Parameter 'geojson' takes priority if Lat/Lon is used in same request. This endpoint allows access to test all of our premium matched datasets. **Attention API Trial Token Users:** Data is restricted to 7 counties. Please only use data from one of the restricted counties.

## Query parameters

- `lon` number
- `lat` number
- `radius` integer
- `limit` integer
- `return_count` boolean
- `return_custom` boolean
- `return_field_labels` boolean
- `return_stacked` boolean

## Request body

- object
  - `geojson` object
    - `type` string
    - `geometry` object
      - `coordinates` array[] — [[-97.774811, 54.627318],[-97.77785381153151, 54.62696250754314]]
        - number[]
      - `type` string

## Response `200`

A list of parcel features.

- SimpleResponse
  - `parcels` object
    - `type` string
    - `features` object[]
      - `type` string
      - `geometry` union
        - object, nullable — GeoJSon object The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84) datum, with longitude and latitude units of decimal degrees. This is equivalent to the coordinate reference system identified by the Open Geospatial Consortium (OGC) URN An OPTIONAL third-position element SHALL be the height in meters above or below the WGS 84 reference ellipsoid. In the absence of elevation values, applications sensitive to height or depth SHOULD interpret positions as being at local ground or sea level.
          - `type` 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon', required
          - `bbox` number[]
          - `coordinates` LinearRing[], required
            - Position[] — A linear ring is a closed LineString with four or more positions. The first and last positions are equivalent, and they MUST contain identical values; their representation SHOULD also be identical. A linear ring is the boundary of a surface or the boundary of a hole in a surface. A linear ring MUST follow the right-hand rule with respect to the area it bounds, i.e., exterior rings are counterclockwise, and holes are clockwise.
              - …
        - object, nullable — GeoJSon object The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84) datum, with longitude and latitude units of decimal degrees. This is equivalent to the coordinate reference system identified by the Open Geospatial Consortium (OGC) URN An OPTIONAL third-position element SHALL be the height in meters above or below the WGS 84 reference ellipsoid. In the absence of elevation values, applications sensitive to height or depth SHOULD interpret positions as being at local ground or sea level.
          - `type` 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon', required
          - `bbox` number[]
          - `coordinates` array[], required
            - LinearRing[]
              - …
      - `properties` object
        - `headline` string — A human-friendly display address for the parcel. If no address is available, it falls back to the parcel number.
        - `path` string — The parcel's unique identifier
        - `fields` object — Standard Schema keys and values. Columns from the parcel table. These include standard column names wherever fields are available, plus additional columns varying by the particular county & data available.
        - `field_labels` object — Human-friendly labels for each key in fields
        - `context` object — A bit of info about the city or county where this parcel is found, including a path one can use as context for further searches.
        - `ll_uuid` string
      - `ll_uuid` string

## Other responses

- `401` — Unauthorized

---

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