Mangools/API

Mangools

Shared utility endpoints — geo-targeting locations used across all Mangools tools.

The Mangools endpoints provide shared reference data used across the full Mangools API. Currently this covers geo-targeting locations — the same location IDs accepted by KWFinder, SERPWatcher, SERPChecker, and other tools when filtering results by country or region.

What you can do

  • List all locations — retrieve the full set of supported geo-targeting locations with their IDs and names.
  • Look up a location — fetch details for a specific location by its identifier.

Authentication

All Mangools endpoints require an API key passed as the x-access-token header. See Authentication for setup instructions.

Endpoints

MethodEndpointPath
GETGet list of all locations/mangools/locations
GETGet detail of location/mangools/locations/{location}

On this page