{"files":{"SKILL.md":"---\nname: ip2whois-domain-lookup\ndescription: \"IP2WHOIS Domain Lookup API skill. Use when working with IP2WHOIS Domain Lookup for root. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# IP2WHOIS Domain Lookup\nAPI version: 1.0\n\n## Auth\nApiKey key in query\n\n## Base URL\nhttps://api.ip2whois.com/v2\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET / -- verify access\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### root\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | / | Lookup WHOIS information |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"How to authenticate?\" -> See Auth section\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get ip2whois-domain-lookup -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search ip2whois-domain-lookup\n```\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 IP2WHOIS Domain Lookup\n@base https://api.ip2whois.com/v2\n@version 1.0\n@auth ApiKey key in query\n@endpoints 1\n@toc root(1)\n\n@endpoint GET /\n@desc Lookup WHOIS information\n@required {domain: str # Domain name for lookup purpose., key: str # API key.}\n@optional {format: str # Returns the API response in json (default) or xml format.}\n@returns(200) Get response from IP2WHOIS\n\n@end\n"}}