{"id":1311,"date":"2025-11-12T13:21:48","date_gmt":"2025-11-12T12:21:48","guid":{"rendered":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/?post_type=lsvr_kba&#038;p=1311"},"modified":"2026-08-27T11:55:37","modified_gmt":"2026-08-27T09:55:37","slug":"telegram-notifications","status":"publish","type":"lsvr_kba","link":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/","title":{"rendered":"Telegram Notifications"},"content":{"rendered":"<p>Using the Telegram integration in Chauffeur Booking System, you can automatically send booking notifications to a defined Telegram group. Notifications can be configured both at the booking form level and at the driver level.<\/p>\n<div class=\"tip\">\n<p><strong>Good to Know<\/strong><\/p>\n<p>Notifications sent from the booking form inform the group about a new booking, while notifications configured for a specific driver can include detailed booking information such as pickup and return details, vehicle, passenger data, extras, agreements, and more.<\/p>\n<\/div>\n<h2>Step 1. Create a Telegram Bot<\/h2>\n<ol>\n<li>Open Telegram and start a chat with <a href=\"https:\/\/t.me\/BotFather\" target=\"_blank\" rel=\"noopener\">BotFather<\/a>.<\/li>\n<li>Send the command <mark>\/newbot<\/mark>.<\/li>\n<li>When prompted, enter a <strong>bot name<\/strong>, for example <strong>Booking Notifications<\/strong>.<\/li>\n<li>Enter a unique <strong>bot username<\/strong>. The username must end with <code>bot<\/code>, for example <code>chauffeur_booking_bot<\/code> or <code>ChauffeurBookingBot<\/code>.<\/li>\n<li>BotFather will generate an API token. Copy the token and save it securely. It will look similar to:\n<pre>\r\n123456789:ABCdEFGhijkLmNoPQRstuVWXyz\r\n<\/pre>\n<\/li>\n<\/ol>\n<div class=\"important\">\n<p><strong>Important!<\/strong><\/p>\n<p>Keep your bot token private. Anyone who has access to the token can control your bot and use the Telegram Bot API on its behalf.<\/p>\n<\/div>\n<h2>Step 2. Create a Telegram Group<\/h2>\n<ol>\n<li>In Telegram, create a new group.<\/li>\n<li>Add the users who should receive booking notifications.<\/li>\n<li>Add the bot you created with BotFather to the group.<\/li>\n<li>Make sure the bot remains a member of the group and is allowed to send messages.<\/li>\n<\/ol>\n<p>You will now need the numeric ID of this group to complete the plugin configuration.<\/p>\n<h2>Step 3. Get the Group ID<\/h2>\n<p>The Telegram group ID is a numeric value used by the Bot API to identify the destination chat. Copy the complete value, including the minus sign at the beginning.<\/p>\n<h3>Option A: Using the Telegram Bot API<\/h3>\n<p>This method uses the official Telegram Bot API.<\/p>\n<ol>\n<li>After adding your bot to the group, send a command addressed to the bot, for example:\n<pre>\r\n\/test@YourBotUsername\r\n<\/pre>\n<p>\tReplace <code>YourBotUsername<\/code> with the actual username of your bot.<\/li>\n<li>In your browser, open:\n<pre>\r\nhttps:\/\/api.telegram.org\/bot&lt;YOUR_TOKEN&gt;\/getUpdates\r\n<\/pre>\n<\/li>\n<li>Replace <code>&lt;YOUR_TOKEN&gt;<\/code> with the API token generated by BotFather.<\/li>\n<li>Look for the <code>\"chat\"<\/code> section and its <code>\"id\"<\/code> value, for example:\n<pre>\r\n\"chat\": {\r\n    \"id\": -1001234567890,\r\n    \"title\": \"Booking Notifications\"\r\n}\r\n<\/pre>\n<\/li>\n<li>Copy the complete numeric <code>id<\/code> value, including the minus sign.<\/li>\n<\/ol>\n<div class=\"important\">\n<p><strong>Important!<\/strong><\/p>\n<p>The URL used with <code>getUpdates<\/code> contains your bot token. Do not share this URL or publish it anywhere.<\/p>\n<\/div>\n<h3>Option B: Using RawDataBot<\/h3>\n<p>You can also use a third-party Telegram bot such as <a href=\"https:\/\/t.me\/RawDataBot\" target=\"_blank\" rel=\"noopener\">RawDataBot<\/a> to obtain the group ID.<\/p>\n<ol>\n<li>Add RawDataBot to your Telegram group.<\/li>\n<li>Send a short test message in the group.<\/li>\n<li>RawDataBot will return information about the message and chat.<\/li>\n<li>Find the <code>\"chat\"<\/code> section and copy its <code>\"id\"<\/code> value.<\/li>\n<li>Remove RawDataBot from the group when you no longer need it.<\/li>\n<\/ol>\n<div class=\"tip\">\n<p><strong>Good to Know<\/strong><\/p>\n<p>RawDataBot is a third-party service and is not required by Chauffeur Booking System. Use the Telegram Bot API method if you prefer not to add an additional bot to your group.<\/p>\n<\/div>\n<h2>Step 4. Configure Telegram for the Booking Form<\/h2>\n<p>Navigate to <mark>&#8216;Chauffeur Booking System&#8217;<\/mark> -> <mark>&#8216;Booking Forms&#8217;<\/mark> and edit the booking form you want to configure. Then open <mark>&#8216;Notifications&#8217;<\/mark> -> <mark>&#8216;Telegram&#8217;<\/mark>.<\/p>\n<p>Configure the following options:<\/p>\n<ul>\n<li><strong>Status<\/strong> \u2013 set this option to <mark>&#8216;Enable&#8217;<\/mark> to activate Telegram notifications for the booking form.<\/li>\n<li><strong>Token<\/strong> \u2013 enter the API token generated by BotFather.<\/li>\n<li><strong>Group ID<\/strong> \u2013 enter the complete numeric ID of the Telegram group, including the minus sign.<\/li>\n<li><strong>Message<\/strong> \u2013 enter the notification text that should be sent when a new booking is created, for example <strong>New booking has been received<\/strong>.<\/li>\n<\/ul>\n<p>Save the booking form. When a new booking is created through this form, the plugin will send the configured message to the selected Telegram group.<\/p>\n<h2>Step 5. Configure Telegram for a Driver (Optional)<\/h2>\n<p>Telegram can also be configured individually for drivers.<\/p>\n<p>Navigate to <mark>&#8216;Chauffeur Booking System&#8217;<\/mark> -> <mark>&#8216;Drivers&#8217;<\/mark>, edit a driver profile, open the <mark>&#8216;Contact Details&#8217;<\/mark> tab, and locate the <mark>&#8216;Telegram&#8217;<\/mark> section.<\/p>\n<p>Configure:<\/p>\n<ul>\n<li><strong>Token<\/strong> \u2013 enter the API token generated by BotFather.<\/li>\n<li><strong>Group ID<\/strong> \u2013 enter the numeric ID of the Telegram group where booking details assigned to this driver should be sent.<\/li>\n<\/ul>\n<div class=\"tip\">\n<p><strong>Good to Know<\/strong><\/p>\n<p>Driver Telegram notifications can include detailed booking information such as:<\/p>\n<ul>\n<li>Booking ID and booking form name<\/li>\n<li>Service type such as Distance, Hourly, or Flat Rate<\/li>\n<li>Transfer type such as One Way, Return, or Return New Ride<\/li>\n<li>Pickup and return dates and times<\/li>\n<li>Assigned vehicle<\/li>\n<li>Passenger information<\/li>\n<li>Number of adults and children<\/li>\n<li>Selected extras<\/li>\n<li>Accepted agreements<\/li>\n<li>Customer name, phone number, e-mail address, and additional notes<\/li>\n<li>Vehicle passenger and luggage capacity<\/li>\n<li>Route points<\/li>\n<li>Calculated distance and duration<\/li>\n<li>Total booking amount<\/li>\n<\/ul>\n<\/div>\n<div class=\"important\">\n<p><strong>Important!<\/strong><\/p>\n<p>A driver notification is sent only if the driver is already assigned to a vehicle or booking form when the booking is created. Assigning a driver later by editing an existing booking does not trigger a Telegram notification for that booking.<\/p>\n<\/div>\n<h2>Step 6. Test the Configuration<\/h2>\n<ol>\n<li>Make sure the Telegram bot is still a member of the configured group and is allowed to send messages.<\/li>\n<li>Verify that the Token and Group ID entered in the plugin are correct.<\/li>\n<li>Create a test booking through the booking form.<\/li>\n<li>Check the configured Telegram group for the notification.<\/li>\n<\/ol>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Why Am I Not Receiving Telegram Notifications?<\/h3>\n<p>Check the following:<\/p>\n<ul>\n<li>Make sure the bot is still a member of the configured Telegram group.<\/li>\n<li>Make sure the bot is allowed to send messages to the group.<\/li>\n<li>Verify that the complete Group ID, including the minus sign, has been entered correctly.<\/li>\n<li>Verify that the Token generated by BotFather has been entered correctly.<\/li>\n<li>Make sure Telegram notifications are enabled in the relevant plugin settings.<\/li>\n<\/ul>\n<h3>Where Can I Check Telegram-Related Errors?<\/h3>\n<p>If Telegram notifications are not being delivered correctly, navigate to <mark>&#8216;Settings&#8217;<\/mark> -> <mark>&#8216;Chauffeur Booking System&#8217;<\/mark> -> <mark>&#8216;Log Manager&#8217;<\/mark> -> <mark>&#8216;Telegram&#8217;<\/mark>.<\/p>\n<p>The Telegram log can help identify errors returned while the plugin communicates with the Telegram Bot API.<\/p>\n<h3>The Bot Was Working Before but Stopped Sending Messages. What Should I Check?<\/h3>\n<p>Verify that the bot is still present in the group and that its permissions have not changed. Also check whether the bot token has been regenerated or revoked in BotFather. If the token has changed, update it in the plugin configuration.<\/p>\n<p>If the configuration is correct, check whether your hosting server or firewall is blocking outgoing HTTPS connections to <code>api.telegram.org<\/code> and review the plugin&#8217;s Telegram log for additional information.<\/p>\n<h3>The Driver Did Not Receive the Booking Details. Why?<\/h3>\n<p>Driver Telegram notifications are sent only when the driver is already assigned to a vehicle or booking form when the booking is created. If the driver is assigned later, for example by editing an existing booking, no Telegram notification is generated for that booking.<\/p>\n<h3>What Should I Do if My Bot Token Becomes Public?<\/h3>\n<p>Open BotFather and revoke or regenerate the compromised token. Then update the Token in every booking form or driver configuration where the bot is used.<\/p>\n<div class=\"important\">\n<p><strong>Important!<\/strong><\/p>\n<p>After regenerating a token, the previous token should no longer be used. Make sure all plugin configurations that use the bot are updated with the new value.<\/p>\n<\/div>\n<div class=\"doc-version\">\n<p><strong>Summary<\/strong><\/p>\n<p>Document version: 2.0<br \/>\n\tLast updated: August 27, 2026<br \/>\n\tPlugin version: 6.8+<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Using the Telegram integration in Chauffeur Booking System, you can automatically send booking notifications to a defined Telegram group. Notifications can be configured both at the booking form level and at the driver level. Good to Know Notifications sent from the booking form inform the group about a new booking, while notifications configured for a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"lsvr_kba_cat":[12],"lsvr_kba_tag":[],"class_list":["post-1311","lsvr_kba","type-lsvr_kba","status-publish","format-standard","hentry","lsvr_kba_cat-notifications"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Telegram Notifications | Chauffeur Taxi Booking System for WordPress<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Telegram Notifications | Chauffeur Taxi Booking System for WordPress\" \/>\n<meta property=\"og:description\" content=\"Using the Telegram integration in Chauffeur Booking System, you can automatically send booking notifications to a defined Telegram group. Notifications can be configured both at the booking form level and at the driver level. Good to Know Notifications sent from the booking form inform the group about a new booking, while notifications configured for a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/\" \/>\n<meta property=\"og:site_name\" content=\"Chauffeur Taxi Booking System for WordPress\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-27T09:55:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/knowledge-base\\\/telegram-notifications\\\/\",\"url\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/knowledge-base\\\/telegram-notifications\\\/\",\"name\":\"Telegram Notifications | Chauffeur Taxi Booking System for WordPress\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/#website\"},\"datePublished\":\"2025-11-12T12:21:48+00:00\",\"dateModified\":\"2026-08-27T09:55:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/knowledge-base\\\/telegram-notifications\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/knowledge-base\\\/telegram-notifications\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/knowledge-base\\\/telegram-notifications\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Telegram Notifications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/#website\",\"url\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/\",\"name\":\"Chauffeur Taxi Booking System for WordPress\",\"description\":\"Documentation\",\"publisher\":{\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/#organization\",\"name\":\"QuanticaLabs\",\"url\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/quanticalabs-512x512-1.png\",\"contentUrl\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/quanticalabs-512x512-1.png\",\"width\":512,\"height\":512,\"caption\":\"QuanticaLabs\"},\"image\":{\"@id\":\"https:\\\/\\\/quanticalabs.com\\\/docs\\\/chauffeur-booking-system\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Telegram Notifications | Chauffeur Taxi Booking System for WordPress","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/","og_locale":"en_US","og_type":"article","og_title":"Telegram Notifications | Chauffeur Taxi Booking System for WordPress","og_description":"Using the Telegram integration in Chauffeur Booking System, you can automatically send booking notifications to a defined Telegram group. Notifications can be configured both at the booking form level and at the driver level. Good to Know Notifications sent from the booking form inform the group about a new booking, while notifications configured for a [&hellip;]","og_url":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/","og_site_name":"Chauffeur Taxi Booking System for WordPress","article_modified_time":"2026-08-27T09:55:37+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/","url":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/","name":"Telegram Notifications | Chauffeur Taxi Booking System for WordPress","isPartOf":{"@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/#website"},"datePublished":"2025-11-12T12:21:48+00:00","dateModified":"2026-08-27T09:55:37+00:00","breadcrumb":{"@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/telegram-notifications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/knowledge-base\/"},{"@type":"ListItem","position":3,"name":"Telegram Notifications"}]},{"@type":"WebSite","@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/#website","url":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/","name":"Chauffeur Taxi Booking System for WordPress","description":"Documentation","publisher":{"@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/#organization","name":"QuanticaLabs","url":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/#\/schema\/logo\/image\/","url":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-content\/uploads\/sites\/2\/2026\/06\/quanticalabs-512x512-1.png","contentUrl":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-content\/uploads\/sites\/2\/2026\/06\/quanticalabs-512x512-1.png","width":512,"height":512,"caption":"QuanticaLabs"},"image":{"@id":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/lsvr_kba\/1311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/lsvr_kba"}],"about":[{"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/types\/lsvr_kba"}],"author":[{"embeddable":true,"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/comments?post=1311"}],"version-history":[{"count":13,"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/lsvr_kba\/1311\/revisions"}],"predecessor-version":[{"id":1430,"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/lsvr_kba\/1311\/revisions\/1430"}],"wp:attachment":[{"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/media?parent=1311"}],"wp:term":[{"taxonomy":"lsvr_kba_cat","embeddable":true,"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/lsvr_kba_cat?post=1311"},{"taxonomy":"lsvr_kba_tag","embeddable":true,"href":"https:\/\/quanticalabs.com\/docs\/chauffeur-booking-system\/wp-json\/wp\/v2\/lsvr_kba_tag?post=1311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}