Ejemplos y usos
Búsqueda simple:
Todas las ubicaciones que contengan belgrano dentro de full_location:
http://tokkobroker.com/api/v1/location/quicksearch/?format=json&lang=es_ar&q=belgrano
Todas las ubicaciones que contengan belgrano dentro de name:
http://tokkobroker.com/api/v1/location/quicksearch/?format=json&lang=es_ar&q=belgrano&scope=minimal
Si quisiera estas ultimas ordenadas por full_location (para formar un árbol coherente)
http://tokkobroker.com/api/v1/location/quicksearch/?format=json&lang=es_ar&q=belgrano&scope=minimal&order_by =full_location
Pero solo me interesan los que son barrios:
http://tokkobroker.com/api/v1/location/quicksearch/?format=json&lang=es_ar&q=belgrano&scope=minimal&order_by =full_location&type=3
Y solo me interesan barrios que estén en capital federal:
http://tokkobroker.com/api/v1/location/quicksearch/?format=json&lang=es_ar&q=belgrano&scope=minimal&order_by=full_location&type=3&state=146
*En tokkobroker.com/api/playground se puede visualizar las definiciones de los recursos de
Country/State para ver los valores posibles para pasar en la opción state.
Updated over 5 years ago