{"files":{"SKILL.md":"---\nname: ipinfodb-ip-address-lookup\ndescription: \"IPInfoDB IP Address Lookup API skill. Use when working with IPInfoDB IP Address Lookup for ip-city, ip-country. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# IPInfoDB IP Address Lookup\nAPI version: 1.0\n\n## Auth\nApiKey key in query\n\n## Base URL\nhttps://api.ipinfodb.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /v3/ip-city/ -- get location of an ip address\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Ip-city\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v3/ip-city/ | Get location of an IP address |\n\n### Ip-country\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v3/ip-country/ | Get country of an IP address |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all ip-city?\" -> GET /v3/ip-city/\n- \"List all ip-country?\" -> GET /v3/ip-country/\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api IPInfoDB IP Address Lookup\n@base https://api.ipinfodb.com\n@version 1.0\n@auth ApiKey key in query\n@endpoints 2\n@toc ip-city(1), ip-country(1)\n\n@group ip-city\n@endpoint GET /v3/ip-city/\n@desc Get location of an IP address\n@required {ip: str # IPv4 or IPv6 address., key: str # API key.}\n@optional {format: str(json/xml) # Return the result in json or xml format.}\n@returns(200) Get location information\n\n@endgroup\n\n@group ip-country\n@endpoint GET /v3/ip-country/\n@desc Get country of an IP address\n@required {ip: str # IPv4 or IPv6 address., key: str # API key.}\n@optional {format: str(json/xml) # Return the result in json or xml format.}\n@returns(200) Get country information\n\n@endgroup\n\n@end\n"}}