> ## Documentation Index
> Fetch the complete documentation index at: https://docs.landryx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# REST API overview

> Landryx REST sections, conventions, and base URL.

The base URL is `https://api.landryx.com`. All product routes are under `/v1` and return JSON unless a geometry, tile, artifact, or export endpoint specifies another media type.

| Section        | Prefix                   | Purpose                                                     |
| -------------- | ------------------------ | ----------------------------------------------------------- |
| Parcels        | `/v1/parcels`            | Parcel search, geometry, lineage, dossiers, and aggregation |
| Zoning         | `/v1/zoning`             | Ordinance evidence and by-right analysis                    |
| Infrastructure | `/v1/infrastructure`     | Fiber, power, utilities, substations, and queue context     |
| Environmental  | `/v1/screening`          | Environmental and natural-hazard screening                  |
| Records        | `/v1/records`            | Deeds and recorded-document evidence                        |
| Construction   | `/v1/construction-costs` | Capex, schedule, regional, and line-item estimates          |
| Listings       | `/v1/listings`           | MLS-derived listings, history, comps, markets, and exports  |
| Commercial     | `/v1/commercial`         | Asset-oriented commercial property and market intelligence  |

See [Authentication](/authentication), [Errors](/guides/errors), [Pagination](/guides/pagination), and [Credits](/guides/rate-limits-and-credits).
