Discussions
Error in City Market Queries
I recently noticed an error in city market queries where certain city places have duplicate entries. For example, querying 'Carson'
with state_abbreviation
of 'NV'
in location_type
'city'
returns two entries. Both are identical with the only differences being their parcl_id and geoid values. In this example, the entry with parcl_id
of 5377238
has the correct geoid
of 3209700
, at least according to a Census Bureau API query . The other entry with parcl_id
of 5820707
has a 5 digit geoid, which is incorrect for a Census Bureau place geoid.
Can't use multiple APIs together
The Housing Metrics API and Price Feed API have different versions of labs-v2 NodeJS package required and this means you can't use API calls from both of them in the same codebase, and the SDK that generates for each doesn't have the functions for the other and since both of them are the same package but with different versions you can't even install both of them.
Property Events Endpoint Broken?
Using the Python Client, I get:
Migration article - Demand in Florida
Hello,
Able to add multiple users on starter plan?
If I were to have a paid account, either a starter or enterprise account, am I able to add other users onto my account or is it only single user access per account?
Parcl Credit to API Request
How is the credit cost calculated? Example: if I make a single request for the past 365 days worth of price feed data for a specific price_feed location, does that count as 1 credit or 365 credits?
Get Parcl Property Id by Address?
The /v1/property/search_markets endpoint doesn't have a way to find a parcl property ID given an address. Is there another way to get this?
Error in Google Collab
I'm getting an error retrieving parcl_ids in Google Collab
Price Feed API Update Time Inquiry
The update frequency of the ‘Price Feed’ API is said to be once a day, but exactly what time is it updated?
"Data not found" Error For Portfolio Listings Endpoint
I queried the "Sf New Listings For Sale Rolling Counts" endpoint but received a "detail": "Data not found" error even though I put in a valid Parcl ID and it is in the date range of the endpoint. Why is it giving me this error?