How do I return all the properties for a location?
How do I return all the properties for a location?
- You will need to paginate through the results for a location. Please visit our Code Reference Library Page to see an example.
Where do I find my API key?
Where do I find my API key?
Why do I see a $0.50 charge when activating my API key?
Why do I see a $0.50 charge when activating my API key?
- That is a temporary card verification hold, not a charge. When you activate API access, we place a $0.50 authorization to confirm your card can be charged, then release it immediately. It never settles — depending on your bank, the pending authorization may take a few days to disappear from your statement, and no money is moved.
How do I restore API access after a failed payment?
How do I restore API access after a failed payment?
past_due or unpaid cannot use the API. Paying an invoice does not automatically restore a canceled subscription; review Billing to reactivate or choose a plan, and contact support@realie.ai if you cannot complete recovery there.Does a failed card verification block API access?
Does a failed card verification block API access?
How do I tell a billing block from a spending-limit block?
How do I tell a billing block from a spending-limit block?
code and action fields in the API’s 403 response. For example, card_not_verified points to card verification, unpaid_invoices points to outstanding debt, and overage_limit_exceeded points to your overage spending cap. A non-active subscription returns subscription_inactive, which can also mean you need to settle invoices. The response reports the first blocking condition, so follow the returned recovery instructions and review Billing for any remaining issue.See Response Codes for the full list, response format, and next steps. Denied 403 requests do not spend tokens.What is the pricing for the Realie Property Data API?
What is the pricing for the Realie Property Data API?
- Every plan includes one monthly token allowance shared across Platform and API usage. See our plans and pricing, or contact support@realie.ai for enterprise arrangements.
How many tokens does one API call cost?
How many tokens does one API call cost?
- One — when the response is
200. Empty lookups (404), authentication failures (401), and access denials (403, including billing and spending-limit blocks) do not spend a token. On search endpoints,limitis only the page size (up to 100 parcels). More parcels on a successful page does not cost more tokens. See What is a token? for the full breakdown.
How many requests can the Realie Property Data API handle?
How many requests can the Realie Property Data API handle?
- The API limits 1,200 requests per minute. For enterprise customers, please reach out to support@realie.ai, and we can raise that limit.
How many parcels can be returned per request?
How many parcels can be returned per request?
- You can retrieve up to 100 parcels per request by adjusting the
limitparameter on search endpoints.limitis page size — a successful200costs 1 token whether the page has 1 parcel or 100. A404costs zero.
How should I normalize the unit number of a property?
How should I normalize the unit number of a property?
- Remove the leading identifier. For example “APT 103B” should just be “103B”. We provide a script to help you easily normalize unit number on our Code Reference Library Page.
What data fields does your property API have?
What data fields does your property API have?
- Please refer to our property data schema page for a comprehensive list of available data fields.
Why is the permits array empty or missing?
Why is the permits array empty or missing?
permits field is documented in the v3 Property Data Schema so you can plan integrations, but permit data is not currently populated — live responses may return an empty array or omit the field entirely today. Population is expected November 2026 (target date, not a guaranteed SLA). The v2-compatible flat schema does not document permits; integrations on the flat shape should not treat it as part of their response contract.What is the format of returned property data?
What is the format of returned property data?
- The API returns property data in a JSON structure with two primary sections
data: An array of property objects.metadata: An object containing pagination details (limit,offset, andcount).
Why is the wrong parcel being returned for the address I am using?
Why is the wrong parcel being returned for the address I am using?
- There might be multiple parcels associated with that address. First, use the Property Search Endpoint and check if the metadata indicates more than one parcel. If you still aren’t getting the anticipated results, try searching for the property using one of the following endpoints:
What factors contribute to increased latency when executing multiple address searches concurrently?
What factors contribute to increased latency when executing multiple address searches concurrently?
- This may be because you are using the Property Search Endpoint. For individual address queries, it is quicker to use the Address Lookup Endpoint. Realie prides itself on offering the fastest Property Data API on the market, with an average latency of around 10 ms.
How do I tell if my address is wrong or if Realie is missing parcel information?
How do I tell if my address is wrong or if Realie is missing parcel information?
- You can double-check your address using our Platform’s Property Lookup Feature. This tool uses Google Maps’ latitude and longitude data to verify whether we have the corresponding parcel information in our database.
- If available, you can also review the data format. Our address formatting adheres to USPS standards, and our engineering team has accounted for various edge cases such as abbreviations and directional indicators.
Why is only one property returned when there should be multiple?
Why is only one property returned when there should be multiple?
- Please ensure you are adjusting the limit and not using the Address Lookup Endpoint. The Property Search Endpoint will return multiple properties if they match the query.
How do I change my plan or delete my account?
How do I change my plan or delete my account?
- You have two options:
- Downgrade to Free: Manage your plan from Billing. Your paid plan remains active until the end of the current billing period, then your account moves to Free.
- Delete Your Account: To delete your account, click your profile icon in the top right corner, then select “Manage Account” and navigate to “Security Settings.”