{"name":"Villapark Lipno Dreams","description":"","url":"https://en.lipnodreams.com","home":"https://lipnodreams.com","gmt_offset":"0","timezone_string":"","page_for_posts":0,"page_on_front":32,"show_on_front":"page","namespaces":["oembed/1.0","wp/v2","wp-site-health/v1","wp-block-editor/v1","wp-abilities/v1"],"authentication":{"application-passwords":{"endpoints":{"authorization":"https://lipnodreams.com/wp-admin/authorize-application.php"}}},"routes":{"/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/"}]}},"/batch/v1":{"namespace":"","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal","required":false},"requests":{"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}},"required":true}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/batch/v1"}]}},"/oembed/1.0":{"namespace":"oembed/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"oembed/1.0","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/oembed/1.0"}]}},"/oembed/1.0/embed":{"namespace":"oembed/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The url of the data source to retrieve the oEmbed data from.","type":"string","format":"uri","required":true},"format":{"default":"json","required":false},"maxwidth":{"default":600,"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/oembed/1.0/embed"}]}},"/oembed/1.0/proxy":{"namespace":"oembed/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The url of the data source to retrieve the oEmbed data from.","type":"string","format":"uri","required":true},"format":{"description":"The oEmbed format to use.","type":"string","default":"json","enum":["json","xml"],"required":false},"maxwidth":{"description":"The maximum width of the embedded frame in pixels.","type":"integer","default":600,"required":false},"maxheight":{"description":"The maximum height of the embedded frame in pixels.","type":"integer","required":false},"discover":{"description":"Whether an oEmbed request for unapproved providers should be implemented.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/oembed/1.0/proxy"}]}},"/wp/v2":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp/v2","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2"}]}},"/wp/v2/posts":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure that results exclude messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limit results based on the relationship between multiple taxonomies.","type":"string","enum":["AND","OR"],"required":false},"categories":{"description":"Limit results to items with specific terms assigned in the taxonomy categories.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Or sub terms should be included in the terms limiting results.","type":"boolean","default":false},"operator":{"description":"Whether items should be assigned to all or each of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"categories_exclude":{"description":"Limit results to items that have the specific term assigned in the categories taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Or sub terms should be included in the terms limiting results.","type":"boolean","default":false}},"additionalProperties":false}],"required":false},"tags":{"description":"Limit results to items with specific terms assigned in the taxonomy tags.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Whether items should be assigned to all or each of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"tags_exclude":{"description":"Limit results to items that have the specific term assigned in the tags taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"sticky":{"description":"Limit results to items that are sticky.","type":"boolean","required":false},"ignore_sticky":{"description":"Whether to ignore sticky messages or not.","type":"boolean","default":true,"required":false},"format":{"description":"Limit results to items assigned one or more of the specified formats.","type":"array","uniqueItems":true,"items":{"enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content of the message, modified for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the message.","type":"integer","required":false},"excerpt":{"description":"Message summary.","type":"object","properties":{"raw":{"description":"Summary for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML summary for the message, customized for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether or not the summary is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the message.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are allowed on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the message can be pinged.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"The format for the message.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Whether or not a post should be treated as a sticky.","type":"boolean","required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false},"categories":{"description":"The terms assigned to the message in the category taxonomy.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"The terms assigned to the message in the post_tag taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/posts"}]}},"/wp/v2/posts/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Overschrijf de standaard samenvatting lengte.","type":"integer","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"comment_status":{"description":"Of reacties al dan niet toegestaan zijn op het bericht.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Of het bericht al dan niet kan worden gepingd.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"Het format voor het bericht.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Of een bericht al dan niet moet worden behandeld als sticky.","type":"boolean","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false},"categories":{"description":"De termen toegekend aan het bericht in de category taxonomie.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"De termen toegekend aan het bericht in de post_tag taxonomie.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/posts/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Resultaten beperken tot resultaten die overeenkomen met een string.","type":"string","required":false},"exclude":{"description":"Vaststellen dat de resultaten specifieke ID's niet bevat.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Resultaten beperken tot specifieke ID's.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false},"order":{"description":"Sorteerattribuut oplopend of aflopend rangschikken.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Verzameling rangschikken op basis van het attribuut van het object.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/posts/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat revisies geen prullenbak hebben.","required":false}}}]},"/wp/v2/posts/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"comment_status":{"description":"Of reacties al dan niet toegestaan zijn op het bericht.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Of het bericht al dan niet kan worden gepingd.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"Het format voor het bericht.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Of een bericht al dan niet moet worden behandeld als sticky.","type":"boolean","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false},"categories":{"description":"De termen toegekend aan het bericht in de category taxonomie.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"De termen toegekend aan het bericht in de post_tag taxonomie.","type":"array","items":{"type":"integer"},"required":false}}}]},"/wp/v2/posts/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/pages":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure that results exclude messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limit results to messages with a specific menu_order value.","type":"integer","required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limit results to items from specific main IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit results to all items except those with a given parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"parent":{"description":"The ID of the head of the message.","type":"integer","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content of the message, modified for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the message.","type":"integer","required":false},"excerpt":{"description":"Message summary.","type":"object","properties":{"raw":{"description":"Summary for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML summary for the message, customized for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether or not the summary is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the message.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are allowed on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the message can be pinged.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"The order of the message in relation to other messages.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/pages"}]}},"/wp/v2/pages/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Overschrijf de standaard samenvatting lengte.","type":"integer","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"parent":{"description":"Het ID van het hoofd van het bericht.","type":"integer","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"comment_status":{"description":"Of reacties al dan niet toegestaan zijn op het bericht.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Of het bericht al dan niet kan worden gepingd.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"De volgorde van het bericht in relatie tot andere berichten.","type":"integer","required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/pages/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Resultaten beperken tot resultaten die overeenkomen met een string.","type":"string","required":false},"exclude":{"description":"Vaststellen dat de resultaten specifieke ID's niet bevat.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Resultaten beperken tot specifieke ID's.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false},"order":{"description":"Sorteerattribuut oplopend of aflopend rangschikken.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Verzameling rangschikken op basis van het attribuut van het object.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/pages/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat revisies geen prullenbak hebben.","required":false}}}]},"/wp/v2/pages/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd van het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"comment_status":{"description":"Of reacties al dan niet toegestaan zijn op het bericht.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Of het bericht al dan niet kan worden gepingd.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"De volgorde van het bericht in relatie tot andere berichten.","type":"integer","required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}}]},"/wp/v2/pages/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/media":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure that results exclude messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"parent":{"description":"Limit results to items from specific main IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit results to all items except those with a given parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"inherit","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["inherit","private","trash"],"type":"string"},"required":false},"media_type":{"default":null,"description":"Limit the results to attachments of a specific media type or media types.","type":"array","items":{"type":"string","enum":["image","video","text","application","audio"]},"required":false},"mime_type":{"default":null,"description":"Limit the results to attachments of a specific MIME type or specific MIME types.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the message.","type":"integer","required":false},"featured_media":{"description":"The ID of the featured media for the message.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are allowed on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the message can be pinged.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false},"alt_text":{"description":"Alternative text to display if the attachment cannot be displayed.","type":"string","required":false},"caption":{"description":"Attachment caption.","type":"object","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML caption for the attachment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of Appendix.","type":"object","properties":{"raw":{"description":"Description of the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML description for the attachment, modified for display.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"The ID of the message to which the attachment belongs.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/media"}]}},"/wp/v2/media/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"comment_status":{"description":"Of reacties al dan niet toegestaan zijn op het bericht.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Of het bericht al dan niet kan worden gepingd.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Metavelden.","type":"object","properties":[],"required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false},"alt_text":{"description":"Alternatieve tekst om weer te geven als de bijlage niet weergegeven kan worden.","type":"string","required":false},"caption":{"description":"Het bijschrift van de bijlage.","type":"object","properties":{"raw":{"description":"Bijschrift voor de bijlage, zoals deze bestaat in de database.","type":"string","context":["edit"]},"rendered":{"description":"HTML bijschrift voor de bijlage, getransformeerd voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Beschrijving van de bijlage.","type":"object","properties":{"raw":{"description":"Beschrijving van de bijlage, zoals het bestaat in de database.","type":"string","context":["edit"]},"rendered":{"description":"HTML beschrijving voor de bijlage, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"Het ID van het bericht waar de bijlage bij hoort.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/media/(?P<id>[\\d]+)/post-process":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Unieke identifier voor de bijlage.","type":"integer","required":false},"action":{"type":"string","enum":["create-image-subsizes"],"required":true}}}]},"/wp/v2/media/(?P<id>[\\d]+)/edit":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"src":{"description":"De URL naar het bewerkte afbeelding bestand.","type":"string","format":"uri","required":true},"modifiers":{"description":"Array van afbeelding bewerkingen.","type":"array","minItems":1,"items":{"description":"Bewerking afbeelding.","type":"object","required":["type","args"],"oneOf":[{"title":"Spiegelen","properties":{"type":{"description":"Spiegelen type.","type":"string","enum":["flip"]},"args":{"description":"Spiegelen van argumenten.","type":"object","required":["flip"],"properties":{"flip":{"description":"Spiegelen richting.","type":"object","required":["horizontal","vertical"],"properties":{"horizontal":{"description":"Of u in de horizontale richting wilt spiegelen.","type":"boolean"},"vertical":{"description":"Of u in de verticale richting wilt spiegelen.","type":"boolean"}}}}}}},{"title":"Rotatie","properties":{"type":{"description":"Rotatie type.","type":"string","enum":["rotate"]},"args":{"description":"Rotatie argumenten.","type":"object","required":["angle"],"properties":{"angle":{"description":"Hoek in graden om kloksgewijs te roteren.","type":"number"}}}}},{"title":"Bijsnijden","properties":{"type":{"description":"Bijsnijden type.","type":"string","enum":["crop"]},"args":{"description":"Bijsnijden argumenten.","type":"object","required":["left","top","width","height"],"properties":{"left":{"description":"Horizontale positie van links om het bijsnijden te beginnen als percentage van de afbeeldingsbreedte.","type":"number"},"top":{"description":"Verticale positie vanaf de bovenkant om het bijsnijden te beginnen als percentage van de hoogte van de afbeelding.","type":"number"},"width":{"description":"Breedte van de bijsnijden als percentage van de afbeeldingsbreedte.","type":"number"},"height":{"description":"Hoogte van de bijsnijden als percentage van de hoogte van de afbeelding.","type":"number"}}}}}]},"required":false},"rotation":{"description":"De mate waarin de afbeelding met de klok mee wordt geroteerd, in graden. VEROUDERD: gebruik in plaats daarvan 'modifiers'.","type":"integer","minimum":0,"exclusiveMinimum":true,"maximum":360,"exclusiveMaximum":true,"required":false},"x":{"description":"Als percentage van de afbeelding, de x-positie van waaruit het bijsnijden begint. VEROUDERD: gebruik in plaats daarvan 'modifiers'.","type":"number","minimum":0,"maximum":100,"required":false},"y":{"description":"Als percentage van de afbeelding, de y-positie van waaruit het bijsnijden begint. VEROUDERD: gebruik in plaats daarvan 'modifiers'.","type":"number","minimum":0,"maximum":100,"required":false},"width":{"description":"Als percentage van de afbeelding: de breedte waarin de afbeelding moet worden bijgesneden. VEROUDERD: gebruik in plaats daarvan 'modifiers'.","type":"number","minimum":0,"maximum":100,"required":false},"height":{"description":"Als percentage van de afbeelding, de hoogte waarop de afbeelding moet worden bijgesneden. VEROUDERD: gebruik in plaats daarvan 'modifiers'.","type":"number","minimum":0,"maximum":100,"required":false},"caption":{"description":"Het bijschrift van de bijlage.","type":"object","properties":{"raw":{"description":"Bijschrift voor de bijlage, zoals deze bestaat in de database.","type":"string","context":["edit"]},"rendered":{"description":"HTML bijschrift voor de bijlage, getransformeerd voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Beschrijving van de bijlage.","type":"object","properties":{"raw":{"description":"Beschrijving van de bijlage, zoals het bestaat in de database.","type":"string","context":["edit"]},"rendered":{"description":"HTML beschrijving voor de bijlage, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"post":{"description":"Het ID van het bericht waar de bijlage bij hoort.","type":"integer","required":false},"alt_text":{"description":"Alternatieve tekst om weer te geven als de bijlage niet weergegeven kan worden.","type":"string","required":false}}}]},"/wp/v2/menu-items":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Collection ranking based on the object's attribute.","type":"string","default":"menu_order","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limit results based on the relationship between multiple taxonomies.","type":"string","enum":["AND","OR"],"required":false},"menus":{"description":"Limit results to items with specific terms assigned in the taxonomy menus.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Whether items should be assigned to all or each of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"menus_exclude":{"description":"Limit results to items that have the specific term assigned in the menus taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"menu_order":{"description":"Limit results to messages with a specific menu_order value.","type":"integer","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"title":{"description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it appears in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"default":"custom","description":"The originally represented family of objects, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"default":"publish","description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"parent":{"default":0,"description":"The ID of the main object of the object.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Text for the title attribute of the link element for this menu item.","type":"string","required":false},"classes":{"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"The description of this menu item.","type":"string","required":false},"menu_order":{"default":1,"description":"The DB ID of the nav_menu_item that is the menu head of this item, if any, otherwise 0.","type":"integer","minimum":1,"required":false},"object":{"description":"The type of object originally displayed, such as \"category,\" \"message\" or \"attachment.\"","type":"string","required":false},"object_id":{"default":0,"description":"The database ID of the original object representing this menu item, for example, the ID for messages or the term_id for categories.","type":"integer","minimum":0,"required":false},"target":{"description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"The URL to which this menu item refers.","type":"string","format":"uri","required":false},"xfn":{"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"The terms assigned to the object in the taxonomy nav_menu.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/menu-items"}]}},"/wp/v2/menu-items/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"title":{"description":"De titel voor het object.","type":["string","object"],"properties":{"raw":{"description":"Titel voor het object, zoals het in de database voorkomt.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het object, getransformeerd voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"De oorspronkelijk weergegeven familie van objecten, zoals \"post_type\" of \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Een benoemde status voor het object.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"parent":{"description":"Het ID van het hoofdobject van het object.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Tekst voor het titelattribuut van het linkelement voor dit menu-item.","type":"string","required":false},"classes":{"description":"Klassenamen voor het linkelement van dit menu-item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"De beschrijving van dit menu-item.","type":"string","required":false},"menu_order":{"description":"De DB ID van het nav_menu_item dat de menu hoofd van dit item is, indien aanwezig, anders 0.","type":"integer","minimum":1,"required":false},"object":{"description":"Het type object dat oorspronkelijk werd weergegeven, zoals \"categorie,\" \"bericht\" of \"bijlage.\"","type":"string","required":false},"object_id":{"description":"De database ID van het oorspronkelijke object dat dit menu-item vertegenwoordigt, bijvoorbeeld het ID voor berichten of de term_id voor categorieën.","type":"integer","minimum":0,"required":false},"target":{"description":"Het doelattribuut van het linkelement voor dit menu-item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"De URL waarnaar dit menu-item verwijst.","type":"string","format":"uri","required":false},"xfn":{"description":"De XFN-relatie uitgedrukt in de link van dit menu-item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"De termen die aan het object zijn toegewezen in de taxonomie nav_menu.","type":"integer","required":false},"meta":{"description":"Metavelden.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/menu-items/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofdobject van het object.","type":"integer","minimum":0,"required":false},"title":{"description":"De titel voor het object.","type":["string","object"],"properties":{"raw":{"description":"Titel voor het object, zoals het in de database voorkomt.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het object, getransformeerd voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"De oorspronkelijk weergegeven familie van objecten, zoals \"post_type\" of \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Een benoemde status voor het object.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"attr_title":{"description":"Tekst voor het titelattribuut van het linkelement voor dit menu-item.","type":"string","required":false},"classes":{"description":"Klassenamen voor het linkelement van dit menu-item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"De beschrijving van dit menu-item.","type":"string","required":false},"menu_order":{"description":"De DB ID van het nav_menu_item dat de menu hoofd van dit item is, indien aanwezig, anders 0.","type":"integer","minimum":1,"required":false},"object":{"description":"Het type object dat oorspronkelijk werd weergegeven, zoals \"categorie,\" \"bericht\" of \"bijlage.\"","type":"string","required":false},"object_id":{"description":"De database ID van het oorspronkelijke object dat dit menu-item vertegenwoordigt, bijvoorbeeld het ID voor berichten of de term_id voor categorieën.","type":"integer","minimum":0,"required":false},"target":{"description":"Het doelattribuut van het linkelement voor dit menu-item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"De URL waarnaar dit menu-item verwijst.","type":"string","format":"uri","required":false},"xfn":{"description":"De XFN-relatie uitgedrukt in de link van dit menu-item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"De termen die aan het object zijn toegewezen in de taxonomie nav_menu.","type":"integer","required":false},"meta":{"description":"Metavelden.","type":"object","properties":[],"required":false}}}]},"/wp/v2/menu-items/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/blocks":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limit results based on the relationship between multiple taxonomies.","type":"string","enum":["AND","OR"],"required":false},"wp_pattern_category":{"description":"Limit results to items with specific terms assigned in the taxonomy wp_pattern_category.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Whether items should be assigned to all or each of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"wp_pattern_category_exclude":{"description":"Limit results to items that have the specific term assigned in the wp_pattern_category taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID list","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID taxonomy search","description":"Perform an advanced term search.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"Message summary.","type":"object","properties":{"raw":{"description":"Summary for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML summary for the message, customized for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether or not the summary is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false},"wp_pattern_category":{"description":"The terms assigned to the message in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/blocks"}]}},"/wp/v2/blocks/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Overschrijf de standaard samenvatting lengte.","type":"integer","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["view","edit"]},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false},"wp_pattern_category":{"description":"De termen toegekend aan het bericht in de wp_pattern_category taxonomie.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/blocks/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Resultaten beperken tot resultaten die overeenkomen met een string.","type":"string","required":false},"exclude":{"description":"Vaststellen dat de resultaten specifieke ID's niet bevat.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Resultaten beperken tot specifieke ID's.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false},"order":{"description":"Sorteerattribuut oplopend of aflopend rangschikken.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Verzameling rangschikken op basis van het attribuut van het object.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/blocks/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat revisies geen prullenbak hebben.","required":false}}}]},"/wp/v2/blocks/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["view","edit"]},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false},"wp_pattern_category":{"description":"De termen toegekend aan het bericht in de wp_pattern_category taxonomie.","type":"array","items":{"type":"integer"},"required":false}}}]},"/wp/v2/blocks/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/templates/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Resultaten beperken tot resultaten die overeenkomen met een string.","type":"string","required":false},"exclude":{"description":"Vaststellen dat de resultaten specifieke ID's niet bevat.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Resultaten beperken tot specifieke ID's.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false},"order":{"description":"Sorteerattribuut oplopend of aflopend rangschikken.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Verzameling rangschikken op basis van het attribuut van het object.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/templates/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat revisies geen prullenbak hebben.","required":false}}}]},"/wp/v2/templates/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"slug":{"description":"Unieke slug die de template identificeert.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Thema identifier voor de template.","type":"string","required":false},"type":{"description":"Type van template.","type":"string","required":false},"content":{"description":"Inhoud van template.","type":["object","string"],"properties":{"raw":{"description":"Inhoud voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit"]},"block_version":{"description":"Versie van het inhoud blok format gebruikt door de template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Titel van template.","type":["object","string"],"properties":{"raw":{"description":"Titel voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML titel voor de template, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Beschrijving van template.","type":"string","required":false},"status":{"description":"Status van template.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"author":{"description":"Het ID van de auteur van de template.","type":"integer","required":false}}}]},"/wp/v2/templates/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/templates":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limit to the specified message id.","type":"integer","required":false},"area":{"description":"Limit to the specified template part area.","type":"string","required":false},"post_type":{"description":"Message type to get the templates for.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Unique slug that identifies the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"default":"","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Description of template.","type":"string","required":false},"status":{"default":"publish","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"author":{"description":"The ID of the author of the template.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/templates"}]}},"/wp/v2/templates/lookup":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"The slug of the template to get the fallback for","type":"string","required":true},"is_custom":{"description":"Indicates whether a template is customized or part of the template hierarchy","type":"boolean","required":false},"template_prefix":{"description":"The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` the `taxonomy` is extracted","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/templates/lookup"}]}},"/wp/v2/templates/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"slug":{"description":"Unieke slug die de template identificeert.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Thema identifier voor de template.","type":"string","required":false},"type":{"description":"Type van template.","type":"string","required":false},"content":{"description":"Inhoud van template.","type":["object","string"],"properties":{"raw":{"description":"Inhoud voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit"]},"block_version":{"description":"Versie van het inhoud blok format gebruikt door de template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Titel van template.","type":["object","string"],"properties":{"raw":{"description":"Titel voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML titel voor de template, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Beschrijving van template.","type":"string","required":false},"status":{"description":"Status van template.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"author":{"description":"Het ID van de auteur van de template.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/template-parts/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Resultaten beperken tot resultaten die overeenkomen met een string.","type":"string","required":false},"exclude":{"description":"Vaststellen dat de resultaten specifieke ID's niet bevat.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Resultaten beperken tot specifieke ID's.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false},"order":{"description":"Sorteerattribuut oplopend of aflopend rangschikken.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Verzameling rangschikken op basis van het attribuut van het object.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/template-parts/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat revisies geen prullenbak hebben.","required":false}}}]},"/wp/v2/template-parts/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"slug":{"description":"Unieke slug die de template identificeert.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Thema identifier voor de template.","type":"string","required":false},"type":{"description":"Type van template.","type":"string","required":false},"content":{"description":"Inhoud van template.","type":["object","string"],"properties":{"raw":{"description":"Inhoud voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit"]},"block_version":{"description":"Versie van het inhoud blok format gebruikt door de template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Titel van template.","type":["object","string"],"properties":{"raw":{"description":"Titel voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML titel voor de template, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Beschrijving van template.","type":"string","required":false},"status":{"description":"Status van template.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"author":{"description":"Het ID van de auteur van de template.","type":"integer","required":false},"area":{"description":"Waar het template onderdeel bedoeld is voor gebruik (header, footer, enz.)","type":"string","required":false}}}]},"/wp/v2/template-parts/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het id van een template","type":"string","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/template-parts":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limit to the specified message id.","type":"integer","required":false},"area":{"description":"Limit to the specified template part area.","type":"string","required":false},"post_type":{"description":"Message type to get the templates for.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Unique slug that identifies the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"default":"","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Description of template.","type":"string","required":false},"status":{"default":"publish","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"author":{"description":"The ID of the author of the template.","type":"integer","required":false},"area":{"description":"Where the template component is intended to be used (header, footer, etc.).","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/template-parts"}]}},"/wp/v2/template-parts/lookup":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"The slug of the template to get the fallback for","type":"string","required":true},"is_custom":{"description":"Indicates whether a template is customized or part of the template hierarchy","type":"boolean","required":false},"template_prefix":{"description":"The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` the `taxonomy` is extracted","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/template-parts/lookup"}]}},"/wp/v2/template-parts/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"slug":{"description":"Unieke slug die de template identificeert.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Thema identifier voor de template.","type":"string","required":false},"type":{"description":"Type van template.","type":"string","required":false},"content":{"description":"Inhoud van template.","type":["object","string"],"properties":{"raw":{"description":"Inhoud voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit"]},"block_version":{"description":"Versie van het inhoud blok format gebruikt door de template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Titel van template.","type":["object","string"],"properties":{"raw":{"description":"Titel voor de template, zoals het bestaat in de database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML titel voor de template, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Beschrijving van template.","type":"string","required":false},"status":{"description":"Status van template.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"author":{"description":"Het ID van de auteur van de template.","type":"integer","required":false},"area":{"description":"Waar het template onderdeel bedoeld is voor gebruik (header, footer, enz.)","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Het id van een template","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/global-styles/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","minimum":1,"maximum":100,"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false}}}]},"/wp/v2/global-styles/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID voor het hoofd van de revisie van de globale stijlen.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie van de globale stijlen.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/global-styles/themes/(?P<stylesheet>[\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)/variations":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"De thema identifier","type":"string","required":false}}}]},"/wp/v2/global-styles/themes/(?P<stylesheet>[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"De thema identifier","type":"string","required":false}}}]},"/wp/v2/global-styles/(?P<id>[\\/\\d+]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"id":{"description":"ID van globale stijlen config.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":false},"args":{"styles":{"description":"Globale stijlen.","type":["object"],"required":false},"settings":{"description":"Globale instellingen.","type":["object"],"required":false},"title":{"description":"Titel van de globale stijlen variant.","type":["object","string"],"properties":{"raw":{"description":"Titel voor de globale stijlen variatie, zoals die in de database bestaat.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false}}}]},"/wp/v2/navigation":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content of the message, modified for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/navigation"}]}},"/wp/v2/navigation/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/navigation/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Resultaten beperken tot resultaten die overeenkomen met een string.","type":"string","required":false},"exclude":{"description":"Vaststellen dat de resultaten specifieke ID's niet bevat.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Resultaten beperken tot specifieke ID's.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false},"order":{"description":"Sorteerattribuut oplopend of aflopend rangschikken.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Verzameling rangschikken op basis van het attribuut van het object.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/navigation/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"Het ID van het hoofd van de revisie.","type":"integer","required":false},"id":{"description":"Unieke identifier voor de revisie.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat revisies geen prullenbak hebben.","required":false}}}]},"/wp/v2/navigation/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}}]},"/wp/v2/navigation/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/font-families":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"id","enum":["id","include"],"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"theme_json_version":{"description":"Version of the theme.json schema used for typography settings.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"font-family declaration in theme.json format, encoded as a string.","type":"string","required":true}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/font-families"}]}},"/wp/v2/font-families/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"theme_json_version":{"description":"Versie van het theme.json schema dat wordt gebruikt voor de typografie instellingen.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"font-family declaratie in theme.json format, gecodeerd als een string.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/font-families/(?P<font_family_id>[\\d]+)/font-faces":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"Het ID voor het hoofd lettertype van de lettertype familie van het font face.","type":"integer","required":true},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Huidige pagina van de collectie.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Het maximale nummer van items die geretourneerd moeten worden in de resultaten.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Vaststellen dat de resultaten specifieke ID's niet bevat.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Resultaten beperken tot specifieke ID's.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Hoe de zoekinvoer te interpreteren.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Verschuif de resultaten met een specifiek aantal items.","type":"integer","required":false},"order":{"description":"Sorteerattribuut oplopend of aflopend rangschikken.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sorteer collectie op bericht attribuut.","type":"string","default":"id","enum":["id","include"],"required":false}}},{"methods":["POST"],"args":{"font_family_id":{"description":"Het ID voor het hoofd lettertype van de lettertype familie van het font face.","type":"integer","required":true},"theme_json_version":{"description":"Versie van het theme.json schema dat wordt gebruikt voor de typografie instellingen.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_face_settings":{"description":"font-face declaratie in theme.json format, gecodeerd als een string.","type":"string","required":true}}}]},"/wp/v2/font-families/(?P<font_family_id>[\\d]+)/font-faces/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"Het ID voor het hoofd lettertype van de lettertype familie van het font face.","type":"integer","required":true},"id":{"description":"Unieke identifier voor het font face.","type":"integer","required":true},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"font_family_id":{"description":"Het ID voor het hoofd lettertype van de lettertype familie van het font face.","type":"integer","required":true},"id":{"description":"Unieke identifier voor het font face.","type":"integer","required":true},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/post-type/te-koop":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure that results exclude messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content of the message, modified for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the message.","type":"integer","required":false},"excerpt":{"description":"Message summary.","type":"object","properties":{"raw":{"description":"Summary for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML summary for the message, customized for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether or not the summary is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the message.","type":"integer","required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/post-type/te-koop"}]}},"/wp/v2/post-type/te-koop/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Overschrijf de standaard samenvatting lengte.","type":"integer","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/post-type/te-koop/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}}]},"/wp/v2/post-type/te-koop/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/post-type/archive-regioinfo":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure that results exclude messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content of the message, modified for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the message.","type":"integer","required":false},"excerpt":{"description":"Message summary.","type":"object","properties":{"raw":{"description":"Summary for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML summary for the message, customized for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether or not the summary is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the message.","type":"integer","required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/post-type/archive-regioinfo"}]}},"/wp/v2/post-type/archive-regioinfo/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Overschrijf de standaard samenvatting lengte.","type":"integer","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/post-type/archive-regioinfo/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}}]},"/wp/v2/post-type/archive-regioinfo/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/post-type/archive-nieuws":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure that results exclude messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content of the message, modified for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the message.","type":"integer","required":false},"excerpt":{"description":"Message summary.","type":"object","properties":{"raw":{"description":"Summary for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML summary for the message, customized for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether or not the summary is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the message.","type":"integer","required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/post-type/archive-nieuws"}]}},"/wp/v2/post-type/archive-nieuws/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Overschrijf de standaard samenvatting lengte.","type":"integer","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/post-type/archive-nieuws/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}}]},"/wp/v2/post-type/archive-nieuws/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/post-type/archive-activiteiten":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit the response to messages modified after a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure that results exclude messages assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit responses to posts published before a given ISO8601-compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit the response to messages modified before a certain date that complies with ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit results to messages with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit results to messages with one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","acf-disabled","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the message was published, in the site's time zone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the message was published, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the message unique to its type.","type":"string","required":false},"status":{"description":"A named status for the message.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"A password to shield access to content and summary.","type":"string","required":false},"title":{"description":"The title for the message.","type":"object","properties":{"raw":{"description":"Title for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the message, converted for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"Message content.","type":"object","properties":{"raw":{"description":"Content of the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content of the message, modified for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the format of the content block used by the message.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the message.","type":"integer","required":false},"excerpt":{"description":"Message summary.","type":"object","properties":{"raw":{"description":"Summary for the message, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML summary for the message, customized for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether or not the summary is password protected.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the message.","type":"integer","required":false},"template":{"description":"The theme file to display the message.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/post-type/archive-activiteiten"}]}},"/wp/v2/post-type/archive-activiteiten/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Overschrijf de standaard samenvatting lengte.","type":"integer","required":false},"password":{"description":"Het wachtwoord voor het bericht als deze met een wachtwoord is beschermd.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor het bericht.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false}}}]},"/wp/v2/post-type/archive-activiteiten/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"date":{"description":"De datum waarop het bericht is gepubliceerd, in de tijdzone van de site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"De datum waarop het bericht is gepubliceerd, in GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Een alfanumerieke identifier voor het bericht uniek voor zijn type.","type":"string","required":false},"status":{"description":"Een benoemde status voor het bericht.","type":"string","enum":["publish","future","draft","pending","private","acf-disabled"],"required":false},"password":{"description":"Een wachtwoord om toegang tot de inhoud en samenvatting af te schermen.","type":"string","required":false},"title":{"description":"De titel voor het bericht.","type":"object","properties":{"raw":{"description":"Titel voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML titel voor het bericht, omgezet voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"De inhoud van het bericht.","type":"object","properties":{"raw":{"description":"Inhoud van het bericht, zoals deze in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud van het bericht, aangepast voor weergave.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versie van het format van het inhoudsblok dat door het bericht wordt gebruikt.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Of de inhoud beschermd is met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"Het ID voor de auteur van het bericht.","type":"integer","required":false},"excerpt":{"description":"De samenvatting van het bericht.","type":"object","properties":{"raw":{"description":"Samenvatting voor het bericht, zoals het in de database bestaat.","type":"string","context":["edit"]},"rendered":{"description":"HTML samenvatting voor het bericht, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Of de samenvatting al dan niet is beschermd met een wachtwoord.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"Het ID van de uitgelichte media voor het bericht.","type":"integer","required":false},"template":{"description":"Het themabestand om het bericht te tonen.","type":"string","required":false}}}]},"/wp/v2/post-type/archive-activiteiten/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"Het ID van het hoofd voor auto-opslaan.","type":"integer","required":false},"id":{"description":"Het ID voor auto-opslaan.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/types":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/types"}]}},"/wp/v2/types/(?P<type>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"type":{"description":"Een alfanumerieke identifier voor het berichttype.","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/statuses":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/statuses"}]}},"/wp/v2/statuses/(?P<status>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"Een alfanumerieke identifier voor de status.","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/taxonomies":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"type":{"description":"Limit results to taxonomies associated with a specific message type.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/taxonomies"}]}},"/wp/v2/taxonomies/(?P<taxonomy>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"taxonomy":{"description":"Een alfanumerieke identifier voor de taxonomie.","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/categories":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Collection sort by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Or terms not assigned to messages should be hidden.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit results to terms assigned to a specific main term.","type":"integer","required":false},"post":{"description":"Limit results to terms associated with a specific message.","type":"integer","default":null,"required":false},"slug":{"description":"Limit results for terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the unique term of this type.","type":"string","required":false},"parent":{"description":"Main term ID.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/categories"}]}},"/wp/v2/categories/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"description":{"description":"HTML-beschrijving van de term.","type":"string","required":false},"name":{"description":"HTML titel voor de term.","type":"string","required":false},"slug":{"description":"Een alfanumerieke identifier voor de unieke term van dit type.","type":"string","required":false},"parent":{"description":"Het hoofd term ID.","type":"integer","required":false},"meta":{"description":"Metavelden.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat termen geen prullenbak hebben.","required":false}}}]},"/wp/v2/tags":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Collection sort by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Or terms not assigned to messages should be hidden.","type":"boolean","default":false,"required":false},"post":{"description":"Limit results to terms associated with a specific message.","type":"integer","default":null,"required":false},"slug":{"description":"Limit results for terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the unique term of this type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/tags"}]}},"/wp/v2/tags/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"description":{"description":"HTML-beschrijving van de term.","type":"string","required":false},"name":{"description":"HTML titel voor de term.","type":"string","required":false},"slug":{"description":"Een alfanumerieke identifier voor de unieke term van dit type.","type":"string","required":false},"meta":{"description":"Metavelden.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat termen geen prullenbak hebben.","required":false}}}]},"/wp/v2/menus":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Collection sort by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Or terms not assigned to messages should be hidden.","type":"boolean","default":false,"required":false},"post":{"description":"Limit results to terms associated with a specific message.","type":"integer","default":null,"required":false},"slug":{"description":"Limit results for terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the unique term of this type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false},"locations":{"description":"The locations assigned to the menu.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Whether to automatically add top-level pages to this menu.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/menus"}]}},"/wp/v2/menus/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"description":{"description":"HTML-beschrijving van de term.","type":"string","required":false},"name":{"description":"HTML titel voor de term.","type":"string","required":false},"slug":{"description":"Een alfanumerieke identifier voor de unieke term van dit type.","type":"string","required":false},"meta":{"description":"Metavelden.","type":"object","properties":[],"required":false},"locations":{"description":"De locaties die aan het menu zijn toegewezen.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Of automatisch pagina's op het hoogste niveau aan dit menu moeten worden toegevoegd.","type":"boolean","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat termen geen prullenbak hebben.","required":false}}}]},"/wp/v2/wp_pattern_category":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Collection sort by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Or terms not assigned to messages should be hidden.","type":"boolean","default":false,"required":false},"post":{"description":"Limit results to terms associated with a specific message.","type":"integer","default":null,"required":false},"slug":{"description":"Limit results for terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the unique term of this type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/wp_pattern_category"}]}},"/wp/v2/wp_pattern_category/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"description":{"description":"HTML-beschrijving van de term.","type":"string","required":false},"name":{"description":"HTML titel voor de term.","type":"string","required":false},"slug":{"description":"Een alfanumerieke identifier voor de unieke term van dit type.","type":"string","required":false},"meta":{"description":"Metavelden.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Moet waar zijn, omdat termen geen prullenbak hebben.","required":false}}}]},"/wp/v2/users":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Sort attribute ascending or descending rank.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Sort collection by user attribute.","enum":["id","include","name","registered_date","slug","include_slugs","email","url"],"type":"string","required":false},"slug":{"description":"Limit results to users with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"roles":{"description":"Limit results to users matching at least one specific role. Accepts csv list or single role.","type":"array","items":{"type":"string"},"required":false},"capabilities":{"description":"Limit results to users matching at least one specific entitlement. Accepts CSV list or single entitlement.","type":"array","items":{"type":"string"},"required":false},"who":{"description":"Limit results to users who are authors.","type":"string","enum":["authors"],"required":false},"has_published_posts":{"description":"Limit results to users who have published posts.","type":["boolean","array"],"items":{"type":"string","enum":{"post":"post","page":"page","attachment":"attachment","nav_menu_item":"nav_menu_item","wp_block":"wp_block","wp_template":"wp_template","wp_template_part":"wp_template_part","wp_global_styles":"wp_global_styles","wp_navigation":"wp_navigation","wp_font_family":"wp_font_family","wp_font_face":"wp_font_face","te-koop":"te-koop","archive-regioinfo":"archive-regioinfo","archive-nieuws":"archive-nieuws","archive-activiteiten":"archive-activiteiten"}},"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched for.","type":"array","items":{"enum":["email","name","id","username","slug"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"username":{"description":"Login name for the user.","type":"string","required":true},"name":{"description":"Display name for the user.","type":"string","required":false},"first_name":{"description":"User first name.","type":"string","required":false},"last_name":{"description":"Surname for the user.","type":"string","required":false},"email":{"description":"The e-mail address for the user.","type":"string","format":"email","required":true},"url":{"description":"User URL.","type":"string","format":"uri","required":false},"description":{"description":"User Description.","type":"string","required":false},"locale":{"description":"Locale for the user.","type":"string","enum":["","en_US","nl_NL_formal"],"required":false},"nickname":{"description":"The nickname for the user.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the user.","type":"string","required":false},"roles":{"description":"Roles assigned to user.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Password for the user (never shown).","type":"string","required":true},"meta":{"description":"Meta fields.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"Date and time preferences have been updated.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/users"}]}},"/wp/v2/users/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de gebruiker.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de gebruiker.","type":"integer","required":false},"username":{"description":"Login-naam voor de gebruiker.","type":"string","required":false},"name":{"description":"Weergavenaam voor de gebruiker.","type":"string","required":false},"first_name":{"description":"Voornaam voor de gebruiker.","type":"string","required":false},"last_name":{"description":"Achternaam voor de gebruiker.","type":"string","required":false},"email":{"description":"Het e-mailadres voor de gebruiker.","type":"string","format":"email","required":false},"url":{"description":"URL van de gebruiker.","type":"string","format":"uri","required":false},"description":{"description":"Beschrijving van de gebruiker.","type":"string","required":false},"locale":{"description":"Locale voor de gebruiker.","type":"string","enum":["","en_US","nl_NL_formal"],"required":false},"nickname":{"description":"De bijnaam voor de gebruiker.","type":"string","required":false},"slug":{"description":"Een alfanumerieke identifier voor de gebruiker.","type":"string","required":false},"roles":{"description":"Rollen toegewezen aan de gebruiker.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Wachtwoord voor de gebruiker (wordt nooit getoond).","type":"string","required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"De voorkeuren voor datum en tijd zijn geüpdatet.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de gebruiker.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Verplicht waar, want gebruikers kunnen niet in de prullenbak worden geplaatst.","required":false},"reassign":{"type":"integer","description":"Ken de links en berichten van de verwijderde gebruiker toe aan deze gebruiker ID.","required":true}}}]},"/wp/v2/users/me":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"username":{"description":"Login name for the user.","type":"string","required":false},"name":{"description":"Display name for the user.","type":"string","required":false},"first_name":{"description":"User first name.","type":"string","required":false},"last_name":{"description":"Surname for the user.","type":"string","required":false},"email":{"description":"The e-mail address for the user.","type":"string","format":"email","required":false},"url":{"description":"User URL.","type":"string","format":"uri","required":false},"description":{"description":"User Description.","type":"string","required":false},"locale":{"description":"Locale for the user.","type":"string","enum":["","en_US","nl_NL_formal"],"required":false},"nickname":{"description":"The nickname for the user.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the user.","type":"string","required":false},"roles":{"description":"Roles assigned to user.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Password for the user (never shown).","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"Date and time preferences have been updated.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}},{"methods":["DELETE"],"args":{"force":{"type":"boolean","default":false,"description":"Required true, as users cannot be placed in the trash.","required":false},"reassign":{"type":"integer","description":"Assign the deleted user's links and messages to this user ID.","required":true}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/users/me"}]}},"/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords":{"namespace":"wp/v2","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"app_id":{"description":"Een UUID die door de toepassing wordt verstrekt om haar op een unieke manier te identificeren. Het is aanbevolen om een UUID v5 te gebruiken met de URL of DNS namespace.","type":"string","oneOf":[{"type":"string","format":"uuid"},{"type":"string","enum":[""]}],"required":false},"name":{"description":"De naam van het applicatie wachtwoord.","type":"string","minLength":1,"pattern":".*\\S.*","required":true}}},{"methods":["DELETE"],"args":[]}]},"/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords/introspect":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords/(?P<uuid>[\\w\\-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"app_id":{"description":"Een UUID die door de toepassing wordt verstrekt om haar op een unieke manier te identificeren. Het is aanbevolen om een UUID v5 te gebruiken met de URL of DNS namespace.","type":"string","oneOf":[{"type":"string","format":"uuid"},{"type":"string","enum":[""]}],"required":false},"name":{"description":"De naam van het applicatie wachtwoord.","type":"string","minLength":1,"pattern":".*\\S.*","required":false}}},{"methods":["DELETE"],"args":[]}]},"/wp/v2/comments":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"after":{"description":"Limit response to responses published after a given ISO8601 date.","type":"string","format":"date-time","required":false},"author":{"description":"Limit results to responses assigned to specific user IDs. Authorization required.","type":"array","items":{"type":"integer"},"required":false},"author_exclude":{"description":"Ensure results do not contain responses assigned to specific user IDs. Requires authorization.","type":"array","items":{"type":"integer"},"required":false},"author_email":{"default":null,"description":"Limit results to those from a specific author's email address. Authorization required.","format":"email","type":"string","required":false},"before":{"description":"Limit response to responses published before a given ISO8601 date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by response attribute.","type":"string","default":"date_gmt","enum":["date","date_gmt","id","include","post","parent","type"],"required":false},"parent":{"default":[],"description":"Limit results to responses from specific principal IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_exclude":{"default":[],"description":"Determine that results exclude specific head IDs.","type":"array","items":{"type":"integer"},"required":false},"post":{"default":[],"description":"Limit results to responses assigned to specific message IDs.","type":"array","items":{"type":"integer"},"required":false},"status":{"default":"approve","description":"Limit results to responses with a specific status. Authorization required.","type":"string","required":false},"type":{"default":"comment","description":"Limit results to responses assigned to a specific type. Authorization required.","type":"string","required":false},"password":{"description":"The password for the message if it is password protected.","type":"string","required":false}}},{"methods":["POST"],"args":{"author":{"description":"ID of the auto object, if the author is a user.","type":"integer","required":false},"author_email":{"description":"E-mail address for the author of the comment.","type":"string","format":"email","required":false},"author_ip":{"description":"IP address for the author of the comment.","type":"string","format":"ip","required":false},"author_name":{"description":"Display name for the author of the comment.","type":"string","required":false},"author_url":{"description":"URL for the author of the comment.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"User agent for the author of the comment.","type":"string","required":false},"content":{"description":"The content for the response.","type":"object","properties":{"raw":{"description":"Content for the response, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the response, modified for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"The date the response was published, in the site's time zone.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"The date the response was published, in GMT.","type":"string","format":"date-time","required":false},"parent":{"default":0,"description":"The ID for the head of response.","type":"integer","required":false},"post":{"default":0,"description":"The ID of the associated message object.","type":"integer","required":false},"status":{"description":"Status of response.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_wp_note_status":{"type":"string","title":"","description":"Note solution status","default":"","enum":["resolved","reopen"]}},"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/comments"}]}},"/wp/v2/comments/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unieke identifier voor de reactie.","type":"integer","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"Het wachtwoord voor het hoofdbericht van de reactie (indien het bericht beschermd is met een wachtwoord).","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unieke identifier voor de reactie.","type":"integer","required":false},"author":{"description":"ID van het auteurobject, als de auteur een gebruiker is.","type":"integer","required":false},"author_email":{"description":"E-mailadres voor de auteur van de reactie.","type":"string","format":"email","required":false},"author_ip":{"description":"IP-adres voor de auteur van de reactie.","type":"string","format":"ip","required":false},"author_name":{"description":"Weergavenaam voor de auteur van het reactie.","type":"string","required":false},"author_url":{"description":"URL voor de auteur van de reactie.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"Gebruikersagent voor de auteur van de reactie.","type":"string","required":false},"content":{"description":"De inhoud voor de reactie.","type":"object","properties":{"raw":{"description":"Inhoud voor de reactie, zoals het bestaat in de database.","type":"string","context":["edit"]},"rendered":{"description":"HTML inhoud voor de reactie, aangepast voor weergave.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"De datum waarop de reactie is gepubliceerd, in de tijdzone van de site.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"De datum waarop de reactie is gepubliceerd, in GMT.","type":"string","format":"date-time","required":false},"parent":{"description":"Het ID voor het hoofd van de reactie.","type":"integer","required":false},"post":{"description":"Het ID van het geassocieerde bericht object.","type":"integer","required":false},"status":{"description":"Status van de reactie.","type":"string","required":false},"meta":{"description":"Metavelden.","type":"object","properties":{"_wp_note_status":{"type":"string","title":"","description":"Notitie oplossing status","default":"","enum":["resolved","reopen"]}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unieke identifier voor de reactie.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Of u de Prullenbak wilt omzeilen en het verwijderen wilt forceren.","required":false},"password":{"description":"Het wachtwoord voor het hoofdbericht van de reactie (indien het bericht beschermd is met een wachtwoord).","type":"string","required":false}}}]},"/wp/v2/search":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"type":{"default":"post","description":"Limit results to items of an object type.","type":"string","enum":["post","term","post-format"],"required":false},"subtype":{"default":"any","description":"Limit results to items of one or more object subtypes.","type":"array","items":{"enum":["post","page","te-koop","archive-regioinfo","archive-nieuws","archive-activiteiten","category","post_tag","any"],"type":"string"},"required":false},"exclude":{"description":"Determine that the results do not contain specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit results to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/search"}]}},"/wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET","POST"],"args":{"name":{"description":"Unieke geregistreerde naam voor het blok.","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["edit"],"default":"view","required":false},"attributes":{"description":"Attributen voor het blok.","type":"object","default":[],"required":false},"post_id":{"description":"ID van de bericht context.","type":"integer","required":false}}}]},"/wp/v2/block-types":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Block namespace.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/block-types"}]}},"/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Blok namespace.","type":"string","required":false}}}]},"/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Bloknaam.","type":"string","required":false},"namespace":{"description":"Blok namespace.","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/settings":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"title":{"title":"Title","description":"Site title.","type":"string","required":false},"description":{"title":"Slogan","description":"Site slogan.","type":"string","required":false},"url":{"title":"","description":"Site URL.","type":"string","format":"uri","required":false},"email":{"title":"","description":"This address is used for administrative purposes, such as notifications for new users.","type":"string","format":"email","required":false},"timezone":{"title":"","description":"A city in the same time zone where you are.","type":"string","required":false},"date_format":{"title":"","description":"A date notation for all date strings.","type":"string","required":false},"time_format":{"title":"","description":"A time notation for all time strings.","type":"string","required":false},"start_of_week":{"title":"","description":"Number of the day on which the week should begin.","type":"integer","required":false},"language":{"title":"","description":"WordPress local code.","type":"string","required":false},"use_smilies":{"title":"","description":"Convert emoticons such as :-) and :-P to images when exhibiting.","type":"boolean","required":false},"default_category":{"title":"","description":"Default message category.","type":"integer","required":false},"default_post_format":{"title":"","description":"Default message format.","type":"string","required":false},"posts_per_page":{"title":"Maximum number of posts per page","description":"Blog pages show at most.","type":"integer","required":false},"show_on_front":{"title":"Show on front","description":"What to show on the front page","type":"string","required":false},"page_on_front":{"title":"Page on front cover","description":"The ID of the page to be displayed on the front page","type":"integer","required":false},"page_for_posts":{"title":"","description":"The ID of the page that should show the latest posts","type":"integer","required":false},"default_ping_status":{"title":"","description":"Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.","type":"string","enum":["open","closed"],"required":false},"default_comment_status":{"title":"Allow comments on new posts","description":"Allow people to submit responses to new posts.","type":"string","enum":["open","closed"],"required":false},"site_logo":{"title":"Logo","description":"Site logo.","type":"integer","required":false},"site_icon":{"title":"Icon","description":"Site icon.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/settings"}]}},"/wp/v2/themes":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"Limit results to topics with one or more assigned statuses.","type":"array","items":{"enum":["active","inactive"],"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/themes"}]}},"/wp/v2/themes/(?P<stylesheet>[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"stylesheet":{"description":"Het stylesheet van het thema. Dit identificeert op unieke wijze het thema.","type":"string","required":false}}}]},"/wp/v2/plugins":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"search":{"description":"Limit results to those that match a string.","type":"string","required":false},"status":{"description":"Restricts results to plugins with the specified status.","type":"array","items":{"type":"string","enum":["inactive","active"]},"required":false}}},{"methods":["POST"],"args":{"slug":{"type":"string","description":"WordPress.org plugin directory slug.","pattern":"[\\w\\-]+","required":true},"status":{"description":"The plugin activation status.","type":"string","enum":["inactive","active"],"default":"inactive","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/plugins"}]}},"/wp/v2/plugins/(?P<plugin>[^.\\/]+(?:\\/[^.\\/]+)?)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\/]+(?:\\/[^.\\/]+)?","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\/]+(?:\\/[^.\\/]+)?","required":false},"status":{"description":"De plugin activatie status.","type":"string","enum":["inactive","active"],"required":false}}},{"methods":["DELETE"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\/]+(?:\\/[^.\\/]+)?","required":false}}}]},"/wp/v2/sidebars":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/sidebars"}]}},"/wp/v2/sidebars/(?P<id>[\\w-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Het id van een geregistreerde zijbalk","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"widgets":{"description":"Geneste widgets.","type":"array","items":{"type":["object","string"]},"required":false}}}]},"/wp/v2/widget-types":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/widget-types"}]}},"/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Het widget type id.","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/encode":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Het widget type id.","type":"string","required":true},"instance":{"description":"Huidige instantie-instellingen van de widget.","type":"object","required":false},"form_data":{"description":"Geserialiseerde widget formuliergegevens om te coderen in instantie-instellingen.","type":"string","required":false}}}]},"/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/render":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Het widget type id.","type":"string","required":true},"instance":{"description":"Huidige instantie-instellingen van de widget.","type":"object","required":false}}}]},"/wp/v2/widgets":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"sidebar":{"description":"The sidebar to return widgets for.","type":"string","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the widget.","type":"string","required":false},"id_base":{"description":"The type of the widget. Matches ID in widget types endpoint.","type":"string","required":false},"sidebar":{"default":"wp_inactive_widgets","description":"The sidebar to which the widget belongs.","type":"string","required":true},"instance":{"description":"Instance settings of the widget, if supported.","type":"object","properties":{"encoded":{"description":"Base64 encrypted representation of instance settings.","type":"string","context":["edit"]},"hash":{"description":"Cryptographic hash of the instance settings.","type":"string","context":["edit"]},"raw":{"description":"Non-coded instance settings, if supported.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"URL-encoded form data from the widget management form. Used to update a widget that does not support instance. Write only.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/widgets"}]}},"/wp/v2/widgets/(?P<id>[\\w\\-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unieke identifier voor de widget.","type":"string","required":false},"id_base":{"description":"Het type van de widget. Komt overeen met ID in widget types endpoint.","type":"string","required":false},"sidebar":{"description":"De zijbalk waartoe de widget behoort.","type":"string","required":false},"instance":{"description":"Instantie instellingen van de widget, indien ondersteund.","type":"object","properties":{"encoded":{"description":"Base64 gecodeerde weergave van de instantie instellingen.","type":"string","context":["edit"]},"hash":{"description":"Cryptografische hash van de instantie instellingen.","type":"string","context":["edit"]},"raw":{"description":"Niet gecodeerde instantie instellingen, indien ondersteund.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"URL-gecodeerde formuliergegevens van het widget beheerformulier. Wordt gebruikt om een widget te updaten die geen instantie ondersteunt. Alleen schrijven.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"force":{"description":"Of de widget moet worden verwijderd of naar de inactieve zijbalk moet worden verplaatst.","type":"boolean","required":false}}}]},"/wp/v2/block-directory/search":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"term":{"description":"Limit results to blocks that match the search term.","type":"string","minLength":1,"required":true}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/block-directory/search"}]}},"/wp/v2/pattern-directory/patterns":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those that match a string.","type":"string","minLength":1,"required":false},"category":{"description":"Limit results to those that match a category ID.","type":"integer","minimum":1,"required":false},"keyword":{"description":"Limit results to those that match a keyword ID.","type":"integer","minimum":1,"required":false},"slug":{"description":"Limit results to those that match a pattern (slug).","type":"array","required":false},"offset":{"description":"Shift the results by a specific number of items.","type":"integer","required":false},"order":{"description":"Sort attribute ascending or descending rank.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by message attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","favorite_count"],"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/pattern-directory/patterns"}]}},"/wp/v2/block-patterns/patterns":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/block-patterns/patterns"}]}},"/wp/v2/block-patterns/categories":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/block-patterns/categories"}]}},"/wp-site-health/v1":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-site-health/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1"}]}},"/wp-site-health/v1/tests/background-updates":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1/tests/background-updates"}]}},"/wp-site-health/v1/tests/loopback-requests":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1/tests/loopback-requests"}]}},"/wp-site-health/v1/tests/https-status":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1/tests/https-status"}]}},"/wp-site-health/v1/tests/dotorg-communication":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1/tests/dotorg-communication"}]}},"/wp-site-health/v1/tests/authorization-header":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1/tests/authorization-header"}]}},"/wp-site-health/v1/directory-sizes":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1/directory-sizes"}]}},"/wp-site-health/v1/tests/page-cache":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-site-health/v1/tests/page-cache"}]}},"/wp-block-editor/v1":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-block-editor/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-block-editor/v1"}]}},"/wp-block-editor/v1/url-details":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The URL to be processed.","type":"string","format":"uri","required":true}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-block-editor/v1/url-details"}]}},"/wp/v2/menu-locations":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/menu-locations"}]}},"/wp/v2/menu-locations/(?P<location>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"Een alfanumerieke identifier voor de menulocatie.","type":"string","required":false},"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp-block-editor/v1/export":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-block-editor/v1/export"}]}},"/wp-block-editor/v1/navigation-fallback":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-block-editor/v1/navigation-fallback"}]}},"/wp/v2/font-collections":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp/v2/font-collections"}]}},"/wp/v2/font-collections/(?P<slug>[\\/\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope waaronder de aanvraag gedaan wordt; bepaalt de velden die aanwezig zijn in de reactie.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp-abilities/v1":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-abilities/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-abilities/v1"}]}},"/wp-abilities/v1/categories":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-abilities/v1/categories"}]}},"/wp-abilities/v1/categories/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"De unieke identifier voor de ability categorie.","type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","required":false}}}]},"/wp-abilities/v1/abilities/(?P<name>[a-zA-Z0-9\\-\\/]+?)/run":{"namespace":"wp-abilities/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET","POST","PUT","PATCH","DELETE"],"args":{"name":{"description":"Unieke identifier voor de ability.","type":"string","pattern":"^[a-zA-Z0-9\\-\\/]+$","required":false},"input":{"description":"Invoerparameters voor de uitvoering van de ability.","type":["integer","number","boolean","string","array","object","null"],"default":null,"required":false}}}]},"/wp-abilities/v1/abilities":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"The maximum number of items to be returned in the results.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"category":{"description":"Limit the results to abilities in a specific ability category.","type":"string","required":false}}}],"_links":{"self":[{"href":"https://lipnodreams.com/wp-json/wp-abilities/v1/abilities"}]}},"/wp-abilities/v1/abilities/(?P<name>[a-zA-Z0-9\\-\\/]+)":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Unieke identifier voor de ability.","type":"string","pattern":"^[a-zA-Z0-9\\-\\/]+$","required":false}}}]},"/wp/v2/menu-items/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."}}},"1":{"args":{"url":{"description":"The URL to which this menu item refers.","type":"string","format":"uri","required":false},"meta":{"description":"Meta fields."},"id":{"description":"Unique identifier for the message."},"title":{"description":"The title for the object.","properties":{"raw":{"description":"Title for the object, as it appears in the database."},"rendered":{"description":"HTML title for the object, transformed for display."}}},"type":{"description":"The originally represented family of objects, such as \"post_type\" or \"taxonomy\"."},"status":{"description":"A named status for the object."},"parent":{"description":"The ID of the main object of the object."},"attr_title":{"description":"Text for the title attribute of the link element for this menu item."},"classes":{"description":"Class names for the link element of this menu item."},"description":{"description":"The description of this menu item."},"menu_order":{"description":"The DB ID of the nav_menu_item that is the menu head of this item, if any, otherwise 0."},"object":{"description":"The type of object originally displayed, such as \"category,\" \"message\" or \"attachment.\""},"object_id":{"description":"The database ID of the original object representing this menu item, for example, the ID for messages or the term_id for categories."},"target":{"description":"The target attribute of the link element for this menu item."},"xfn":{"description":"The XFN relationship expressed in the link of this menu item."},"menus":{"description":"The terms assigned to the object in the taxonomy nav_menu."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"url":{"description":"The URL to which this menu item refers.","type":"string","format":"uri","required":false},"meta":{"description":"Meta fields."},"title":{"description":"The title for the object.","properties":{"raw":{"description":"Title for the object, as it appears in the database."},"rendered":{"description":"HTML title for the object, transformed for display."}}},"type":{"description":"The originally represented family of objects, such as \"post_type\" or \"taxonomy\"."},"status":{"description":"A named status for the object."},"parent":{"description":"The ID of the main object of the object."},"attr_title":{"description":"Text for the title attribute of the link element for this menu item."},"classes":{"description":"Class names for the link element of this menu item."},"description":{"description":"The description of this menu item."},"menu_order":{"description":"The DB ID of the nav_menu_item that is the menu head of this item, if any, otherwise 0."},"object":{"description":"The type of object originally displayed, such as \"category,\" \"message\" or \"attachment.\""},"object_id":{"description":"The database ID of the original object representing this menu item, for example, the ID for messages or the term_id for categories."},"target":{"description":"The target attribute of the link element for this menu item."},"xfn":{"description":"The XFN relationship expressed in the link of this menu item."},"menus":{"description":"The terms assigned to the object in the taxonomy nav_menu."}}}}}},"/wp/v2/users/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the user."}}},"1":{"args":{"url":{"description":"User URL.","type":"string","format":"uri","required":false},"meta":{"description":"Meta fields.","properties":{"persisted_preferences":{"properties":{"_modified":{"description":"Date and time preferences have been updated."}}}}},"username":{"description":"Login name for the user."},"name":{"description":"Display name for the user."},"first_name":{"description":"User first name."},"last_name":{"description":"Surname for the user."},"email":{"description":"The e-mail address for the user."},"description":{"description":"User Description."},"locale":{"description":"Locale for the user."},"nickname":{"description":"The nickname for the user."},"slug":{"description":"An alphanumeric identifier for the user."},"roles":{"description":"Roles assigned to user."},"password":{"description":"Password for the user (never shown)."},"id":{"description":"Unique identifier for the user."}}},"2":{"args":{"id":{"description":"Unique identifier for the user."},"force":{"description":"Required true, as users cannot be placed in the trash."},"reassign":{"description":"Assign the deleted user's links and messages to this user ID."}}}}}},"/wp/v2/media/(?P<id>":{"\\d+)/edit":{"endpoints":{"0":{"args":{"modifiers":{"items":{"oneOf":{"0":{"title":"Mirroring","properties":{"type":{"description":"Mirroring type."},"args":{"description":"Mirroring arguments.","properties":{"flip":{"description":"Mirroring direction.","properties":{"horizontal":{"description":"Whether you want to mirror horizontally."},"vertical":{"description":"Whether you want to mirror vertically."}}}}}}},"1":{"title":"Rotation","properties":{"type":{"description":"Rotation type."},"args":{"description":"Rotation arguments.","properties":{"angle":{"description":"Angle in degrees to rotate clockwise."}}}}},"2":{"title":"Cropping","properties":{"type":{"description":"Cropping type."},"args":{"description":"Cropping arguments.","properties":{"left":{"description":"Horizontal position from left to start cropping as percentage of image width."},"top":{"description":"Vertical position from the top to start cropping as a percentage of the height of the image."},"width":{"description":"Width of crop as percentage of image width."},"height":{"description":"Height of cropping as a percentage of image height."}}}}}},"description":"Edit image."},"description":"Array of image edits."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"alt_text":{"description":"Alternative text to display if the attachment cannot be displayed."},"caption":{"description":"Attachment caption.","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database."},"rendered":{"description":"HTML caption for the attachment, transformed for display."}}},"description":{"description":"Description of Appendix.","properties":{"raw":{"description":"Description of the attachment, as it exists in the database."},"rendered":{"description":"HTML description for the attachment, modified for display."}}},"post":{"description":"The ID of the message to which the attachment belongs."},"src":{"description":"The URL to the edited image file."},"rotation":{"description":"The degree to which the image is rotated clockwise, in degrees. DELETED: use \"modifiers\" instead."},"x":{"description":"As a percentage of the image, the x position from which cropping begins. RELATED: use 'modifiers' instead."},"y":{"description":"As a percentage of the image, the y position from which cropping begins. DELETED: use 'modifiers' instead."},"width":{"description":"As a percentage of the image: the width in which the image should be cropped. DELETED: use 'modifiers' instead."},"height":{"description":"As a percentage of the image, the height at which the image should be cropped. DELETED: use 'modifiers' instead."}}}}},"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"author":{"description":"The ID for the author of the message."},"featured_media":{"description":"The ID of the featured media for the message."},"comment_status":{"description":"Whether or not comments are allowed on the post."},"ping_status":{"description":"Whether or not the message can be pinged."},"meta":{"description":"Meta fields."},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."},"alt_text":{"description":"Alternative text to display if the attachment cannot be displayed."},"caption":{"description":"Attachment caption.","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database."},"rendered":{"description":"HTML caption for the attachment, transformed for display."}}},"description":{"description":"Description of Appendix.","properties":{"raw":{"description":"Description of the attachment, as it exists in the database."},"rendered":{"description":"HTML description for the attachment, modified for display."}}},"post":{"description":"The ID of the message to which the attachment belongs."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/post-process":{"endpoints":{"0":{"args":{"id":{"description":"Unique identifier for the attachment."}}}}}},"/wp/v2/posts/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"excerpt_length":{"description":"Override the default summary length."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"comment_status":{"description":"Whether or not comments are allowed on the post."},"ping_status":{"description":"Whether or not the message can be pinged."},"format":{"description":"The format for the message."},"meta":{"description":"Meta fields."},"sticky":{"description":"Whether or not a post should be treated as a sticky."},"template":{"description":"The theme file to display the message."},"categories":{"description":"The terms assigned to the message in the category taxonomy."},"tags":{"description":"The terms assigned to the message in the post_tag taxonomy."},"id":{"description":"Unique identifier for the message."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"comment_status":{"description":"Whether or not comments are allowed on the post."},"ping_status":{"description":"Whether or not the message can be pinged."},"format":{"description":"The format for the message."},"meta":{"description":"Meta fields."},"sticky":{"description":"Whether or not a post should be treated as a sticky."},"template":{"description":"The theme file to display the message."},"categories":{"description":"The terms assigned to the message in the category taxonomy."},"tags":{"description":"The terms assigned to the message in the post_tag taxonomy."},"parent":{"description":"Head ID for auto-save."}}}}}},"/wp/v2/posts/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"search":{"description":"Limit results to those that match a string."},"exclude":{"description":"Determine that the results do not contain specific IDs."},"include":{"description":"Limit results to specific IDs."},"offset":{"description":"Shift the results by a specific number of items."},"order":{"description":"Sort attribute ascending or descending rank."},"parent":{"description":"The ID of the head of revision."},"orderby":{"description":"Collection ranking based on the object's attribute."}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."}}},"1":{"args":{"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."},"force":{"description":"Must be true because revisions do not have a trash can."}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/pages/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"excerpt_length":{"description":"Override the default summary length."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"comment_status":{"description":"Whether or not comments are allowed on the post."},"ping_status":{"description":"Whether or not the message can be pinged."},"meta":{"description":"Meta fields."},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."},"parent":{"description":"The ID of the head of the message."},"menu_order":{"description":"The order of the message in relation to other messages."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"comment_status":{"description":"Whether or not comments are allowed on the post."},"ping_status":{"description":"Whether or not the message can be pinged."},"meta":{"description":"Meta fields."},"template":{"description":"The theme file to display the message."},"parent":{"description":"The ID of the head of the message."},"menu_order":{"description":"The order of the message in relation to other messages."}}}}}},"/wp/v2/pages/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"search":{"description":"Limit results to those that match a string."},"exclude":{"description":"Determine that the results do not contain specific IDs."},"include":{"description":"Limit results to specific IDs."},"offset":{"description":"Shift the results by a specific number of items."},"order":{"description":"Sort attribute ascending or descending rank."},"parent":{"description":"The ID of the head of revision."},"orderby":{"description":"Collection ranking based on the object's attribute."}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."}}},"1":{"args":{"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."},"force":{"description":"Must be true because revisions do not have a trash can."}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/menu-items/(?P<parent>":{"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/blocks/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"excerpt_length":{"description":"Override the default summary length."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"meta":{"description":"Meta fields."},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."},"wp_pattern_category":{"description":"The terms assigned to the message in the wp_pattern_category taxonomy."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"meta":{"description":"Meta fields."},"template":{"description":"The theme file to display the message."},"parent":{"description":"Head ID for auto-save."},"wp_pattern_category":{"description":"The terms assigned to the message in the wp_pattern_category taxonomy."}}}}}},"/wp/v2/blocks/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"search":{"description":"Limit results to those that match a string."},"exclude":{"description":"Determine that the results do not contain specific IDs."},"include":{"description":"Limit results to specific IDs."},"offset":{"description":"Shift the results by a specific number of items."},"order":{"description":"Sort attribute ascending or descending rank."},"parent":{"description":"The ID of the head of revision."},"orderby":{"description":"Collection ranking based on the object's attribute."}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."}}},"1":{"args":{"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."},"force":{"description":"Must be true because revisions do not have a trash can."}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/templates/(?P<parent>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"search":{"description":"Limit results to those that match a string."},"exclude":{"description":"Determine that the results do not contain specific IDs."},"include":{"description":"Limit results to specific IDs."},"offset":{"description":"Shift the results by a specific number of items."},"order":{"description":"Sort attribute ascending or descending rank."},"orderby":{"description":"Collection ranking based on the object's attribute."},"parent":{"description":"The id of a template"}}}}},"\\/\\w%-+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the revision."},"parent":{"description":"The id of a template"}}},"1":{"args":{"id":{"description":"Unique identifier for the revision."},"force":{"description":"Must be true because revisions do not have a trash can."},"parent":{"description":"The id of a template"}}}}}},"\\/\\w%-+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Autosave ID."},"parent":{"description":"The id of a template"}}}}}}}}}}},"/wp/v2/templates/(?P<id>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"The id of a template"}}},"1":{"args":{"id":{"description":"The id of a template"},"slug":{"description":"Unique slug that identifies the template."},"theme":{"description":"Theme identifier for the template."},"type":{"description":"Type of template."},"content":{"description":"Content of template.","properties":{"raw":{"description":"Content for the template, as it exists in the database."},"block_version":{"description":"Version of the content block format used by the template."}}},"title":{"description":"Title of template.","properties":{"raw":{"description":"Title for the template, as it exists in the database."},"rendered":{"description":"HTML title for the template, converted for display."}}},"description":{"description":"Description of template."},"status":{"description":"Status of template."},"author":{"description":"The ID of the author of the template."}}}}},"\\/\\w%-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"The id of a template"}}},"1":{"args":{"id":{"description":"The id of a template"},"slug":{"description":"Unique slug that identifies the template."},"theme":{"description":"Theme identifier for the template."},"type":{"description":"Type of template."},"content":{"description":"Content of template.","properties":{"raw":{"description":"Content for the template, as it exists in the database."},"block_version":{"description":"Version of the content block format used by the template."}}},"title":{"description":"Title of template.","properties":{"raw":{"description":"Title for the template, as it exists in the database."},"rendered":{"description":"HTML title for the template, converted for display."}}},"description":{"description":"Description of template."},"status":{"description":"Status of template."},"author":{"description":"The ID of the author of the template."}}},"2":{"args":{"force":{"description":"Whether to bypass the Recycle Bin and force deletion."},"id":{"description":"The id of a template"}}}}}}}}}},"/wp/v2/template-parts/(?P<parent>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"search":{"description":"Limit results to those that match a string."},"exclude":{"description":"Determine that the results do not contain specific IDs."},"include":{"description":"Limit results to specific IDs."},"offset":{"description":"Shift the results by a specific number of items."},"order":{"description":"Sort attribute ascending or descending rank."},"orderby":{"description":"Collection ranking based on the object's attribute."},"parent":{"description":"The id of a template"}}}}},"\\/\\w%-+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the revision."},"parent":{"description":"The id of a template"}}},"1":{"args":{"id":{"description":"Unique identifier for the revision."},"force":{"description":"Must be true because revisions do not have a trash can."},"parent":{"description":"The id of a template"}}}}}},"\\/\\w%-+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Autosave ID."},"parent":{"description":"The id of a template"}}}}}}}}}}},"/wp/v2/template-parts/(?P<id>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"The id of a template"}}},"1":{"args":{"id":{"description":"The id of a template"},"slug":{"description":"Unique slug that identifies the template."},"theme":{"description":"Theme identifier for the template."},"type":{"description":"Type of template."},"content":{"description":"Content of template.","properties":{"raw":{"description":"Content for the template, as it exists in the database."},"block_version":{"description":"Version of the content block format used by the template."}}},"title":{"description":"Title of template.","properties":{"raw":{"description":"Title for the template, as it exists in the database."},"rendered":{"description":"HTML title for the template, converted for display."}}},"description":{"description":"Description of template."},"status":{"description":"Status of template."},"author":{"description":"The ID of the author of the template."},"area":{"description":"Where the template component is intended to be used (header, footer, etc.)."}}}}},"\\/\\w%-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"The id of a template"}}},"1":{"args":{"id":{"description":"The id of a template"},"slug":{"description":"Unique slug that identifies the template."},"theme":{"description":"Theme identifier for the template."},"type":{"description":"Type of template."},"content":{"description":"Content of template.","properties":{"raw":{"description":"Content for the template, as it exists in the database."},"block_version":{"description":"Version of the content block format used by the template."}}},"title":{"description":"Title of template.","properties":{"raw":{"description":"Title for the template, as it exists in the database."},"rendered":{"description":"HTML title for the template, converted for display."}}},"description":{"description":"Description of template."},"status":{"description":"Status of template."},"author":{"description":"The ID of the author of the template."},"area":{"description":"Where the template component is intended to be used (header, footer, etc.)."}}},"2":{"args":{"force":{"description":"Whether to bypass the Recycle Bin and force deletion."},"id":{"description":"The id of a template"}}}}}}}}}},"/wp/v2/global-styles/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"offset":{"description":"Shift the results by a specific number of items."},"parent":{"description":"The ID of the head of revision."}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"The ID for the head of revision of global styles."},"id":{"description":"Unique identifier for the revision of global styles."}}}}}}},"/wp/v2/navigation/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"template":{"description":"The theme file to display the message."},"parent":{"description":"Head ID for auto-save."}}}}}},"/wp/v2/navigation/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"search":{"description":"Limit results to those that match a string."},"exclude":{"description":"Determine that the results do not contain specific IDs."},"include":{"description":"Limit results to specific IDs."},"offset":{"description":"Shift the results by a specific number of items."},"order":{"description":"Sort attribute ascending or descending rank."},"parent":{"description":"The ID of the head of revision."},"orderby":{"description":"Collection ranking based on the object's attribute."}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."}}},"1":{"args":{"parent":{"description":"The ID of the head of revision."},"id":{"description":"Unique identifier for the revision."},"force":{"description":"Must be true because revisions do not have a trash can."}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/font-families/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."}}},"1":{"args":{"id":{"description":"Unique identifier for the message."},"theme_json_version":{"description":"Version of the theme.json schema used for typography settings."},"font_family_settings":{"description":"font-family declaration in theme.json format, encoded as a string."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}}},"/wp/v2/font-families/(?P<font_family_id>":{"\\d+)/font-faces":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"page":{"description":"Current page of the collection."},"per_page":{"description":"The maximum number of items to be returned in the results."},"exclude":{"description":"Determine that the results do not contain specific IDs."},"include":{"description":"Limit results to specific IDs."},"search_semantics":{"description":"How to interpret the search input."},"offset":{"description":"Shift the results by a specific number of items."},"order":{"description":"Sort attribute ascending or descending rank."},"orderby":{"description":"Sort collection by message attribute."},"font_family_id":{"description":"The ID for the main font of the font family of the font face."}}},"1":{"args":{"theme_json_version":{"description":"Version of the theme.json schema used for typography settings."},"font_family_id":{"description":"The ID for the main font of the font family of the font face."},"font_face_settings":{"description":"font-face declaration in theme.json format, encoded as a string."}}}}},"\\d+)/font-faces/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"font_family_id":{"description":"The ID for the main font of the font family of the font face."},"id":{"description":"Unique identifier for the font face."}}},"1":{"args":{"force":{"description":"Whether to bypass the Recycle Bin and force deletion."},"font_family_id":{"description":"The ID for the main font of the font family of the font face."},"id":{"description":"Unique identifier for the font face."}}}}}}},"/wp/v2/post-type/te-koop/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"excerpt_length":{"description":"Override the default summary length."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"parent":{"description":"Head ID for auto-save."}}}}}},"/wp/v2/post-type/te-koop/(?P<parent>":{"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/post-type/archive-regioinfo/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"excerpt_length":{"description":"Override the default summary length."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"parent":{"description":"Head ID for auto-save."}}}}}},"/wp/v2/post-type/archive-regioinfo/(?P<parent>":{"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/post-type/archive-nieuws/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"excerpt_length":{"description":"Override the default summary length."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"parent":{"description":"Head ID for auto-save."}}}}}},"/wp/v2/post-type/archive-nieuws/(?P<parent>":{"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/post-type/archive-activiteiten/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the message."},"excerpt_length":{"description":"Override the default summary length."},"password":{"description":"The password for the message if it is password protected."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"id":{"description":"Unique identifier for the message."}}},"2":{"args":{"id":{"description":"Unique identifier for the message."},"force":{"description":"Whether to bypass the Recycle Bin and force deletion."}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."}}},"1":{"args":{"date":{"description":"The date the message was published, in the site's time zone."},"date_gmt":{"description":"The date the message was published, in GMT."},"slug":{"description":"An alphanumeric identifier for the message unique to its type."},"status":{"description":"A named status for the message."},"password":{"description":"A password to shield access to content and summary."},"title":{"description":"The title for the message.","properties":{"raw":{"description":"Title for the message, as it exists in the database."},"rendered":{"description":"HTML title for the message, converted for display."}}},"content":{"description":"Message content.","properties":{"raw":{"description":"Content of the message, as it exists in the database."},"rendered":{"description":"HTML content of the message, modified for display."},"block_version":{"description":"Version of the format of the content block used by the message."},"protected":{"description":"Whether the content is password protected."}}},"author":{"description":"The ID for the author of the message."},"excerpt":{"description":"Message summary.","properties":{"raw":{"description":"Summary for the message, as it exists in the database."},"rendered":{"description":"HTML summary for the message, customized for display."},"protected":{"description":"Whether or not the summary is password protected."}}},"featured_media":{"description":"The ID of the featured media for the message."},"template":{"description":"The theme file to display the message."},"parent":{"description":"Head ID for auto-save."}}}}}},"/wp/v2/post-type/archive-activiteiten/(?P<parent>":{"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"parent":{"description":"Head ID for auto-save."},"id":{"description":"Autosave ID."}}}}}}},"/wp/v2/types/(?P<type>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"type":{"description":"An alphanumeric identifier for the message type."}}}}}},"/wp/v2/statuses/(?P<status>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"status":{"description":"An alphanumeric identifier for the status."}}}}}},"/wp/v2/taxonomies/(?P<taxonomy>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"taxonomy":{"description":"An alphanumeric identifier for the taxonomy."}}}}}},"/wp/v2/categories/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the term."}}},"1":{"args":{"meta":{"description":"Meta fields."},"description":{"description":"HTML description of the term."},"name":{"description":"HTML title for the term."},"slug":{"description":"An alphanumeric identifier for the unique term of this type."},"parent":{"description":"Main term ID."},"id":{"description":"Unique identifier for the term."}}},"2":{"args":{"id":{"description":"Unique identifier for the term."},"force":{"description":"Must be true because terms don't have a trash can."}}}}}},"/wp/v2/tags/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the term."}}},"1":{"args":{"meta":{"description":"Meta fields."},"description":{"description":"HTML description of the term."},"name":{"description":"HTML title for the term."},"slug":{"description":"An alphanumeric identifier for the unique term of this type."},"id":{"description":"Unique identifier for the term."}}},"2":{"args":{"id":{"description":"Unique identifier for the term."},"force":{"description":"Must be true because terms don't have a trash can."}}}}}},"/wp/v2/menus/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the term."}}},"1":{"args":{"meta":{"description":"Meta fields."},"description":{"description":"HTML description of the term."},"name":{"description":"HTML title for the term."},"slug":{"description":"An alphanumeric identifier for the unique term of this type."},"id":{"description":"Unique identifier for the term."},"locations":{"description":"The locations assigned to the menu."},"auto_add":{"description":"Whether to automatically add top-level pages to this menu."}}},"2":{"args":{"id":{"description":"Unique identifier for the term."},"force":{"description":"Must be true because terms don't have a trash can."}}}}}},"/wp/v2/wp_pattern_category/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the term."}}},"1":{"args":{"meta":{"description":"Meta fields."},"description":{"description":"HTML description of the term."},"name":{"description":"HTML title for the term."},"slug":{"description":"An alphanumeric identifier for the unique term of this type."},"id":{"description":"Unique identifier for the term."}}},"2":{"args":{"id":{"description":"Unique identifier for the term."},"force":{"description":"Must be true because terms don't have a trash can."}}}}}},"/wp/v2/users/(?P<user_id>(?:":{"\\d+|me))/application-passwords":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."}}},"1":{"args":{"app_id":{"description":"A UUID provided by the application to uniquely identify it. It is recommended to use a UUID v5 with the URL or DNS namespace."},"name":{"description":"The name of the application password."}}}}},"\\d+|me))/application-passwords/introspect":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."}}}}},"\\d+|me))/application-passwords/(?P<uuid>":{"\\w\\-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."}}},"1":{"args":{"app_id":{"description":"A UUID provided by the application to uniquely identify it. It is recommended to use a UUID v5 with the URL or DNS namespace."},"name":{"description":"The name of the application password."}}}}}}},"/wp/v2/comments/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"Unique identifier for the response."},"password":{"description":"The password for the main response message (if the message is password protected)."}}},"1":{"args":{"meta":{"description":"Meta fields.","properties":{"_wp_note_status":{"description":"Note solution status"}}},"author":{"description":"ID of the auto object, if the author is a user."},"author_email":{"description":"E-mail address for the author of the comment."},"author_ip":{"description":"IP address for the author of the comment."},"author_name":{"description":"Display name for the author of the comment."},"author_url":{"description":"URL for the author of the comment."},"author_user_agent":{"description":"User agent for the author of the comment."},"content":{"description":"The content for the response.","properties":{"raw":{"description":"Content for the response, as it exists in the database."},"rendered":{"description":"HTML content for the response, modified for display."}}},"date":{"description":"The date the response was published, in the site's time zone."},"date_gmt":{"description":"The date the response was published, in GMT."},"parent":{"description":"The ID for the head of response."},"post":{"description":"The ID of the associated message object."},"status":{"description":"Status of response."},"id":{"description":"Unique identifier for the response."}}},"2":{"args":{"force":{"description":"Whether to bypass the Recycle Bin and force deletion."},"id":{"description":"Unique identifier for the response."},"password":{"description":"The password for the main response message (if the message is password protected)."}}}}}},"/wp/v2/block-renderer/(?P<name>":{"a-z0-9-+/":{"a-z0-9-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"name":{"description":"Unique registered name for the block."},"attributes":{"description":"Attributes for the block."},"post_id":{"description":"ID of the message context."}}}}}}},"/wp/v2/block-types/(?P<namespace>":{"a-zA-Z0-9_-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"namespace":{"description":"Block namespace."}}}}},"a-zA-Z0-9_-+)/(?P<name>":{"a-zA-Z0-9_-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"namespace":{"description":"Block namespace."},"name":{"description":"Block name."}}}}}}},"/wp/v2/plugins/(?P<plugin>":{"^":{".\\/+(?:\\/":{"^":{".\\/+)?)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."}}},"1":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"status":{"description":"The plugin activation status."}}},"2":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."}}}}}}}}},"/wp/v2/sidebars/(?P<id>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"The id of a registered sidebar"}}},"1":{"args":{"widgets":{"description":"Nested widgets."}}}}}},"/wp/v2/widget-types/(?P<id>":{"a-zA-Z0-9_-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"id":{"description":"The widget type id."}}}}},"a-zA-Z0-9_-+)/encode":{"endpoints":{"0":{"args":{"id":{"description":"The widget type id."},"instance":{"description":"Current instance settings of the widget."},"form_data":{"description":"Serialized widget form data to encode in instance settings."}}}}},"a-zA-Z0-9_-+)/render":{"endpoints":{"0":{"args":{"id":{"description":"The widget type id."},"instance":{"description":"Current instance settings of the widget."}}}}}},"/wp/v2/widgets/(?P<id>":{"\\w\\-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."}}},"1":{"args":{"id":{"description":"Unique identifier for the widget."},"id_base":{"description":"The type of the widget. Matches ID in widget types endpoint."},"sidebar":{"description":"The sidebar to which the widget belongs."},"instance":{"description":"Instance settings of the widget, if supported.","properties":{"encoded":{"description":"Base64 encrypted representation of instance settings."},"hash":{"description":"Cryptographic hash of the instance settings."},"raw":{"description":"Non-coded instance settings, if supported."}}},"form_data":{"description":"URL-encoded form data from the widget management form. Used to update a widget that does not support instance. Write only."}}},"2":{"args":{"force":{"description":"Whether to remove the widget or move it to the inactive sidebar."}}}}}},"/wp/v2/menu-locations/(?P<location>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."},"location":{"description":"An alphanumeric identifier for the menu location."}}}}}},"/wp/v2/font-collections/(?P<slug>":{"\\/\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"Scope under which the request is made; determines the fields present in the response."}}}}}},"/wp/v2/global-styles/(?P<id>":{"\\/\\d++)":{"endpoints":{"0":{"args":{"id":{"description":"ID of global styles config."}}},"1":{"args":{"title":{"properties":{"rendered":{"description":"HTML title for the message, converted for display."},"raw":{"description":"Title for the global styles variation, as it exists in the database."}},"description":"Title of the global styles variant."},"styles":{"description":"Global styles."},"settings":{"description":"Global settings."}}}}}},"/wp/v2/global-styles/themes/(?P<stylesheet>":{"\\/\\s%\\w\\":{"\\(\\)\\":{"\\\\@_\\-+)/variations":{"endpoints":{"0":{"args":{"stylesheet":{"description":"The theme identifier"}}}}}}},"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"endpoints":{"0":{"args":{"stylesheet":{"description":"The theme identifier"}}}}}}}}},"/wp/v2/themes/(?P<stylesheet>":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"endpoints":{"0":{"args":{"stylesheet":{"description":"The theme's stylesheet. This uniquely identifies the theme."}}}}}}}}},"/wp-abilities/v1/categories/(?P<slug>":{"a-z0-9+(?:-":{"a-z0-9+)*)":{"endpoints":{"0":{"args":{"slug":{"description":"The unique identifier for the ability category."}}}}}}},"/wp-abilities/v1/abilities/(?P<name>":{"a-zA-Z0-9\\-\\/+?)/run":{"endpoints":{"0":{"args":{"name":{"description":"Unique identifier for the ability."},"input":{"description":"Input parameters for executing the ability."}}}}},"a-zA-Z0-9\\-\\/+)":{"endpoints":{"0":{"args":{"name":{"description":"Unique identifier for the ability."}}}}}}},"site_logo":0,"site_icon":74,"site_icon_url":"https://lipnodreams.com/wp-content/uploads/2022/11/favi-01.png","_links":{"help":[{"href":"https://developer.wordpress.org/rest-api/"}],"wp:featuredmedia":[{"embeddable":true,"type":"site_icon","href":"https://lipnodreams.com/wp-json/wp/v2/media/74"}],"curies":[{"name":"wp","href":"https://api.w.org/{rel}","templated":true}]}}