{"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 / -- lookup whois information\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. 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\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all resource?\" -> GET /\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 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"}}