{
    "platform": "MyBookXXX",
    "endpoint": "Search API",
    "status": "ready",
    "message": "Search API ready. Provide a query parameter to search.",
    "usage": {
        "GET": "https:\/\/mybookxxx.com\/geo\/search?q=your-search-term",
        "example": "https:\/\/mybookxxx.com\/geo\/search?q=booking&lang=en&limit=5"
    },
    "parameters": {
        "q": "Search query (required)",
        "lang": "Language code (optional, default: en, options: en, nl, de, fr, es)",
        "limit": "Result limit (optional, default: 10, max: 50)"
    },
    "available_topics": [
        "booking",
        "payment",
        "verification",
        "privacy",
        "safety",
        "legal",
        "platform_info"
    ],
    "sample_searches": [
        "https:\/\/mybookxxx.com\/geo\/search?q=booking",
        "https:\/\/mybookxxx.com\/geo\/search?q=payment methods",
        "https:\/\/mybookxxx.com\/geo\/search?q=safety features"
    ]
}