Altum AI
Getting started
Mopsus
About Altum AI
Contact
Search…
Documentation
Mopsus - Data Platform
Setting up an API call
Sandbox
Altum AI website
Pricing
API's
AVM API
Sustainability API
WOZ API
Autosuggest API
Move Data API
Authentication, input and response
Location data API
Amenities API
BAG API
Kadaster Transaction API
Labelling API
Reference API
Interactive Reference API
Ecovalue delta API
Powered By
GitBook
Authentication, input and response
post
https://api.altum.ai
/movedata
Fetch the latest status on the object in regard to the real estate listing
POST Sample Request
{
"postcode":"3038VX",
"housenumber": 26,
"addition": "A01"
}
get
https://api.altum.ai
/movedata/rent?search=
Get 5 objects which are for rent/rented within a zipcode
Sample GET Query
https://api.altum.ai/movedata/rent?search=5104
get
https://api.altum.ai
/movedata/sale?search=
Get 5 objects which are for sale/sold within a zipcode
Sample GET Query
https://api.altum.ai/movedata/sale?search=4841ES
get
https://api.altum.ai
/movedata/count?search=
Get the total count and details of objects which are for sale/sold and for rent/rented within a zipcode
Using the Body Parameters
https://api.altum.ai/movedata/count?search=4841ES
​
HTTP responses
Code
Description
Error
200
OK
N/A
400
Bad Request
Objects are currently not available within your specified postcode
403
Forbidden
Forbidden
422
Validation Error
Unprocessable Entity: one or more of the inputs are not according to the schema
429
Limit exceeded
API key limit exceeded
500
Service Not Available
Service is not available and/or down
API's - Previous
Move Data API
Next - API's
Location data API
Last modified
1yr ago
Copy link
Outline
post
Fetch the latest status on the object in regard to the real estate listing
get
Get 5 objects which are for rent/rented within a zipcode
get
Get 5 objects which are for sale/sold within a zipcode
get
Get the total count and details of objects which are for sale/sold and for rent/rented within a zipcode
HTTP responses