locations
7 procedures defined in packages/api/src/routers/locations.ts.
locations.search
Section titled “locations.search”| Kind | Auth | Rate limit | Source |
|---|---|---|---|
| query | public | — | packages/api/src/routers/locations.ts:34 |
Input
locationsSearchInputSchemalocations.enrich
Section titled “locations.enrich”| Kind | Auth | Rate limit | Source |
|---|---|---|---|
| query | public | — | packages/api/src/routers/locations.ts:41 |
Input
enrichLocationInputSchemalocations.reverseGeocode
Section titled “locations.reverseGeocode”| Kind | Auth | Rate limit | Source |
|---|---|---|---|
| query | public | — | packages/api/src/routers/locations.ts:46 |
Input
z.object({ lat: z.number(), lng: z.number(), })locations.geocode
Section titled “locations.geocode”| Kind | Auth | Rate limit | Source |
|---|---|---|---|
| query | public | — | packages/api/src/routers/locations.ts:58 |
Input
z.object({ address: z.string().min(5).max(500) })locations.zipLookup
Section titled “locations.zipLookup”| Kind | Auth | Rate limit | Source |
|---|---|---|---|
| query | protected (auth required) | locations — 60 / 60s | packages/api/src/routers/locations.ts:63 |
Input
z.object({ zipCode: z.string().regex(/^\d{5}$/) })locations.placesAutocomplete
Section titled “locations.placesAutocomplete”| Kind | Auth | Rate limit | Source |
|---|---|---|---|
| query | protected (auth required) | locations-places — 30 / 60s | packages/api/src/routers/locations.ts:76 |
Input
placesAutocompleteInputSchemalocations.placesDetails
Section titled “locations.placesDetails”| Kind | Auth | Rate limit | Source |
|---|---|---|---|
| query | protected (auth required) | locations-places — 30 / 60s | packages/api/src/routers/locations.ts:83 |
Input
placesDetailsInputSchema