Get Started

How to Search and Filter your data

  1. Overview

Overview

You can query the API using your public or private key depending on where you make the call. Assets will be return to you as GeoJSON. If your request returns a high number of assets, the result will be paginated. If so, you can request assets by page using page and stores_by_page parameters (Default is 100, max is 300).

Client-side requests

For client-side request, you can use the key (public key) either using our Woosmap Store Locator JS API, or a custom client application and passing your key (see sample javascript call).

Server-side requests

For server-side requests, you can search or filter assets using our API and your private_key.

Shell
        curl 'https://api.woosmap.com/stores/search/?private_key={private_key}'

    
Was this article helpful?
Have more questions? Submit a request