Public
Documentation Settings

GSRAW

List of custom GSRAW API services aimed at exchanging information securely over the Internet.
They are developed so that it is possible to add, modify or eliminate more or less input parameters depending on the client's needs.
There are also different answers, depending on the output format, for instance: json, csv, ndjson...

GETindicators

https://{{id}}.execute-api.eu-west-1.amazonaws.com/pro/v1/indicators?lat=40.437550560499695&lon=-3.7115688065998644&level=15&indicators=&operations=2&propertytype

This endpoint returns real estate indicators based on geographical and market information. The kpis are differents area: financial, demography, population

The Request is segmented:

  • Date : Year and quarter
  • Administrative levels:
    • Country
    • State
    • Province
    • City
    • District
    • Neighborhood
  • Types of properties: flat, house,...
  • Area: <70m2, <100m2, >250m2...
  • Number of rooms:1,2,3...
HEADERS
x-api-key

{{auth}}

PARAMS
lat

40.437550560499695

coordenate y

lon

-3.7115688065998644

coordenate x

level

15

administrative boundary 15 => neighborhood / 14 => district / 13 => municipality / 12 => province /

indicators

kpis

operations

2

1 => Rent / 2 => Sold

propertytype

1 => flat / 2 => house (*Optional)

Example Request
curl
curl --location -g 'https://{{id}}.execute-api.eu-west-1.amazonaws.com/pro/v1/indicators?lat=40.437550560499695&lon=-3.7115688065998644&level=15&indicators=&operations=2&propertytype=null' \
--header 'x-api-key: {{auth}}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETavm

https://{{id}}.execute-api.eu-west-1.amazonaws.com/pro/v1/avm?operation=2&latitude=40.4089626&longitude=-3.6136012&size=65&propertytype=1&rooms=3&bathrooms=1

This endpoint creates an valuation of asset with Automated Valuation Model.

AVM combines a variety of data on price trends, property characteristics, and local market information.

HEADERS
x-api-key

{{auth}}

PARAMS
operation

2

1 => Rent 2 => Sold

latitude

40.4089626

coordenate y

longitude

-3.6136012

coordenate x

size

65

m2

propertytype

1

1 => flat / 2 => house

rooms

3

*Optional

bathrooms

1

*Optional

Example Request
curl
curl --location -g 'https://{{id}}.execute-api.eu-west-1.amazonaws.com/pro/v1/avm?operation=2&latitude=40.4089626&longitude=-3.6136012&size=65&propertytype=1&rooms=3&bathrooms=1' \
--header 'x-api-key: {{auth}}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETcomparables

https://{{id}}.execute-api.eu-west-1.amazonaws.com/pro/v1/comparables?operation=2&latitude=40.3912941&longitude=-3.7115688065998644&radio=4000&nresults=10&size=100&propertytype=1&rooms=3&bathrooms=2

This endpoint returns those assets with defined characteristics and that are within a radius established through coordinates.

The system finds similar assets and it lists all important information about the comparables.

HEADERS
x-api-key

{{auth}}

PARAMS
operation

2

1 => Rent / 2 => Sold

latitude

40.3912941

coordenate y

longitude

-3.7115688065998644

coordenate x

radio

4000

radius of meters

nresults

10

count of results

size

100

threshold +/- 20% area (*Optional)

propertytype

1

(*Optional) 1 => flat / 2 => house

rooms

3

threshold +/- 20% rooms (*Optional)

bathrooms

2

threshold +/- 20% bathrooms (*Optional)

Example Request
curl
curl --location -g 'https://{{id}}.execute-api.eu-west-1.amazonaws.com/pro/v1/comparables?operation=2&latitude=40.3912941&longitude=-3.7115688065998644&radio=4000&nresults=10&size=100&propertytype=1&rooms=3&bathrooms=2' \
--header 'x-api-key: {{auth}}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers