{"name":"CVE JSON API","version":"1.0.0","description":"API for serving CVE JSON files from the official CVE List repository","endpoints":{"/":{"method":"GET","description":"API documentation"},"/api/cve/:cveId":{"method":"GET","description":"Get CVE JSON data by ID","parameters":{"cveId":"CVE ID in format CVE-YYYY-XXXXX"},"example":"/api/cve/CVE-2024-0741"},"/health":{"method":"GET","description":"Health check endpoint with git sync status"},"/debug/path/:cveId":{"method":"GET","description":"Debug endpoint to show path construction for a CVE ID","parameters":{"cveId":"CVE ID in format CVE-YYYY-XXXXX"},"example":"/debug/path/CVE-2024-0741"}}}