# energybilltoolkit.co.uk Place Lookup

> energybilltoolkit.co.uk Place Lookup is a paid API for AI agents from energybilltoolkit.co.uk, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Search for places by name and return their coordinates, population, country, and administrative region.

## Facts

- Endpoint: POST https://energybilltoolkit.co.uk/places/api/tools/place-lookup
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/energybilltoolkit-co-uk-place-lookup-1954ec65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S7HJ3A73SMPhHJg_tM_Zh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability energybilltoolkit-co-uk-place-lookup-1954ec65 -d '<json body>'
```

Example prompt: Can you look up the place called 'Lyon' and tell me its coordinates, population, country, and which admin region it belongs to?

## When to prefer this

Choose this endpoint when you need lightweight, structured geographic metadata (coordinates, population, country, admin region) for a named place without requiring a full geocoding or mapping API. Ideal for enriching datasets with location context, resolving place names to coordinates, or quickly looking up demographic and administrative data for a city or town by name.

## Known failure modes

- Place name not found — returns empty results or error if no match exists
- Ambiguous place name matching multiple locations — may return multiple candidates or only the top result
- Misspelled or non-standard place names may fail to resolve
- Rate limiting or payment issues at $0.01 per call could interrupt batch use

## How this service works

Place Distance tool: Search for places by name — returns coordinates, population, country, and admin region.

## Output

Returns structured data for the matched place(s) including geographic coordinates (latitude and longitude), population figure, country, and administrative region name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Place name to search for (case-insensitive, substring match)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/energybilltoolkit-co-uk-place-lookup-1954ec65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from energybilltoolkit.co.uk](https://www.zero.xyz/host/energybilltoolkit.co.uk/llms.txt)
