{
    "name": "Cryptospecting API",
    "version": "1.0.0",
    "description": "Smart contract inspection and analysis API",
    "base_url": "https:\/\/api.cryptospecting.com\/v1",
    "documentation": "https:\/\/cryptospecting.com\/api",
    "endpoints": {
        "inspection": {
            "submit": {
                "method": "POST",
                "path": "\/inspection\/submit",
                "description": "Submit a project for inspection",
                "requires_auth": false
            },
            "status": {
                "method": "GET",
                "path": "\/inspection\/status\/{id}",
                "description": "Check inspection status",
                "requires_auth": false
            },
            "report": {
                "method": "GET",
                "path": "\/inspection\/report\/{id}",
                "description": "Get inspection report",
                "requires_auth": false
            }
        },
        "queue": {
            "position": {
                "method": "GET",
                "path": "\/queue\/position",
                "description": "Get current queue position",
                "requires_auth": false
            },
            "list": {
                "method": "GET",
                "path": "\/queue\/list",
                "description": "List queued inspections",
                "requires_auth": false
            }
        },
        "search": {
            "projects": {
                "method": "GET",
                "path": "\/search\/projects",
                "description": "Search inspected projects",
                "requires_auth": false
            }
        },
        "stats": {
            "global": {
                "method": "GET",
                "path": "\/stats\/global",
                "description": "Get global statistics",
                "requires_auth": false
            }
        },
        "badge": {
            "verify": {
                "method": "GET",
                "path": "\/badge\/verify\/{id}",
                "description": "Verify project badge",
                "requires_auth": false
            }
        }
    },
    "rate_limits": {
        "default": "100 requests per hour",
        "authenticated": "1000 requests per hour"
    },
    "contact": "api@cryptospecting.com"
}