---
name: ip-geolocation-api
description: "IP Geolocation API skill. Use when working with IP Geolocation for data. Covers 3 endpoints."
version: 1.0.0
generator: lapsh
---

# IP Geolocation API

## Auth
ApiKey key in query

## Base URL
https://api-bdc.net/data/ip-geolocation

## Setup
1. Set your API key in the appropriate header
2. GET /data/ip-geolocation -- this api returns additional security hazard report in addition to confidence area and locality information
3. Explore available endpoints below

## Endpoints
3 endpoints across 1 group. See references/api-spec.lap for full details.

### Data
| Method | Path | Description |
|--------|------|-------------|
| GET | /data/ip-geolocation | This API returns additional security hazard report in addition to confidence area and locality information |
| GET | /data/ip-geolocation-with-confidence | Returns list of geocoordinates which represents estimated geolocation confidence area |
| GET | /data/ip-geolocation-full | Returns list of geocoordinates which represents estimated geolocation confidence area |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all ip-geolocation?" -> GET /data/ip-geolocation
- "List all ip-geolocation-with-confidence?" -> GET /data/ip-geolocation-with-confidence
- "List all ip-geolocation-full?" -> GET /data/ip-geolocation-full
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
