{"openapi":"3.1.0","info":{"title":"website-tech-analyzer","version":"1.0.0","x-guidance":"Paid endpoints require MPP payment. Use npx mppx <url> or any MPP-compatible client."},"servers":[{"url":"https://www.domainanalysers.online"}],"x-service-info":{"categories":["web","data"],"docs":{"homepage":"https://www.domainanalysers.online","apiReference":"https://www.domainanalysers.online/openapi.json"}},"paths":{"/api/service":{"get":{"summary":"Analyse website tech stack","description":"Fetches a website and detects frameworks, CDNs, analytics, server software, and other technologies.","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string"},"example":"https://vercel.com","description":"The website URL to analyse"}],"x-payment-info":{"intent":"charge","method":"tempo","amount":"10000","currency":"0x20c000000000000000000000b9537d11c60e8b50","description":"$0.01 per request"},"responses":{"200":{"description":"Tech stack analysis result","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"technologies":{"type":"object","description":"Detected tech keyed by name, value is array of signals"},"headers":{"type":"object","description":"Selected HTTP response headers from the target site"},"fetched_at":{"type":"string","format":"date-time"},"chain":{"type":"string"},"chain_id":{"type":"number"}}}}}},"400":{"description":"Missing or invalid url parameter"},"402":{"description":"Payment Required"},"500":{"description":"Failed to fetch or analyse the target URL"}}}}}}