{"id":48282,"date":"2026-08-07T01:44:59","date_gmt":"2026-08-07T01:44:59","guid":{"rendered":"https:\/\/topinfoz.com\/?p=48282"},"modified":"2026-08-07T01:45:00","modified_gmt":"2026-08-07T01:45:00","slug":"app-zum-erstellen-eines-professionellen-lebenslaufs-auf-ihrem-mobiltelefon","status":"publish","type":"post","link":"https:\/\/topinfoz.com\/de\/aplicativo-para-montar-um-curriculo-profissional-pelo-celular\/","title":{"rendered":"App zur Erstellung eines professionellen Lebenslaufs auf Ihrem Mobiltelefon."},"content":{"rendered":"<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Ein aktueller und professioneller Lebenslauf kann entscheidend daf\u00fcr sein, ob Sie eine Jobchance bekommen oder nicht. Die PDF-Lebenslauf-App l\u00f6st dieses Problem direkt auf Ihrem Smartphone. Die App f\u00fchrt Sie durch einen einfachen Ausf\u00fcllensprozess und erstellt in wenigen Minuten ein versandfertiges Dokument. Unten finden Sie den Link zum Herunterladen der App, damit Sie Ihren Lebenslauf jetzt gleich erstellen k\u00f6nnen.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/HBAuTtzpXGCf5u4cOt8e-fku5d8jYeW_1EEIEoV4Fr4_vBvY71BtlzmzSkTQ60euKp1nq0SZpqj6ym2ofAhM8g=w240-h480-rw\" alt=\"Erstellen Sie einen PDF-Lebenslauf\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Erstellen Sie einen PDF-Lebenslauf<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">77.202 Bewertungen<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5 Meilen+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">Downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/topinfoz.com\/de\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.danoa.resumemaker&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Auf Google Play installieren\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p class=\"wp-block-paragraph\">Die PDF-Lebenslauf-App vereinfacht die Erstellung Ihres Lebenslaufs. Anstatt Kenntnisse in Textverarbeitungsprogrammen oder Design-Tools vorauszusetzen, gliedert die Anwendung alles in \u00fcbersichtliche Schritte: pers\u00f6nliche Daten, Berufserfahrung, akademischer Werdegang, Qualifikationen und erg\u00e4nzende Informationen. F\u00fcllen Sie einfach die Felder aus, und das Dokument wird automatisch im professionellen Format generiert.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eine der Hauptattraktionen der App ist die Vielfalt der verf\u00fcgbaren Vorlagen. Es gibt verschiedene Layouts mit unterschiedlichen Farbkombinationen, Schriftarten und Abschnittsanordnungen, sodass der Nutzer ein eher traditionelles Erscheinungsbild f\u00fcr Positionen in Unternehmen oder ein moderneres f\u00fcr kreative Bereiche w\u00e4hlen kann. Diese Flexibilit\u00e4t verhindert, dass der Lebenslauf \u2013 selbst bei Verwendung einer vorgefertigten Vorlage \u2013 standardisiert wirkt.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Benutzerfreundlichkeit ist ein weiterer Pluspunkt des PDF-Lebenslaufs. Die Oberfl\u00e4che ist \u00fcbersichtlich und intuitiv gestaltet, ohne komplizierte Men\u00fcs oder unn\u00f6tige Schritte. Dadurch ist der Prozess auch f\u00fcr diejenigen zug\u00e4nglich, die noch nie mit einer solchen Anwendung gearbeitet haben. Jeder Abschnitt des Lebenslaufs kann separat bearbeitet werden, was schnelle Anpassungen erm\u00f6glicht, wenn Informationen aktualisiert oder das Dokument an eine bestimmte Stellenanzeige angepasst werden muss.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die App zeichnet sich au\u00dferdem durch den direkten Export in PDF aus, ein Format, das von den meisten Unternehmen und Recruiting-Systemen akzeptiert wird. Dadurch werden Formatierungsprobleme vermieden, die h\u00e4ufig auftreten, wenn ein Lebenslauf auf einem anderen Ger\u00e4t als dem, auf dem er erstellt wurde, ge\u00f6ffnet wird \u2013 ein bekanntes Problem bei Dokumenten, die mit herk\u00f6mmlichen Textverarbeitungsprogrammen erstellt wurden.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr alle, die zum ersten Mal einen Lebenslauf erstellen, bietet die App Tipps zum Ausf\u00fcllen der einzelnen Abschnitte und hilft so, die Informationen strategischer zu strukturieren. Diese Unterst\u00fctzung ist besonders hilfreich f\u00fcr diejenigen, die Fragen zur Beschreibung beruflicher Erfahrungen oder zur Auswahl der hervorzuhebenden F\u00e4higkeiten haben. Dadurch wird der Prozess strukturierter und weniger aufwendig als das blo\u00dfe Ausf\u00fcllen leerer Felder.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Leistungsf\u00e4higkeit der App ist ebenfalls hervorzuheben: Der Lebenslauf wird in Echtzeit generiert und aktualisiert, sobald Daten eingegeben werden \u2013 ohne Abst\u00fcrze oder Verz\u00f6gerungen beim Export des fertigen Dokuments. So l\u00e4sst sich in nur wenigen Minuten ein vollst\u00e4ndiger Lebenslauf erstellen, ideal f\u00fcr alle, die sich dringend bewerben m\u00fcssen und keine Zeit f\u00fcr komplexere Tools haben.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ein weiterer Vorteil ist die M\u00f6glichkeit, verschiedene Versionen Ihres Lebenslaufs direkt in der App zu speichern. So k\u00f6nnen Sie ein umfassenderes Dokument f\u00fcr den allgemeinen Gebrauch und weitere, zielgerichtete Versionen f\u00fcr bestimmte Stellen oder Bereiche erstellen, ohne Ihren Lebenslauf f\u00fcr jede neue Bewerbung komplett neu gestalten zu m\u00fcssen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Anwendung h\u00e4lt, was sie verspricht: Schnelligkeit und Praktikabilit\u00e4t bei der Erstellung eines wichtigen Dokuments f\u00fcr den Arbeitsmarkt. Dank des Wegfalls unn\u00f6tiger Schritte und der automatischen Generierung eines professionell formatierten PDFs ist der PDF-Lebenslauf eine gute Wahl f\u00fcr alle, die diese Aufgabe schnell und dennoch professionell erledigen m\u00f6chten.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ob f\u00fcr die erste Bewerbung oder die Aktualisierung eines bestehenden Lebenslaufs \u2013 die App bietet eine Komplettl\u00f6sung direkt vom Mobiltelefon aus, ohne dass Vorkenntnisse im Umgang mit Design-Tools oder der Bearbeitung von Dokumenten erforderlich sind.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/HBAuTtzpXGCf5u4cOt8e-fku5d8jYeW_1EEIEoV4Fr4_vBvY71BtlzmzSkTQ60euKp1nq0SZpqj6ym2ofAhM8g=w240-h480-rw\" alt=\"Erstellen Sie einen PDF-Lebenslauf\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Erstellen Sie einen PDF-Lebenslauf<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">77.202 Bewertungen<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5 Meilen+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">Downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/topinfoz.com\/de\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.danoa.resumemaker&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Auf Google Play installieren\n                    <\/a>\n                                        \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Ter um curr\u00edculo atualizado e profissional pode ser a diferen\u00e7a entre conseguir ou perder uma oportunidade de emprego, e o Curr\u00edculo Vitae em PDF resolve isso direto do celular. O aplicativo guia o usu\u00e1rio por um processo simples de preenchimento, gerando um documento pronto para envio em poucos minutos. Logo abaixo, voc\u00ea encontra o link &#8230; <a title=\"App zur Erstellung eines professionellen Lebenslaufs auf Ihrem Mobiltelefon.\" class=\"read-more\" href=\"https:\/\/topinfoz.com\/de\/aplicativo-para-montar-um-curriculo-profissional-pelo-celular\/\" aria-label=\"Mehr Informationen \u00fcber Aplicativo para montar um curr\u00edculo profissional pelo celular\">mehr lesen<\/a><\/p>","protected":false},"author":1,"featured_media":48285,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,9],"tags":[],"class_list":["post-48282","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos","category-utilidades"],"_links":{"self":[{"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/posts\/48282","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/comments?post=48282"}],"version-history":[{"count":2,"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/posts\/48282\/revisions"}],"predecessor-version":[{"id":48287,"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/posts\/48282\/revisions\/48287"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/media\/48285"}],"wp:attachment":[{"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/media?parent=48282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/categories?post=48282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/topinfoz.com\/de\/wp-json\/wp\/v2\/tags?post=48282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}