{"id":1034,"date":"2025-09-07T17:24:53","date_gmt":"2025-09-07T10:24:53","guid":{"rendered":"https:\/\/hatyaicity.com\/?page_id=1034"},"modified":"2025-09-10T16:47:01","modified_gmt":"2025-09-10T09:47:01","slug":"emergency-numbers-in-hat-yai","status":"publish","type":"page","link":"https:\/\/hatyaicity.com\/th\/emergency-numbers-in-hat-yai\/","title":{"rendered":"\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e09\u0e38\u0e01\u0e40\u0e09\u0e34\u0e19\u0e43\u0e19\u0e2b\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Emergency Numbers in Hat Yai &#8211; Essential Contacts for Safety<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary: #e63946;\n            --secondary: #1d3557;\n            --accent: #a8dadc;\n            --light: #f1faee;\n            --dark: #457b9d;\n            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            --transition: all 0.3s ease;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            position: relative;\n            height: 60vh;\n            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Emergency-Call-Numbers-in-Hat-Yai-and-Thailand-scaled.jpg') no-repeat center center\/cover;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            color: white;\n            padding: 20px;\n        }\n        \n        .hero-content {\n            max-width: 800px;\n            animation: fadeIn 1s ease;\n        }\n        \n        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);\n        }\n        \n        .hero-tagline {\n            background: rgba(0, 0, 0, 0.5);\n            padding: 10px 20px;\n            border-radius: 5px;\n            font-size: 1.2rem;\n            margin-bottom: 20px;\n        }\n        \n        .quick-numbers {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .quick-number {\n            background: var(--primary);\n            padding: 10px 15px;\n            border-radius: 50px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-weight: bold;\n            transition: var(--transition);\n            cursor: pointer;\n        }\n        \n        .quick-number:hover {\n            transform: translateY(-3px);\n            box-shadow: var(--shadow);\n        }\n        \n        \/* Content Sections *\/\n        section {\n            padding: 40px 0;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        section:last-child {\n            border-bottom: none;\n        }\n        \n        h2 {\n            color: var(--secondary);\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--accent);\n            display: inline-block;\n        }\n        \n        \/* Cards *\/\n        .card-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n        \n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .card-header {\n            background: var(--secondary);\n            color: white;\n            padding: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .card-body {\n            padding: 20px;\n        }\n        \n        .card-body ul {\n            list-style: none;\n        }\n        \n        .card-body li {\n            padding: 8px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .card-body li:last-child {\n            border-bottom: none;\n        }\n        \n        .number {\n            color: var(--primary);\n            font-weight: bold;\n            font-size: 1.1rem;\n        }\n        \n        \/* Call buttons *\/\n        .call-btn {\n            background: var(--primary);\n            color: white;\n            border: none;\n            padding: 8px 15px;\n            border-radius: 5px;\n            cursor: pointer;\n            transition: var(--transition);\n            display: inline-flex;\n            align-items: center;\n            gap: 5px;\n            text-decoration: none;\n        }\n        \n        .call-btn:hover {\n            background: #c1121f;\n        }\n        \n        \/* Fixed Insurance CTA Section *\/\n        .insurance-container {\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .insurance-cta {\n            background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            display: block;\n            text-decoration: none;\n        }\n        \n        .insurance-cta:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n        }\n        \n        .insurance-cta h3 {\n            margin-bottom: 15px;\n            color: white;\n            font-size: 1.8rem;\n        }\n        \n        .insurance-cta p {\n            font-size: 1.1rem;\n            margin-bottom: 20px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: var(--primary);\n            color: white;\n            padding: 12px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: bold;\n            transition: var(--transition);\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n        }\n        \n        .cta-button:hover {\n            background: #c1121f;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);\n        }\n        \n        \/* FAQ Section *\/\n        .faq-item {\n            margin-bottom: 20px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .faq-question {\n            background: #f8f8f8;\n            padding: 15px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: bold;\n        }\n        \n        .faq-answer {\n            padding: 0 15px;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n        }\n        \n        .faq-answer.active {\n            padding: 15px;\n            max-height: 300px;\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.2rem;\n            }\n            \n            .quick-numbers {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .card-container {\n                grid-template-columns: 1fr;\n            }\n            \n            .insurance-cta {\n                padding: 20px;\n            }\n            \n            .insurance-cta h3 {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Banner -->\n    <div class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>Emergency Numbers in Hat Yai: Essential Contacts for Travelers<\/h1>\n            <p class=\"hero-tagline\">Emergency numbers in Hat Yai: Immediate contacts for police (191), tourist police (1155), hospital, ambulance. Guide to health, safety assistance in Thailand.<\/p>\n            \n            <div class=\"quick-numbers\">\n                <div class=\"quick-number\">\n                    <i class=\"fas fa-police-box\"><\/i> Police: <strong>191<\/strong>\n                <\/div>\n                <div class=\"quick-number\">\n                    <i class=\"fas fa-ambulance\"><\/i> Ambulance: <strong>1669<\/strong>\n                <\/div>\n                <div class=\"quick-number\">\n                    <i class=\"fas fa-fire-extinguisher\"><\/i> Fire: <strong>199<\/strong>\n                <\/div>\n                <div class=\"quick-number\">\n                    <i class=\"fas fa-headset\"><\/i> Tourist Police: <strong>1155<\/strong>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <!-- Intro -->\n        <section id=\"intro\">\n            <h2>Emergency Assistance in Hat Yai<\/h2>\n            <p>When traveling in Hat Yai, it is important to have local emergency contacts at hand. Here you&#8217;ll find emergency phone numbers for <strong>police, hospitals, fire brigades, and tourist services<\/strong>. Knowing who to call in an emergency is vital for a safe trip. Save or bookmark this list of the most important phone numbers for police, medical, and tourist assistance in Hat Yai and throughout Thailand. Official Municipality Website: <a href=\"https:\/\/hatyaicity.go.th\" target=\"_blank\" rel=\"noopener\">hatyaicity.go.th<\/a><\/p>\n        <\/section>\n\n        <!-- Municipality Info -->\n        <section id=\"municipality\">\n            <h2>Hat Yai Municipality<\/h2>\n            <div class=\"card\">\n                <div class=\"card-header\">\n                    <i class=\"fas fa-city\"><\/i>\n                    <h3>Contact Information<\/h3>\n                <\/div>\n                <div class=\"card-body\">\n                    <p>445 Petchkasem Road, Hat Yai Subdistrict, Hat Yai District, Songkhla Province 90110<\/p>\n                    <p><strong>Tel:<\/strong> 074-200000<\/p>\n                    <p><strong>Fax:<\/strong> 074-235536<\/p>\n                    <p><strong>Email:<\/strong> saraban@hatyaicity.go.th<\/p>\n                    <p><strong>Official Municipality Website: <a href=\"https:\/\/hatyaicity.go.th\" target=\"_blank\" rel=\"noopener\">hatyaicity.go.th<\/a><\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Main Emergency Numbers -->\n        <section id=\"emergency\">\n            <h2>Hat Yai Emergency Numbers<\/h2>\n            <div class=\"card-container\">\n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-police-box\"><\/i>\n                        <h3>Police<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <ul>\n                            <li>General Emergency: <span class=\"number\">191<\/span><\/li>\n                            <li>Local Police: <span class=\"number\">074-243333<\/span><\/li>\n                            <li>Local Police: <span class=\"number\">074-231645<\/span><\/li>\n                        <\/ul>\n                        <a href=\"tel:191\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call 191<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-ambulance\"><\/i>\n                        <h3>Medical Emergency<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <ul>\n                            <li>Nationwide: <span class=\"number\">1669<\/span><\/li>\n                        <\/ul>\n                        <a href=\"tel:1669\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call 1669<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-fire-extinguisher\"><\/i>\n                        <h3>Fire Brigades<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <ul>\n                            <li>Emergency: <span class=\"number\">199<\/span><\/li>\n                            <li>Local: <span class=\"number\">074-243111<\/span><\/li>\n                        <\/ul>\n                        <a href=\"tel:199\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call 199<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-headset\"><\/i>\n                        <h3>Tourist Services<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <ul>\n                            <li>Tourist Police: <span class=\"number\">1155<\/span><\/li>\n                            <li>Tourist Police Local: <span class=\"number\">074-246733<\/span><\/li>\n                            <li>Tourist Service Centre: <span class=\"number\">1672<\/span><\/li>\n                            <li>Highway Police: <span class=\"number\">1193<\/span><\/li>\n                        <\/ul>\n                        <a href=\"tel:1155\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call 1155<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Tourism Authority -->\n        <section id=\"tourism\">\n            <h2>Tourism Authority of Thailand (TAT) Hat Yai Office<\/h2>\n            <div class=\"card\">\n                <div class=\"card-body\">\n                    <p><strong>Tel:<\/strong> <span class=\"number\">074-231055<\/span><\/p>\n                    <a href=\"tel:074231055\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call TAT Office<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Hospitals -->\n        <section id=\"hospitals\">\n            <h2>Hospitals in Hat Yai<\/h2>\n            <div class=\"card-container\">\n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-hospital\"><\/i>\n                        <h3>Songklanagarind Hospital (PSU)<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-455000<\/span><\/p>\n                        <p>ER Ext. 1700\u20131701<\/p>\n                        <a href=\"tel:074455000\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call Hospital<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-tooth\"><\/i>\n                        <h3>PSU Dental Hospital<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-287620<\/span><\/p>\n                        <a href=\"tel:074287620\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call Hospital<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-hospital-alt\"><\/i>\n                        <h3>Hat Yai Hospital<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-273100<\/span><\/p>\n                        <a href=\"tel:074273100\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call Hospital<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-hospital\"><\/i>\n                        <h3>Bangkok Hospital Hat Yai<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-272800<\/span><\/p>\n                        <a href=\"tel:074272800\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call Hospital<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-hospital-alt\"><\/i>\n                        <h3>Rajyindee Hospital<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-200200<\/span><\/p>\n                        <a href=\"tel:074200200\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call Hospital<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-hospital\"><\/i>\n                        <h3>Sikarin Hat Yai Hospital<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-366966<\/span><\/p>\n                        <a href=\"tel:074366966\" class=\"call-btn\"><i class=\"fas fa-phone\"><\/i> Call Hospital<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Transport & Travel -->\n        <section id=\"transport\">\n            <h2>Transport &#038; Travel Contacts<\/h2>\n            <div class=\"card-container\">\n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-passport\"><\/i>\n                        <h3>Immigration Office<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p>Hat Yai Immigration Office<\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-257019<\/span><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-plane-departure\"><\/i>\n                        <h3>Airport<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p>Hat Yai International Airport<\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-227131<\/span><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-train\"><\/i>\n                        <h3>Train Station<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p>Hat Yai Train Station<\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-238005<\/span><\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-246267<\/span><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-bus\"><\/i>\n                        <h3>Bus Terminal<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p>Hat Yai Bus Terminal<\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-232789<\/span><\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-232404<\/span><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-plane\"><\/i>\n                        <h3>Thai Airways<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p>Thai Airways International Hat Yai Office<\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-223775<\/span><\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-233433<\/span><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-taxi\"><\/i>\n                        <h3>Taxi Services<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p>Taxi Meter Hat Yai<\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">082-2662010<\/span><\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">082-4168814<\/span><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <div class=\"card-header\">\n                        <i class=\"fas fa-id-card\"><\/i>\n                        <h3>Transport Office<\/h3>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <p>Songkhla Land Transport Office (Driving License)<\/p>\n                        <p><strong>Tel:<\/strong> <span class=\"number\">074-333707<\/span><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Fixed Insurance CTA Section -->\n        <div class=\"insurance-container\">\n            <a href=\"https:\/\/hatyaicity.com\/recommends\/travel-insurance-thailand\/\" target=\"_blank\" class=\"insurance-cta\">\n                <h3>Travel Prepared with Insurance<\/h3>\n                <p>For peace of mind in case of emergencies, we recommend booking Travel Insurance for Thailand. Click here to get protected today!<\/p>\n                <div class=\"cta-button\">Get Travel Insurance<\/div>\n            <\/a>\n        <\/div>\n\n        <!-- FAQ -->\n        <section id=\"faq\">\n            <h2>Frequently Asked Questions about Emergencies in Hat Yai<\/h2>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What is the emergency number for police in Hat Yai?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>The main emergency police number in Hat Yai is <strong>191<\/strong>.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    What number should I call for an ambulance in Hat Yai?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Call <strong>1669<\/strong> for medical emergencies anywhere in Thailand, including Hat Yai.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Is there a tourist police hotline in Hat Yai?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Yes, call <strong>1155<\/strong> for tourist police assistance in English and Thai.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                    Which hospitals in Hat Yai are best for foreigners?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Bangkok Hospital Hat Yai, Rajyindee Hospital, and Sikarin Hat Yai Hospital are popular choices among foreign travelers.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <!-- FAQ Schema -->\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What is the emergency number for police in Hat Yai?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"The main emergency police number in Hat Yai is 191.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"What number should I call for an ambulance in Hat Yai?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Call 1669 for medical emergencies anywhere in Thailand, including Hat Yai.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Is there a tourist police hotline in Hat Yai?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes, call 1155 for tourist police assistance in English and Thai.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Which hospitals in Hat Yai are best for foreigners?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Bangkok Hospital Hat Yai, Rajyindee Hospital, and Sikarin Hat Yai Hospital are popular choices among foreign travelers.\"\n                }\n            }\n        ]\n    }\n    <\/script>\n\n    <script>\n        \/\/ Toggle FAQ items\n        function toggleFaq(element) {\n            const answer = element.nextElementSibling;\n            const icon = element.querySelector('i');\n            \n            answer.classList.toggle('active');\n            \n            if (answer.classList.contains('active')) {\n                icon.className = 'fas fa-chevron-up';\n            } else {\n                icon.className = 'fas fa-chevron-down';\n            }\n        }\n        \n        \/\/ Make quick numbers clickable to scroll to relevant section\n        document.querySelectorAll('.quick-number').forEach((item, index) => {\n            item.addEventListener('click', function() {\n                const sections = ['#emergency', '#emergence', '#emergency', '#emergency'];\n                document.querySelector(sections[index]).scrollIntoView({\n                    behavior: 'smooth'\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<!-- Emergency Numbers Widget -->\n<div style=\"background:#1d3557; color:#fff; padding:20px; border-radius:10px; margin:20px 0;\">\n  <h3 style=\"margin-top:0; color:#fff;\">\ud83d\udea8 Quick Emergency Numbers \u2013 Hat Yai<\/h3>\n  <ul style=\"list-style:none; padding:0; margin:0; line-height:1.8;\">\n    <li>\ud83d\udc6e Police: <strong>191<\/strong><\/li>\n    <li>\ud83d\ude91 Ambulance \/ Medical: <strong>1669<\/strong><\/li>\n    <li>\ud83d\udd25 Fire Brigade: <strong>199<\/strong><\/li>\n    <li>\ud83d\udc6e Tourist Police: <strong>1155<\/strong><\/li>\n  <\/ul>\n  <p style=\"margin-top:10px; font-size:0.85rem;\">More details: <a href=\"\/emergency-numbers-hat-yai\/\" style=\"color:#f4d35e; text-decoration:underline;\">Full Emergency Numbers Guide<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Emergency Numbers in Hat Yai &#8211; Essential Contacts for Safety Emergency Numbers in Hat Yai: Essential Contacts for Travelers Emergency numbers in Hat Yai: Immediate contacts for police (191), tourist police (1155), hospital, ambulance. Guide to health, safety assistance in Thailand. Police: 191 Ambulance: 1669 &hellip; <\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"class_list":["post-1034","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/pages\/1034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/comments?post=1034"}],"version-history":[{"count":0,"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/pages\/1034\/revisions"}],"wp:attachment":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/media?parent=1034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}