This API provides a method for viewing the fields and values in our data set.
Values are presented as either
- A readable HTML document for easy reference
- JSON
JSON output
https://www.mbb2.com/client-api/lookup-fields/mls_id/[MLS_ID]/auth_key/[YOUR_ACCOUNT_API_KEY]
HTML page output
In this case, add &html=true to the end of the URL
https://www.mbb2.com/client-api/lookup-fields/mls_id/[MLS_ID]/auth_key/[YOUR_ACCOUNT_API_KEY]/?html=true
Parameters
[MLS_ID] (required)
This is the Buying Buddy mls_id for your MLS- e.g "ca45".
This is displayed when you generate a filter using the Widget wizards in your Buying Buddy account.
[YOUR_ACCOUNT_API_KEY] (required)
This is your Account API Key. To get the Account API Key - login to your Buying Buddy account and go to Account > Account Settings, then scroll down to see your Account API Key.
&html=true (optional)
Adding this parameter to the end of the URL will generate a readable HTML page.