# Woosmap Community Website > Woosmap is a Platform for Developers to enable Location Intelligence in their Website and App. Get access to tutorials or explore our API References. Every page here has a clean Markdown twin: append `.md` to any page URL. This file is a ROUTING index. Exhaustive page list: https://community.woosmap.com/llms-full.txt ## How to choose a page - Exact request shape — parameter names, types, required flags, defaults, response schema: use `/api-reference/...`. Those pages are generated from the OpenAPI spec and are AUTHORITATIVE. Prefer them over guides and samples, which show one usage and omit most parameters. - Whole-schema machine consumption: /assets/woosmap-openapi3.json (OpenAPI 3.1). - What a product does, coverage, limits, concepts: `/products//...`. - Runnable end-to-end code: `/js-samples/...`. - Client-side SDKs (Map JS API, mobile, widgets) expose no REST endpoints; their API surface lives under `/products//reference/...`. Reference URLs are verb-prefixed and path-flattened: `GET /localities/autocomplete` is at `/api-reference/localities-api/get-localities-autocomplete.md`. Take reference URLs from this file rather than assembling them, and never invent a parameter that is absent from the reference page. ## Machine-readable schema - OpenAPI 3.1 spec, all REST endpoints: https://community.woosmap.com/assets/woosmap-openapi3.json - API reference hub: https://community.woosmap.com/api-reference.md - Authentication, API keys and referrer restrictions: https://community.woosmap.com/api-reference/authentication.md ## REST APIs ### Localities API Address, city and postal-code autocomplete, geocoding and place details worldwide. Base URL: `https://api.woosmap.com/localities` ### Stores API Search your own asset/store network, and create/update/delete those assets. Base URL: `https://api.woosmap.com/stores` ### Distance API Travel distances, durations, routes and toll costs; sync and async matrix modes. Base URL: `https://api.woosmap.com/distance` ### Geolocation API Resolve a device position from IP or network signals. Base URL: `https://api.woosmap.com/geolocation` ### Datasets API Bulk-import and manage large custom datasets. Base URL: `https://api.woosmap.com/datasets` ### Indoor API Indoor venues, levels, POIs and indoor routing. Base URL: `https://api.woosmap.com/indoor` ### Static Map API Server-rendered map images with markers, paths and polygons. Base URL: `https://api.woosmap.com/maps` ### Transit API Public-transport routing and schedules. Base URL: `https://api.woosmap.com/transit` ### What3Words API Convert between three-word addresses and coordinates. Base URL: `https://api.woosmap.com/what3words` ### Geofencing (Zones API + Mobile SDK) Define geofence zones server-side and track entry/exit from mobile SDKs. Base URL: `https://api.woosmap.com/zones` ## Client-side SDKs and libraries ### Map JS API Interactive web maps, layers, markers and client-side services. ### Woosmap JS API (legacy) Previous-generation JS SDK. Prefer Map JS API for new work. ### Mobile SDKs (Android / iOS / Flutter / React Native) Native location, geofencing and store-locator components. ### MultiSearch library Unified autocomplete across Localities, Stores and third-party sources. ### Widgets Drop-in Store Locator and address-input widgets. ### MCP Server Model Context Protocol server exposing Woosmap APIs as agent tools. ### Migration guides Moving from Google Maps or from legacy Woosmap SDKs. ## Support and everything else - Support pages, migration guides and the full page list: https://community.woosmap.com/llms-full.txt