{"id":174,"date":"2026-08-11T19:35:13","date_gmt":"2026-08-11T18:35:13","guid":{"rendered":"https:\/\/andreasespenes.no\/?page_id=174"},"modified":"2026-08-11T19:46:49","modified_gmt":"2026-08-11T18:46:49","slug":"vilkar-og-rettigheter","status":"publish","type":"page","link":"https:\/\/andreasespenes.no\/en\/vilkar-og-rettigheter\/","title":{"rendered":"Terms and rights"},"content":{"rendered":"<style>\n  \/* =========================================================\n     VILK\u00c5R OG RETTIGHETER\n     Andreas Sautter Espenes\n     ========================================================= *\/\n\n  .rights-page,\n  .rights-page * {\n    box-sizing: border-box;\n  }\n\n  .rights-page {\n    --vr-dark: #211a15;\n    --vr-text: #665b52;\n    --vr-muted: #8a7d72;\n\n    --vr-gold: #b8944d;\n    --vr-gold-light: #d8ba77;\n    --vr-gold-dark: #80602d;\n\n    --vr-white: #fffdf9;\n\n    position: relative;\n    left: 50%;\n\n    width: 100vw;\n    margin-left: -50vw;\n\n    overflow: hidden;\n\n    color: var(--vr-dark);\n\n    background:\n      radial-gradient(\n        circle at 12% 10%,\n        rgba(184, 148, 77, 0.08),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 90% 82%,\n        rgba(91, 64, 47, 0.055),\n        transparent 29%\n      ),\n      linear-gradient(\n        120deg,\n        #fbf7f0 0%,\n        #f5eee4 56%,\n        #eee4d6 100%\n      );\n\n    font-family: inherit;\n  }\n\n\n  \/* =========================================================\n     HOVEDINNHOLD\n     ========================================================= *\/\n\n  .rights-page__inner {\n    position: relative;\n    z-index: 2;\n\n    width: min(940px, calc(100% - 44px));\n\n    margin: 0 auto;\n\n    padding: 76px 0 82px;\n  }\n\n\n  \/* =========================================================\n     HEADER\n     ========================================================= *\/\n\n  .rights-page__header {\n    max-width: 780px;\n\n    margin: 0 auto 43px;\n\n    text-align: center;\n  }\n\n  .rights-page__eyebrow {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    gap: 11px;\n\n    margin: 0 0 13px !important;\n\n    color: var(--vr-gold-dark);\n\n    font-size: 14px;\n    font-weight: 800;\n\n    line-height: 1.3;\n\n    letter-spacing: 0.14em;\n\n    text-transform: uppercase;\n  }\n\n  .rights-page__eyebrow::before,\n  .rights-page__eyebrow::after {\n    content: \"\";\n\n    width: 30px;\n    height: 1px;\n\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        var(--vr-gold)\n      );\n  }\n\n  .rights-page__eyebrow::after {\n    background:\n      linear-gradient(\n        90deg,\n        var(--vr-gold),\n        transparent\n      );\n  }\n\n  .rights-page__title {\n    margin: 0 0 17px !important;\n\n    color: var(--vr-dark);\n\n    font-size: clamp(39px, 4.5vw, 56px);\n\n    font-weight: 800;\n\n    line-height: 1.06;\n\n    letter-spacing: -0.035em;\n  }\n\n  .rights-page__lead {\n    max-width: 720px;\n\n    margin: 0 auto !important;\n\n    color: var(--vr-text);\n\n    font-size: 16px;\n\n    line-height: 1.72;\n  }\n\n  .rights-page__updated {\n    margin: 17px 0 0 !important;\n\n    color: var(--vr-muted);\n\n    font-size: 11px;\n\n    line-height: 1.5;\n\n    letter-spacing: 0.04em;\n  }\n\n\n  \/* =========================================================\n     INNHOLDSOVERSIKT\n     ========================================================= *\/\n\n  .rights-page__toc {\n    display: flex;\n    flex-wrap: wrap;\n\n    justify-content: center;\n\n    gap: 8px;\n\n    margin: 0 0 34px;\n\n    padding: 20px;\n\n    border:\n      1px solid rgba(128, 96, 45, 0.15);\n\n    border-radius: 18px;\n\n    background:\n      rgba(255, 253, 249, 0.54);\n  }\n\n  .rights-page__toc a {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    min-height: 34px;\n\n    padding: 6px 12px;\n\n    border:\n      1px solid rgba(128, 96, 45, 0.18);\n\n    border-radius: 999px;\n\n    background:\n      rgba(255, 255, 255, 0.45);\n\n    color: #705a36 !important;\n\n    font-size: 10px;\n    font-weight: 800;\n\n    line-height: 1.3;\n\n    text-decoration: none !important;\n\n    transition:\n      background 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .rights-page__toc a:hover {\n    border-color: var(--vr-gold);\n\n    background:\n      rgba(255, 255, 255, 0.85);\n  }\n\n\n  \/* =========================================================\n     SEKSJONER\n     ========================================================= *\/\n\n  .rights-page__sections {\n    display: grid;\n\n    gap: 15px;\n  }\n\n  .rights-section {\n    position: relative;\n\n    padding: 30px 32px;\n\n    border:\n      1px solid rgba(128, 96, 45, 0.14);\n\n    border-radius: 20px;\n\n    background:\n      rgba(255, 253, 249, 0.78);\n\n    box-shadow:\n      0 15px 38px rgba(65, 45, 28, 0.055);\n  }\n\n  .rights-section::before {\n    content: \"\";\n\n    position: absolute;\n\n    top: 0;\n    left: 31px;\n\n    width: 64px;\n    height: 2px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--vr-gold-dark),\n        var(--vr-gold-light)\n      );\n  }\n\n\n  \/* =========================================================\n     TYPOGRAFI\n     ========================================================= *\/\n\n  .rights-section h2 {\n    margin: 0 0 13px !important;\n\n    color: var(--vr-dark) !important;\n\n    font-size: 22px;\n\n    font-weight: 800;\n\n    line-height: 1.3;\n\n    letter-spacing: -0.02em;\n  }\n\n  .rights-section h3 {\n    margin: 21px 0 8px !important;\n\n    color: #4d3d31 !important;\n\n    font-size: 16px;\n\n    font-weight: 800;\n\n    line-height: 1.4;\n  }\n\n  .rights-section p {\n    margin: 0 0 13px !important;\n\n    color: var(--vr-text);\n\n    font-size: 14px;\n\n    line-height: 1.72;\n  }\n\n  .rights-section p:last-child {\n    margin-bottom: 0 !important;\n  }\n\n  .rights-section ul {\n    margin: 10px 0 14px 19px;\n\n    padding: 0;\n\n    color: var(--vr-text);\n\n    font-size: 14px;\n\n    line-height: 1.72;\n  }\n\n  .rights-section li {\n    margin-bottom: 6px;\n  }\n\n  .rights-section a {\n    color: var(--vr-gold-dark) !important;\n\n    font-weight: 700;\n\n    text-decoration: underline;\n\n    text-decoration-color:\n      rgba(128, 96, 45, 0.35);\n\n    text-underline-offset: 3px;\n  }\n\n  .rights-section strong {\n    color: #44362c;\n  }\n\n\n  \/* =========================================================\n     MERKEVAREBOKS\n     ========================================================= *\/\n\n  .rights-trademark-box {\n    margin-top: 18px;\n\n    padding: 22px 24px;\n\n    border:\n      1px solid rgba(184, 148, 77, 0.23);\n\n    border-radius: 15px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(184, 148, 77, 0.07),\n        rgba(255, 255, 255, 0.44)\n      );\n  }\n\n  .rights-trademark-box p {\n    margin: 0 !important;\n\n    color: #5c4d40;\n  }\n\n\n  \/* =========================================================\n     COPYRIGHT-BOKS\n     ========================================================= *\/\n\n  .rights-copyright {\n    display: flex;\n\n    align-items: center;\n\n    gap: 14px;\n\n    margin-top: 16px;\n\n    padding: 17px 20px;\n\n    border-left:\n      3px solid var(--vr-gold);\n\n    border-radius:\n      0 12px 12px 0;\n\n    background:\n      rgba(128, 96, 45, 0.055);\n  }\n\n  .rights-copyright__symbol {\n    flex: 0 0 auto;\n\n    color: var(--vr-gold-dark);\n\n    font-size: 26px;\n    font-weight: 700;\n\n    line-height: 1;\n  }\n\n  .rights-copyright p {\n    margin: 0 !important;\n\n    font-size: 13px;\n  }\n\n\n  \/* =========================================================\n     KONTAKTBOKS\n     ========================================================= *\/\n\n  .rights-contact {\n    margin-top: 15px;\n\n    padding: 31px 32px;\n\n    border:\n      1px solid rgba(200, 162, 91, 0.24);\n\n    border-radius: 20px;\n\n    background:\n      radial-gradient(\n        circle at 90% 20%,\n        rgba(189, 151, 80, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #171310,\n        #251914\n      );\n\n    color: #eee6dc;\n\n    text-align: center;\n  }\n\n  .rights-contact h2 {\n    margin: 0 0 10px !important;\n\n    color: #f3ebe1 !important;\n\n    font-size: 22px;\n\n    font-weight: 800;\n\n    line-height: 1.3;\n  }\n\n  .rights-contact p {\n    max-width: 650px;\n\n    margin: 0 auto 19px !important;\n\n    color: #c9beb3;\n\n    font-size: 14px;\n\n    line-height: 1.65;\n  }\n\n  .rights-contact__button {\n    display: inline-flex;\n\n    min-height: 46px;\n\n    align-items: center;\n    justify-content: center;\n\n    padding: 10px 20px;\n\n    border:\n      1px solid var(--vr-gold);\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        135deg,\n        #d0aa61,\n        #9d7636\n      );\n\n    color: #171008 !important;\n\n    font-size: 12px;\n\n    font-weight: 800;\n\n    text-decoration: none !important;\n\n    transition:\n      transform 0.2s ease;\n  }\n\n  .rights-contact__button:hover {\n    transform: translateY(-2px);\n  }\n\n\n  \/* =========================================================\n     MOBIL\n     ========================================================= *\/\n\n  @media (max-width: 600px) {\n\n    .rights-page__inner {\n      width: calc(100% - 34px);\n\n      padding: 52px 0 57px;\n    }\n\n    .rights-page__header {\n      margin-bottom: 31px;\n    }\n\n    .rights-page__eyebrow {\n      font-size: 11px;\n    }\n\n    .rights-page__eyebrow::before,\n    .rights-page__eyebrow::after {\n      width: 20px;\n    }\n\n    .rights-page__title {\n      font-size:\n        clamp(34px, 10vw, 44px);\n    }\n\n    .rights-page__lead {\n      font-size: 15px;\n    }\n\n    .rights-page__toc {\n      justify-content: flex-start;\n\n      padding: 15px;\n    }\n\n    .rights-section {\n      padding: 26px 21px;\n\n      border-radius: 17px;\n    }\n\n    .rights-section::before {\n      left: 21px;\n    }\n\n    .rights-section h2 {\n      font-size: 20px;\n    }\n\n    .rights-section p,\n    .rights-section ul {\n      font-size: 13px;\n    }\n\n    .rights-trademark-box {\n      padding: 19px;\n    }\n\n    .rights-copyright {\n      align-items: flex-start;\n    }\n\n    .rights-contact {\n      padding: 27px 21px;\n\n      border-radius: 17px;\n    }\n\n    .rights-contact__button {\n      width: 100%;\n    }\n  }\n\n<\/style>\n\n\n<section class=\"rights-page\">\n\n  <div class=\"rights-page__inner\">\n\n\n    <!-- =====================================================\n         HEADER\n         ===================================================== -->\n\n    <header class=\"rights-page__header\">\n\n      <div class=\"rights-page__eyebrow\">\n        Legal information\n      <\/div>\n\n      <h1 class=\"rights-page__title\">\n        Terms and rights\n      <\/h1>\n\n      <p class=\"rights-page__lead\">\n        This page describes the terms of use of andreasespenes.no and provides information about copyright, trademarks and other rights related to content, projects and creative universes presented on the website.\n      <\/p>\n\n      <p class=\"rights-page__updated\">\n        Last updated: August 11, 2026\n      <\/p>\n\n    <\/header>\n\n\n    <!-- =====================================================\n         INNHOLDSOVERSIKT\n         ===================================================== -->\n\n    <nav\n      class=\"rights-page__toc\"\n      aria-label=\"Content of terms and rights\"\n    >\n\n      <a href=\"#eierskap\">\n        Ownership\n      <\/a>\n\n      <a href=\"#opphavsrett\">\n        Copyright\n      <\/a>\n\n      <a href=\"#varemerker\">\n        Trademarks\n      <\/a>\n\n      <a href=\"#tillatt-bruk\">\n        Permitted use\n      <\/a>\n\n      <a href=\"#tillatelse\">\n        Permission\n      <\/a>\n\n      <a href=\"#eksternt\">\n        External content\n      <\/a>\n\n    <\/nav>\n\n\n    <div class=\"rights-page__sections\">\n\n\n      <!-- ===================================================\n           1\n           =================================================== -->\n\n      <section\n        class=\"rights-section\"\n        id=\"eierskap\"\n      >\n\n        <h2>\n          1. The website and its content\n        <\/h2>\n\n        <p>\n          Andreasespenes.no is the official website of Andreas Sautter Espenes and is used to present his writing, creative projects, book universe, music and other related content.\n        <\/p>\n\n        <p>\n          Unless otherwise expressly stated, the rights to original content on the website belong to Andreas Sautter Espenes, or the content is used with permission from the relevant copyright holder.\n        <\/p>\n\n        <p>\n          The fact that material is published publicly on the website does not in itself mean that the material is freely available for copying, redistribution, commercial use or other exploitation.\n        <\/p>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           2\n           =================================================== -->\n\n      <section\n        class=\"rights-section\"\n        id=\"opphavsrett\"\n      >\n\n        <h2>\n          2. Copyright\n        <\/h2>\n\n        <p>\n          Texts, stories, scripts, illustrations, photographs, graphic material, maps, character designs, music, sound recordings and other creative material may be protected by copyright and other intellectual property rights.\n        <\/p>\n\n        <p>\n          This applies, among other things, to material related to Timbo\u00ae, Falmador\u00ae and music releases and other creative projects presented on the website.\n        <\/p>\n\n        <p>\n          Material protected by copyright may not be copied, republished, distributed, adapted, sold or otherwise exploited without the necessary permission from the copyright holder, unless the use is permitted by applicable law.\n        <\/p>\n\n        <div class=\"rights-copyright\">\n\n          <div class=\"rights-copyright__symbol\">\n            \u00a9\n          <\/div>\n\n          <p>\n            <strong>\n              2026 Andreas Sautter Espenes.\n            <\/strong>\n            All rights reserved, with the limitations and exceptions provided for by applicable law.\n          <\/p>\n\n        <\/div>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           3\n           =================================================== -->\n\n      <section\n        class=\"rights-section\"\n        id=\"varemerker\"\n      >\n\n        <h2>\n          3. Trademarks\n        <\/h2>\n\n        <p>\n          <strong>Timbo\u00ae<\/strong> and\n          <strong>Falmador\u00ae<\/strong> are registered trademarks of Andreas Sautter Espenes.\n        <\/p>\n\n        <p>\n          The trademarks are used, among other things, as characteristics of the respective creative universes and associated products, services and projects within the areas covered by the trademark registrations.\n        <\/p>\n\n        <p>\n          Use of names, logos or other distinguishing marks in a manner that may give the impression of commercial affiliation, approval, collaboration or official connection requires permission when such use is covered by trademark law.\n        <\/p>\n\n        <div class=\"rights-trademark-box\">\n\n          <p>\n            <strong>The \u00ae symbol<\/strong> indicates that the relevant trademark is registered. Logos, figures and other visual material may also be protected by copyright, trademark law or other rights.\n          <\/p>\n\n        <\/div>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           4\n           =================================================== -->\n\n      <section\n        class=\"rights-section\"\n        id=\"tillatt-bruk\"\n      >\n\n        <h2>\n          4. Permitted use\n        <\/h2>\n\n        <p>\n          You can of course visit the website, read the content, follow links and share links to public pages on the website.\n        <\/p>\n\n        <p>\n          Shorter quotes may be used when the conditions for this follow from applicable law, including requirements for good practice and source citation where relevant.\n        <\/p>\n\n        <p>\n          These terms do not limit rights or exemptions that arise from mandatory legislation.\n        <\/p>\n\n        <h3>\n          Examples of uses that normally require permission\n        <\/h3>\n\n        <ul>\n          <li>\n            publication of all or substantial parts of texts, stories or scripts\n          <\/li>\n\n          <li>\n            use of illustrations, character designs or maps in your own products or publications\n          <\/li>\n\n          <li>\n            commercial use of graphics, photographs or other material from the website\n          <\/li>\n\n          <li>\n            production or sale of products based on Timbo\u00ae, Falmador\u00ae or related characteristics\n          <\/li>\n\n          <li>\n            use that may lead others to believe that a product, project or business is officially affiliated with, endorsed by or in collaboration with Andreas Sautter Espenes\n          <\/li>\n\n        <\/ul>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           5\n           =================================================== -->\n\n      <section class=\"rights-section\">\n\n        <h2>\n          5. Pictures, illustrations and other visual material\n        <\/h2>\n\n        <p>\n          Images and illustrations on the website should not be considered free image material simply because they can be viewed or saved through a browser.\n        <\/p>\n\n        <p>\n          The rights may belong to Andreas Sautter Espenes, an illustrator, photographer, designer or other rights holder, depending on the material in question.\n        <\/p>\n\n        <p>\n          If you wish to use an image, illustration, map, logo or other visual material outside the website, you should therefore ask for permission first.\n        <\/p>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           6\n           =================================================== -->\n\n      <section class=\"rights-section\">\n\n        <h2>\n          6. Music and sound\n        <\/h2>\n\n        <p>\n          Music, lyrics, recordings, cover material and other music-related content presented or discussed on the website may be protected by copyright and related rights.\n        <\/p>\n\n        <p>\n          The fact that music can be streamed through Spotify, YouTube or other services does not mean that the music or associated material can be copied or used freely outside of the rights and licenses that apply to the relevant service and release.\n        <\/p>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           7\n           =================================================== -->\n\n      <section\n        class=\"rights-section\"\n        id=\"tillatelse\"\n      >\n\n        <h2>\n          7. Request for use of material\n        <\/h2>\n\n        <p>\n          If you wish to use material from the website for press, publicity, teaching, collaboration, commercial projects or other purposes, you are welcome to contact us.\n        <\/p>\n\n        <p>\n          A request should, as far as possible, describe:\n        <\/p>\n\n        <ul>\n          <li>what material you want to use<\/li>\n          <li>where the material will be used<\/li>\n          <li>the purpose of use<\/li>\n          <li>whether the use is commercial<\/li>\n          <li>how long the material will be available<\/li>\n        <\/ul>\n\n        <p>\n          Permission is not considered granted until this has been expressly agreed.\n        <\/p>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           8\n           =================================================== -->\n\n      <section\n        class=\"rights-section\"\n        id=\"eksternt\"\n      >\n\n        <h2>\n          8. External services and links\n        <\/h2>\n\n        <p>\n          The website may contain links to or embedded content from external services, including Spotify, YouTube and social media.\n        <\/p>\n\n        <p>\n          The content, availability, functionality and terms of such services are controlled by the relevant third party.\n        <\/p>\n\n        <p>\n          A link to an external website does not necessarily imply a recommendation, approval or affiliation beyond what is expressly stated in the context.\n        <\/p>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           9\n           =================================================== -->\n\n      <section class=\"rights-section\">\n\n        <h2>\n          9. Information on the website\n        <\/h2>\n\n        <p>\n          Reasonable efforts are made to keep the information on the website correct and up-to-date.\n        <\/p>\n\n        <p>\n          However, creative projects may be under development, and titles, descriptions, illustrations, launch plans, products, and other project content may therefore change over time.\n        <\/p>\n\n        <p>\n          Information about upcoming projects or plans should not be understood as a guarantee that a particular product, work or project will be launched at a particular time.\n        <\/p>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           10\n           =================================================== -->\n\n      <section class=\"rights-section\">\n\n        <h2>\n          10. Unauthorized or Misleading Use\n        <\/h2>\n\n        <p>\n          If content, names, logos or other material is used without the necessary permission or in a way that violates applicable rights, you may be asked to stop using it or remove the material.\n        <\/p>\n\n        <p>\n          This also applies to use that misleadingly gives the impression of being official, authorized, or affiliated with the projects on this website.\n        <\/p>\n\n      <\/section>\n\n\n      <!-- ===================================================\n           11\n           =================================================== -->\n\n      <section class=\"rights-section\">\n\n        <h2>\n          11. Changes\n        <\/h2>\n\n        <p>\n          These terms may be updated if the website, projects or relevant services change.\n        <\/p>\n\n        <p>\n          The latest version will be available on this page, and the date at the top shows when the text was last updated.\n        <\/p>\n\n      <\/section>\n\n\n    <\/div>\n\n\n    <!-- =====================================================\n         KONTAKT\n         ===================================================== -->\n\n    <div class=\"rights-contact\">\n\n      <h2>\n        Do you want to use some of the content?\n      <\/h2>\n\n      <p>\n        Please contact us if you would like permission to use text, images, illustrations, music, trademarks or other material from the website.\n      <\/p>\n\n      <a\n        class=\"rights-contact__button\"\n        href=\"mailto:espenes.entertainment@gmail.com?subject=Foresp\u00f8rsel%20om%20rettigheter%20og%20bruk\"\n      >\n        Send inquiry\n      <\/a>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Juridisk informasjon Vilk\u00e5r og rettigheter Denne siden beskriver vilk\u00e5rene for bruk av andreasespenes.no og gir informasjon om opphavsrett, varemerker og andre rettigheter knyttet til innhold, prosjekter og kreative univers som presenteres p\u00e5 nettstedet. Sist oppdatert: 11. august 2026 Eierskap Opphavsrett Varemerker Tillatt bruk Tillatelse Eksternt innhold 1. Nettstedet og innholdet Andreasespenes.no er det offisielle nettstedet&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-174","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages\/174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/comments?post=174"}],"version-history":[{"count":3,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages\/174\/revisions"}],"predecessor-version":[{"id":179,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages\/174\/revisions\/179"}],"wp:attachment":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/media?parent=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}