{"files":{"SKILL.md":"---\nname: who-hosts-this-api\ndescription: \"Who Hosts This API skill. Use when working with Who Hosts This for Detect, Status. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Who Hosts This API\nAPI version: 0.0.1\n\n## Auth\nApiKey key in query\n\n## Base URL\nhttps://www.who-hosts-this.com/APIEndpoint\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /Detect -- discover the hosting provider for a web site\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Detect\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /Detect | Discover the hosting provider for a web site |\n\n### Status\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /Status | View usage details for the current billing period |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all Detect?\" -> GET /Detect\n- \"List all Status?\" -> GET /Status\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 Who Hosts This API\n@base https://www.who-hosts-this.com/APIEndpoint\n@version 0.0.1\n@auth ApiKey key in query\n@endpoints 2\n@toc Detect(1), Status(1)\n\n@group Detect\n@endpoint GET /Detect\n@desc Discover the hosting provider for a web site\n@required {url: any # The url of the page to check}\n@returns(200) Status of the detection and list of any found hosting providers\n\n@endgroup\n\n@group Status\n@endpoint GET /Status\n@desc View usage details for the current billing period\n@returns(200) Status of the detection and list of any found hosting providers\n\n@endgroup\n\n@end\n"}}