{"id":38995,"date":"2026-04-20T15:25:50","date_gmt":"2026-04-20T13:25:50","guid":{"rendered":"https:\/\/www.recharge.com\/blog\/is-your-game-crossplay-instant-checker-for-50-games-2025"},"modified":"2026-04-20T15:25:50","modified_gmt":"2026-04-20T13:25:50","slug":"is-your-game-crossplay-instant-checker-for-50-games-2025","status":"publish","type":"post","link":"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025","title":{"rendered":"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]"},"content":{"rendered":"\n\n<style>\n.cp-tool *, .cp-tool *::before, .cp-tool *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.cp-tool {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 16px;\n    color: #1F2226;\n}\n\n\/* Hero *\/\n.cp-hero {\n    background: linear-gradient(135deg, #1a4d3f, #0d2821);\n    padding: 24px 20px;\n    border-radius: 16px;\n    margin-bottom: 20px;\n    text-align: center;\n}\n.cp-hero h1 { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 8px; }\n.cp-hero h1 span { background: linear-gradient(90deg, #07F288, #99EEFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n.cp-hero p { color: #DCE3F4; font-size: 14px; margin-bottom: 20px; }\n\n\/* Search *\/\n.cp-search-wrap { position: relative; max-width: 400px; margin: 0 auto 20px; }\n.cp-search-wrap input {\n    width: 100%;\n    padding: 14px 20px 14px 48px;\n    font-size: 16px;\n    border: 2px solid rgba(7,242,136,0.3);\n    border-radius: 50px;\n    background: rgba(255,255,255,0.1);\n    color: #fff;\n    outline: none;\n}\n.cp-search-wrap input::placeholder { color: rgba(255,255,255,0.6); }\n.cp-search-wrap input:focus { border-color: #07F288; }\n.cp-search-wrap .cp-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); font-size: 18px; }\n\n\/* Quick Answer *\/\n.cp-quick { background: rgba(7,242,136,0.15); border: 2px solid #07F288; border-radius: 12px; padding: 16px; margin-top: 16px; text-align: left; display: none; }\n.cp-quick.show { display: block; }\n.cp-quick h3 { color: #fff; font-size: 18px; margin-bottom: 6px; }\n.cp-quick .cp-status { font-weight: 600; margin-bottom: 10px; }\n.cp-quick .cp-status.yes { color: #07F288; }\n.cp-quick .cp-status.partial { color: #FFB347; }\n.cp-quick .cp-status.no { color: #FF6B6B; }\n.cp-quick .cp-tags { display: flex; flex-wrap: wrap; gap: 6px; }\n.cp-quick .cp-tag { background: rgba(255,255,255,0.2); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 12px; }\n\n\/* Stats *\/\n.cp-stats { display: flex; justify-content: center; gap: 32px; margin-top: 20px; }\n.cp-stat-num { display: block; font-size: 22px; font-weight: 700; color: #07F288; }\n.cp-stat-label { font-size: 12px; color: #DCE3F4; }\n\n\/* Filters *\/\n.cp-filters { display: flex; gap: 8px; margin-bottom: 20px; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }\n.cp-filters::-webkit-scrollbar { display: none; }\n.cp-filters button {\n    flex-shrink: 0;\n    padding: 10px 16px;\n    border: 2px solid #DCE3F4;\n    background: #fff;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #1F2226;\n    cursor: pointer;\n    white-space: nowrap;\n}\n.cp-filters button:hover { border-color: #07F288; }\n.cp-filters button.active { background: #07F288; border-color: #07F288; }\n\n\/* GRID - 1 column mobile, 2 columns desktop *\/\n.cp-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-bottom: 32px;\n}\n\n@media (min-width: 640px) {\n    .cp-grid { grid-template-columns: 1fr 1fr; gap: 16px; }\n    .cp-hero h1 { font-size: 32px; }\n}\n\n\/* Card *\/\n.cp-card {\n    background: #fff;\n    border: 2px solid #DCE3F4;\n    border-radius: 12px;\n    padding: 14px;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    transition: border-color 0.2s, box-shadow 0.2s;\n}\n.cp-card:hover { border-color: #07F288; box-shadow: 0 4px 16px rgba(7,242,136,0.15); }\n.cp-card-icon {\n    width: 48px; height: 48px;\n    background: linear-gradient(135deg, #07F288, #99EEFF);\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 24px;\n    flex-shrink: 0;\n}\n.cp-card-info { flex: 1; min-width: 0; overflow: hidden; }\n.cp-card-name { font-size: 15px; font-weight: 700; color: #1F2226; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }\n.cp-card-genre { font-size: 12px; color: #738A8C; }\n.cp-badge { flex-shrink: 0; padding: 6px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; }\n.cp-badge.yes { background: rgba(7,242,136,0.15); color: #05C66E; }\n.cp-badge.partial { background: rgba(255,179,71,0.15); color: #D4860A; }\n.cp-badge.no { background: rgba(255,107,107,0.15); color: #D64545; }\n\n\/* No Results *\/\n.cp-empty { text-align: center; padding: 40px; color: #738A8C; display: none; }\n.cp-empty.show { display: block; }\n.cp-empty-icon { font-size: 48px; margin-bottom: 12px; opacity: 0.5; }\n\n\/* FAQ *\/\n.cp-faq-section { margin-top: 32px; }\n.cp-faq-section h2 { font-size: 20px; font-weight: 700; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 3px solid #07F288; display: inline-block; }\n\n.cp-faq { background: #fff; border: 2px solid #DCE3F4; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }\n.cp-faq-head { padding: 14px; cursor: pointer; display: flex; align-items: center; gap: 12px; background: #F4F6F6; }\n.cp-faq-head .cp-card-icon { width: 40px; height: 40px; font-size: 20px; }\n.cp-faq-head h3 { flex: 1; font-size: 14px; font-weight: 700; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }\n.cp-faq-arrow { font-size: 14px; color: #738A8C; transition: transform 0.3s; flex-shrink: 0; }\n.cp-faq.open .cp-faq-arrow { transform: rotate(180deg); }\n\n.cp-faq-body { max-height: 0; overflow: hidden; transition: max-height 0.3s; }\n.cp-faq.open .cp-faq-body { max-height: 500px; }\n.cp-faq-content { padding: 16px; }\n\n.cp-info-row { display: flex; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }\n.cp-info-box { background: #F4F6F6; padding: 10px 14px; border-radius: 8px; flex: 1; min-width: 120px; }\n.cp-info-label { font-size: 10px; color: #738A8C; text-transform: uppercase; font-weight: 600; margin-bottom: 4px; }\n.cp-info-value { font-size: 14px; color: #1F2226; font-weight: 600; }\n\n.cp-faq-text { font-size: 14px; color: #40454C; line-height: 1.6; margin-bottom: 12px; }\n.cp-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }\n.cp-platforms span { background: linear-gradient(135deg, #07F288, #99EEFF); color: #1F2226; padding: 6px 14px; border-radius: 50px; font-size: 12px; font-weight: 600; }\n.cp-note { background: #FFF9E6; border-left: 4px solid #FFC107; padding: 12px; border-radius: 0 8px 8px 0; font-size: 13px; color: #856404; }\n\n\/* Footer *\/\n.cp-footer { text-align: center; padding: 20px; color: #738A8C; font-size: 13px; border-top: 1px solid #DCE3F4; margin-top: 32px; }\n<\/style>\n\n<div class=\"cp-tool\" itemscope itemtype=\"https:\/\/schema.org\/WebApplication\">\n    <meta itemprop=\"name\" content=\"Crossplay Checker Tool\">\n    \n    <div class=\"cp-hero\">\n        <h1>Is Your Game <span>Crossplay?<\/span><\/h1>\n        <p>Check 50+ games instantly \u2022 Updated December 2025<\/p>\n        \n        <div class=\"cp-search-wrap\">\n            <span class=\"cp-icon\">\ud83d\udd0d<\/span>\n            <input type=\"text\" id=\"cpSearch\" placeholder=\"Search any game...\">\n        <\/div>\n        \n        <div class=\"cp-quick\" id=\"cpQuick\">\n            <h3 id=\"cpQaGame\"><\/h3>\n            <div class=\"cp-status\" id=\"cpQaStatus\"><\/div>\n            <div class=\"cp-tags\" id=\"cpQaTags\"><\/div>\n        <\/div>\n        \n        <div class=\"cp-stats\">\n            <div><span class=\"cp-stat-num\">50+<\/span><span class=\"cp-stat-label\">Games<\/span><\/div>\n            <div><span class=\"cp-stat-num\">Dec 2025<\/span><span class=\"cp-stat-label\">Updated<\/span><\/div>\n            <div><span class=\"cp-stat-num\">Free<\/span><span class=\"cp-stat-label\">To Use<\/span><\/div>\n        <\/div>\n    <\/div>\n    \n    <div class=\"cp-filters\" id=\"cpFilters\">\n        <button class=\"active\" data-f=\"all\">All Games<\/button>\n        <button data-f=\"yes\">\u2713 Crossplay<\/button>\n        <button data-f=\"partial\">\u26a1 Partial<\/button>\n        <button data-f=\"no\">\u2717 None<\/button>\n        <button data-f=\"shooter\">\ud83c\udfaf Shooters<\/button>\n        <button data-f=\"sports\">\u26bd Sports<\/button>\n        <button data-f=\"rpg\">\u2694\ufe0f RPG<\/button>\n        <button data-f=\"fighting\">\ud83e\udd4a Fighting<\/button>\n        <button data-f=\"coop\">\ud83e\udd1d Co-op<\/button>\n        <button data-f=\"survival\">\ud83c\udfd5\ufe0f Survival<\/button>\n    <\/div>\n    \n    <div class=\"cp-grid\" id=\"cpGrid\"><\/div>\n    \n    <div class=\"cp-empty\" id=\"cpEmpty\">\n        <div class=\"cp-empty-icon\">\ud83c\udfae<\/div>\n        <p>No games found. Try a different search.<\/p>\n    <\/div>\n    \n    <div class=\"cp-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n        <h2>Complete Crossplay Guide<\/h2>\n        <div id=\"cpFaqList\"><\/div>\n    <\/div>\n    \n    <div class=\"cp-footer\">\n        <p>\u2139\ufe0f Crossplay status verified December 2025. Game updates may change availability.<\/p>\n    <\/div>\n<\/div>\n\n<script>\nconst cpData = [\n    { id: 'fortnite', name: 'Fortnite', icon: '\ud83c\udfdd\ufe0f', genre: 'Battle Royale', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch', 'Mobile'], desc: 'Fortnite supports full crossplay across all platforms including mobile.', note: 'V-Bucks on Switch stay locked. iOS returned early 2025.', save: true },\n    { id: 'warzone', name: 'Call of Duty: Warzone', icon: '\ud83e\ude96', genre: 'Battle Royale', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'Warzone features complete crossplay between PC, PlayStation, and Xbox.', note: 'Crossplay can be disabled in settings.', save: true },\n    { id: 'apex-legends', name: 'Apex Legends', icon: '\ud83d\udd37', genre: 'Battle Royale', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch'], desc: 'Apex Legends supports crossplay across all platforms.', note: 'Cross-progression via EA accounts since Season 19.', save: true },\n    { id: 'pubg', name: 'PUBG: Battlegrounds', icon: '\ud83c\udf73', genre: 'Battle Royale', cat: 'shooter', cp: 'partial', status: '\u26a1 Console Only', platforms: ['PS5', 'Xbox Series'], desc: 'PUBG supports crossplay between PlayStation and Xbox only. PC is separate.', note: 'PS4\/Xbox One support ended Nov 2025.', save: false },\n    { id: 'rainbow-six-siege', name: 'Rainbow Six Siege', icon: '\ud83d\udee1\ufe0f', genre: 'Tactical Shooter', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'R6 Siege achieved full PC-to-console crossplay December 3, 2024.', note: 'Cross-progression via Ubisoft Connect.', save: true },\n    { id: 'valorant', name: 'Valorant', icon: '\ud83c\udfaf', genre: 'Tactical Shooter', cat: 'shooter', cp: 'partial', status: '\u26a1 Console Only', platforms: ['PS5', 'Xbox Series'], desc: 'Valorant supports crossplay between PS5 and Xbox only. PC remains separate.', note: 'Console launched Aug 2024.', save: true },\n    { id: 'overwatch-2', name: 'Overwatch 2', icon: '\ud83c\udfae', genre: 'Hero Shooter', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch'], desc: 'Overwatch 2 supports full crossplay for Quick Play and Arcade.', note: 'Ranked separates PC from consoles.', save: true },\n    { id: 'marvel-rivals', name: 'Marvel Rivals', icon: '\ud83e\uddb8', genre: 'Hero Shooter', cat: 'shooter', cp: 'partial', status: '\u26a1 Casual Only', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Marvel Rivals has full crossplay for casual modes only.', note: 'Ranked keeps PC separate.', save: true },\n    { id: 'helldivers-2', name: 'Helldivers 2', icon: '\ud83e\udeb2', genre: 'Co-op Shooter', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Helldivers 2 expanded to Xbox Aug 2025. Full crossplay on all platforms.', note: 'No cross-progression exists.', save: false },\n    { id: 'destiny-2', name: 'Destiny 2', icon: '\ud83c\udf1f', genre: 'Looter Shooter', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'Destiny 2 features full crossplay with cross-save since 2019.', note: 'PvP has optional crossplay toggle.', save: true },\n    { id: 'black-ops-6', name: 'CoD: Black Ops 6', icon: '\ud83d\udd2b', genre: 'FPS', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'Black Ops 6 has full crossplay in multiplayer and Zombies.', note: 'Console Only toggle for ranked.', save: true },\n    { id: 'modern-warfare', name: 'CoD: Modern Warfare III', icon: '\ud83c\udf96\ufe0f', genre: 'FPS', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'Modern Warfare III supports full crossplay via Activision accounts.', note: 'Crossplay toggle in settings.', save: true },\n    { id: 'the-finals', name: 'The Finals', icon: '\ud83c\udfc6', genre: 'FPS', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'The Finals supports full crossplay between PC and current-gen consoles.', note: 'Free-to-play with cross-progression.', save: true },\n    { id: 'hell-let-loose', name: 'Hell Let Loose', icon: '\u2694\ufe0f', genre: 'Tactical Shooter', cat: 'shooter', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Hell Let Loose does not support crossplay between platforms.', note: 'No crossplay plans announced.', save: false },\n    { id: 'battlefront-2', name: 'Star Wars Battlefront 2', icon: '\u2b50', genre: 'Shooter', cat: 'shooter', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4', 'Xbox One'], desc: 'Battlefront 2 has no crossplay. Live service ended April 2020.', note: 'Servers still online.', save: false },\n    { id: 'warframe', name: 'Warframe', icon: '\ud83e\udd16', genre: 'Looter Shooter', cat: 'shooter', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch'], desc: 'Warframe added full crossplay and cross-save in late 2022.', note: 'One of the most complete implementations.', save: true },\n    { id: 'ea-fc-26', name: 'EA FC 26', icon: '\u26bd', genre: 'Football', cat: 'sports', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'EA FC 26 supports crossplay in Ultimate Team and Pro Clubs.', note: 'Pro Clubs crossplay added. Switch isolated.', save: false },\n    { id: 'ea-fc-25', name: 'EA FC 25', icon: '\u26bd', genre: 'Football', cat: 'sports', cp: 'yes', status: '\u2713 Current-Gen', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'EA FC 25 supports crossplay on current-gen platforms.', note: 'Last-gen has separate pool.', save: false },\n    { id: 'madden-25', name: 'Madden NFL 25', icon: '\ud83c\udfc8', genre: 'American Football', cat: 'sports', cp: 'yes', status: '\u2713 Current-Gen', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Madden 25 supports crossplay on current-gen and PC only.', note: 'Last-gen excluded.', save: true },\n    { id: 'nba-2k25', name: 'NBA 2K25', icon: '\ud83c\udfc0', genre: 'Basketball', cat: 'sports', cp: 'partial', status: '\u26a1 Console Only', platforms: ['PS5', 'Xbox Series'], desc: 'NBA 2K25 crossplay is PS5 and Xbox Series only. PC excluded.', note: 'No cross-gen or cross-progression.', save: false },\n    { id: 'rocket-league', name: 'Rocket League', icon: '\ud83d\ude80', genre: 'Vehicular Sports', cat: 'sports', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch'], desc: 'Rocket League has complete crossplay via Epic Games account.', note: 'Cross-platform trading restricted.', save: true },\n    { id: 'rematch', name: 'Rematch', icon: '\u26bd', genre: 'Arcade Football', cat: 'sports', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Rematch added crossplay in September 2025.', note: 'No cross-progression currently.', save: false },\n    { id: 'tekken-8', name: 'Tekken 8', icon: '\ud83d\udc4a', genre: 'Fighting', cat: 'fighting', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Tekken 8 was the first Tekken with crossplay, launching January 2024.', note: 'Opt-in via settings.', save: false },\n    { id: 'street-fighter-6', name: 'Street Fighter 6', icon: '\ud83e\udd4b', genre: 'Fighting', cat: 'fighting', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox Series'], desc: 'Street Fighter 6 offers crossplay including PS4.', note: 'Switch coming June 2025.', save: false },\n    { id: 'mortal-kombat-1', name: 'Mortal Kombat 1', icon: '\ud83d\udc80', genre: 'Fighting', cat: 'fighting', cp: 'partial', status: '\u26a1 No Switch', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'MK1 added Krossplay Feb 2024. Nintendo Switch excluded.', note: 'Supports Kross-Progression via WB Games.', save: true },\n    { id: 'diablo-4', name: 'Diablo 4', icon: '\ud83d\ude08', genre: 'Action RPG', cat: 'rpg', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'Diablo 4 features full crossplay and cross-progression via Battle.net.', note: 'Couch co-op available.', save: true },\n    { id: 'path-of-exile-2', name: 'Path of Exile 2', icon: '\u2694\ufe0f', genre: 'Action RPG', cat: 'rpg', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'PoE 2 launched Dec 2024 with full crossplay and cross-progression.', note: 'Currently in early access.', save: true },\n    { id: 'genshin-impact', name: 'Genshin Impact', icon: '\u2b50', genre: 'Action RPG', cat: 'rpg', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox Series', 'Mobile'], desc: 'Genshin connects PC, PlayStation, Xbox, and mobile.', note: 'Same server region required.', save: true },\n    { id: 'monster-hunter-wilds', name: 'Monster Hunter Wilds', icon: '\ud83e\udd96', genre: 'Action RPG', cat: 'rpg', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Monster Hunter Wilds (Feb 2025) is the first MH with crossplay.', note: 'No cross-progression.', save: false },\n    { id: 'baldurs-gate-3', name: \"Baldur's Gate 3\", icon: '\ud83d\udc09', genre: 'RPG', cat: 'rpg', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'Mac', 'PS5', 'Xbox Series'], desc: \"BG3 added full crossplay with Patch 8 in April 2025.\", note: 'Cross-progression via Larian accounts.', save: true },\n    { id: 'elden-ring', name: 'Elden Ring', icon: '\ud83d\udc8d', genre: 'Action RPG', cat: 'rpg', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'Elden Ring has no crossplay\u2014only cross-gen within same family.', note: 'FromSoftware tradition.', save: false },\n    { id: 'gta-5', name: 'GTA 5 Online', icon: '\ud83d\ude97', genre: 'Action Adventure', cat: 'rpg', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'GTA 5 Online has no crossplay. Platforms have isolated servers.', note: '2025 Enhanced still no crossplay.', save: false },\n    { id: 'minecraft', name: 'Minecraft', icon: '\u26cf\ufe0f', genre: 'Sandbox', cat: 'survival', cp: 'partial', status: '\u26a1 Bedrock Only', platforms: ['Windows', 'PS4\/5', 'Xbox', 'Switch', 'Mobile'], desc: 'Minecraft Bedrock has full crossplay. Java Edition is separate.', note: 'GeyserMC bridges Java servers.', save: true },\n    { id: 'no-mans-sky', name: \"No Man's Sky\", icon: '\ud83d\ude80', genre: 'Exploration', cat: 'survival', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Mac', 'Switch 2'], desc: \"No Man's Sky provides full crossplay across all platforms.\", note: 'Cross-save arrived Nov 2024.', save: true },\n    { id: 'terraria', name: 'Terraria', icon: '\ud83c\udf33', genre: 'Sandbox', cat: 'survival', cp: 'partial', status: '\u26a1 Mobile Only', platforms: ['iOS', 'Android'], desc: 'Terraria has mobile crossplay (iOS\u2194Android) currently.', note: 'Universal crossplay planned after 1.4.5.', save: false },\n    { id: 'ark', name: 'ARK: Survival Evolved', icon: '\ud83e\udd95', genre: 'Survival', cat: 'survival', cp: 'partial', status: '\u26a1 Limited', platforms: ['PC (MS Store)', 'Xbox'], desc: 'ARK: Xbox\u2194Win Store, Steam\u2194Epic. PlayStation isolated.', note: 'ARK 2 expected full crossplay.', save: false },\n    { id: 'the-forest', name: 'The Forest', icon: '\ud83c\udf32', genre: 'Survival Horror', cat: 'survival', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4'], desc: 'The Forest has no crossplay between platforms.', note: 'Sons of the Forest also no crossplay.', save: false },\n    { id: 'valheim', name: 'Valheim', icon: '\u2694\ufe0f', genre: 'Survival', cat: 'survival', cp: 'partial', status: '\u26a1 PC\/Xbox Only', platforms: ['PC (Steam)', 'PC (MS Store)', 'Xbox'], desc: 'Valheim supports crossplay between Steam, MS Store, and Xbox.', note: 'No PlayStation version yet.', save: true },\n    { id: 'dayz', name: 'DayZ', icon: '\ud83e\udddf', genre: 'Survival', cat: 'survival', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox'], desc: 'DayZ has no crossplay. Each platform has separate servers.', note: 'No crossplay plans announced.', save: false },\n    { id: 'deep-rock-galactic', name: 'Deep Rock Galactic', icon: '\u26cf\ufe0f', genre: 'Co-op Shooter', cat: 'coop', cp: 'partial', status: '\u26a1 Platform Families', platforms: ['PC (Steam)', 'PC (MS Store)', 'Xbox', 'PS'], desc: 'DRG: Steam\u2194MS Store\/Xbox together. PlayStation separate.', note: 'PS cannot join PC\/Xbox.', save: false },\n    { id: 'it-takes-two', name: 'It Takes Two', icon: '\ud83d\udc91', genre: 'Co-op Adventure', cat: 'coop', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch'], desc: 'It Takes Two has no crossplay. Same platform required.', note: 'Friend Pass works same platform.', save: false },\n    { id: 'a-way-out', name: 'A Way Out', icon: '\ud83d\udd13', genre: 'Co-op Adventure', cat: 'coop', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4', 'Xbox One'], desc: 'A Way Out has no crossplay between platforms.', note: 'From same studio as It Takes Two.', save: false },\n    { id: 'lethal-company', name: 'Lethal Company', icon: '\ud83d\udc79', genre: 'Co-op Horror', cat: 'coop', cp: 'no', status: '\u2717 PC Only', platforms: ['PC (Steam)'], desc: 'Lethal Company is PC-only on Steam. No console versions.', note: 'Console not announced.', save: false },\n    { id: 'outlast-trials', name: 'The Outlast Trials', icon: '\ud83d\ude31', genre: 'Co-op Horror', cat: 'coop', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Outlast Trials has no crossplay. Separate player pools.', note: 'Requested but no timeline.', save: false },\n    { id: 'dont-starve-together', name: \"Don't Starve Together\", icon: '\ud83d\udd25', genre: 'Survival Co-op', cat: 'coop', cp: 'no', status: '\u2717 No Crossplay', platforms: ['PC', 'PS4', 'Xbox One', 'Switch'], desc: \"DST has no crossplay. Separate servers per platform.\", note: 'PC gets updates first.', save: false },\n    { id: 'grounded', name: 'Grounded', icon: '\ud83d\udc1c', genre: 'Survival Co-op', cat: 'coop', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'Xbox'], desc: 'Grounded supports full crossplay between PC and Xbox.', note: 'No PlayStation version.', save: true },\n    { id: 'among-us', name: 'Among Us', icon: '\ud83d\ude80', genre: 'Social Deduction', cat: 'coop', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch', 'Mobile'], desc: 'Among Us connects all platforms via room codes.', note: 'Cross-progression via account linking.', save: true },\n    { id: 'fall-guys', name: 'Fall Guys', icon: '\ud83e\uded8', genre: 'Party Battle Royale', cat: 'coop', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch', 'Mobile'], desc: 'Fall Guys has full crossplay via Epic Games account.', note: 'Free-to-play since 2022.', save: true },\n    { id: 'phasmophobia', name: 'Phasmophobia', icon: '\ud83d\udc7b', genre: 'Co-op Horror', cat: 'coop', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS5', 'Xbox Series'], desc: 'Phasmophobia added consoles Oct 2024 with day-one crossplay.', note: 'VR and non-VR together. No cross-save.', save: false },\n    { id: 'dead-by-daylight', name: 'Dead by Daylight', icon: '\ud83d\udd2a', genre: 'Asymmetric Horror', cat: 'coop', cp: 'yes', status: '\u2713 Full Crossplay', platforms: ['PC', 'PS4\/5', 'Xbox', 'Switch'], desc: 'DBD supports crossplay on PC, PlayStation, Xbox, Switch.', note: 'Cross-progression since July 2024.', save: true }\n];\n\nfunction renderGrid() {\n    document.getElementById('cpGrid').innerHTML = cpData.map(g => `\n        <div class=\"cp-card\" data-cp=\"${g.cp}\" data-cat=\"${g.cat}\" data-id=\"${g.id}\" data-name=\"${g.name.toLowerCase()}\">\n            <div class=\"cp-card-icon\">${g.icon}<\/div>\n            <div class=\"cp-card-info\">\n                <div class=\"cp-card-name\">${g.name}<\/div>\n                <div class=\"cp-card-genre\">${g.genre}<\/div>\n            <\/div>\n            <span class=\"cp-badge ${g.cp}\">${g.cp === 'yes' ? '\u2713 Yes' : g.cp === 'partial' ? '\u26a1 Partial' : '\u2717 No'}<\/span>\n        <\/div>\n    `).join('');\n}\n\nfunction renderFaq() {\n    document.getElementById('cpFaqList').innerHTML = cpData.map(g => `\n        <div class=\"cp-faq\" id=\"faq-${g.id}\" data-cp=\"${g.cp}\" data-cat=\"${g.cat}\" data-name=\"${g.name.toLowerCase()}\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n            <div class=\"cp-faq-head\" onclick=\"cpToggle('${g.id}')\">\n                <div class=\"cp-card-icon\">${g.icon}<\/div>\n                <h3 itemprop=\"name\">Is ${g.name} Crossplay?<\/h3>\n                <span class=\"cp-badge ${g.cp}\">${g.cp === 'yes' ? '\u2713' : g.cp === 'partial' ? '\u26a1' : '\u2717'}<\/span>\n                <span class=\"cp-faq-arrow\">\u25bc<\/span>\n            <\/div>\n            <div class=\"cp-faq-body\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n                <div class=\"cp-faq-content\" itemprop=\"text\">\n                    <div class=\"cp-info-row\">\n                        <div class=\"cp-info-box\"><div class=\"cp-info-label\">Status<\/div><div class=\"cp-info-value\">${g.status}<\/div><\/div>\n                        <div class=\"cp-info-box\"><div class=\"cp-info-label\">Cross-Save<\/div><div class=\"cp-info-value\">${g.save ? '\u2713 Yes' : '\u2717 No'}<\/div><\/div>\n                    <\/div>\n                    <p class=\"cp-faq-text\">${g.desc}<\/p>\n                    <div class=\"cp-platforms\">${g.platforms.map(p => `<span>${p}<\/span>`).join('')}<\/div>\n                    ${g.note ? `<div class=\"cp-note\">\ud83d\udca1 ${g.note}<\/div>` : ''}\n                <\/div>\n            <\/div>\n        <\/div>\n    `).join('');\n}\n\nfunction cpToggle(id) {\n    const el = document.getElementById('faq-' + id);\n    const open = el.classList.contains('open');\n    document.querySelectorAll('.cp-faq.open').forEach(e => e.classList.remove('open'));\n    if (!open) el.classList.add('open');\n}\n\ndocument.getElementById('cpSearch').addEventListener('input', function(e) {\n    const q = e.target.value.toLowerCase().trim();\n    const qa = document.getElementById('cpQuick');\n    \n    document.querySelectorAll('#cpFilters button').forEach(b => b.classList.remove('active'));\n    document.querySelector('#cpFilters button[data-f=\"all\"]').classList.add('active');\n    \n    if (q.length < 2) {\n        qa.classList.remove('show');\n        document.querySelectorAll('.cp-card, .cp-faq').forEach(e => e.style.display = '');\n        document.getElementById('cpEmpty').classList.remove('show');\n        return;\n    }\n    \n    const match = cpData.find(g => g.name.toLowerCase().includes(q));\n    if (match) {\n        document.getElementById('cpQaGame').textContent = match.name;\n        document.getElementById('cpQaStatus').textContent = match.status;\n        document.getElementById('cpQaStatus').className = 'cp-status ' + match.cp;\n        document.getElementById('cpQaTags').innerHTML = match.platforms.slice(0, 4).map(p => `<span class=\"cp-tag\">${p}<\/span>`).join('');\n        qa.classList.add('show');\n    } else {\n        qa.classList.remove('show');\n    }\n    \n    let count = 0;\n    document.querySelectorAll('.cp-card').forEach(c => {\n        const v = c.dataset.name.includes(q);\n        c.style.display = v ? '' : 'none';\n        if (v) count++;\n    });\n    document.querySelectorAll('.cp-faq').forEach(f => f.style.display = f.dataset.name.includes(q) ? '' : 'none');\n    document.getElementById('cpEmpty').classList.toggle('show', count === 0);\n});\n\ndocument.getElementById('cpFilters').addEventListener('click', function(e) {\n    if (e.target.tagName !== 'BUTTON') return;\n    document.querySelectorAll('#cpFilters button').forEach(b => b.classList.remove('active'));\n    e.target.classList.add('active');\n    document.getElementById('cpSearch').value = '';\n    document.getElementById('cpQuick').classList.remove('show');\n    \n    const f = e.target.dataset.f;\n    let count = 0;\n    document.querySelectorAll('.cp-card').forEach(c => {\n        const v = f === 'all' || (['yes','partial','no'].includes(f) ? c.dataset.cp === f : c.dataset.cat === f);\n        c.style.display = v ? '' : 'none';\n        if (v) count++;\n    });\n    document.querySelectorAll('.cp-faq').forEach(faq => {\n        const v = f === 'all' || (['yes','partial','no'].includes(f) ? faq.dataset.cp === f : faq.dataset.cat === f);\n        faq.style.display = v ? '' : 'none';\n    });\n    document.getElementById('cpEmpty').classList.toggle('show', count === 0);\n});\n\ndocument.getElementById('cpGrid').addEventListener('click', function(e) {\n    const card = e.target.closest('.cp-card');\n    if (!card) return;\n    cpToggle(card.dataset.id);\n    setTimeout(() => document.getElementById('faq-' + card.dataset.id).scrollIntoView({ behavior: 'smooth', block: 'center' }), 100);\n});\n\nrenderGrid();\nrenderFaq();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Wondering if your favorite game supports crossplay? Our free crossplay checker tool lets you instantly verify cross-platform compatibility for over 50 popular games including Fortnite, Call of Duty, Apex Legends, FIFA, Minecraft, and more. Each game includes detailed platform support, cross-progression status, and important limitations\u2014all verified and updated for December 2025.<\/p>\n","protected":false},"author":46,"featured_media":32468,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"cos_headline_score":0,"cos_seo_score":0,"cos_headline_text":"","cos_headline_has_been_analyzed":false,"cos_last_analyzed_headline":[],"_hreflang_tags":"","footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[561],"tags":[],"class_list":["post-38995","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital-lifestyle-en-ca"],"jetpack_publicize_connections":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.4 (Yoast SEO v21.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Is Your Game Crossplay? Instant Checker for 50+ Games [2025]<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]\" \/>\n<meta property=\"og:description\" content=\"Wondering if your favorite game supports crossplay? Our free crossplay checker tool lets you instantly verify cross-platform compatibility for over 50 popular games including Fortnite, Call of Duty, Apex Legends, FIFA, Minecraft, and more. Each game includes detailed platform support, cross-progression status, and important limitations\u2014all verified and updated for December 2025.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025\" \/>\n<meta property=\"og:site_name\" content=\"Recharge Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-20T13:25:50+00:00\" \/>\n<meta name=\"author\" content=\"Mustafa Aybek\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025\",\"name\":\"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]\",\"isPartOf\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/#website\"},\"datePublished\":\"2026-04-20T13:25:50+00:00\",\"dateModified\":\"2026-04-20T13:25:50+00:00\",\"author\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/#\/schema\/person\/fe07f56ab88d14f3fd7cc1d3727b3bc0\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.recharge.com\/blog\/en-ca\/recharge-com-blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/#website\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-ca\/\",\"name\":\"Recharge Blog\",\"description\":\"Everything about online safety, smart spending &amp; your digital lifestyle.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.recharge.com\/blog\/en-ca\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/#\/schema\/person\/fe07f56ab88d14f3fd7cc1d3727b3bc0\",\"name\":\"Mustafa Aybek\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-ca\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3cce4b63f035e5797940f6410bda57e8ab49eb7f8670c96fa692ca9eba585b49?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3cce4b63f035e5797940f6410bda57e8ab49eb7f8670c96fa692ca9eba585b49?s=96&d=mm&r=g\",\"caption\":\"Mustafa Aybek\"},\"url\":\"https:\/\/www.recharge.com\/blog\/en-ca\/author\/mustafa-aybek\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025","og_locale":"en_US","og_type":"article","og_title":"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]","og_description":"Wondering if your favorite game supports crossplay? Our free crossplay checker tool lets you instantly verify cross-platform compatibility for over 50 popular games including Fortnite, Call of Duty, Apex Legends, FIFA, Minecraft, and more. Each game includes detailed platform support, cross-progression status, and important limitations\u2014all verified and updated for December 2025.","og_url":"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025","og_site_name":"Recharge Blog","article_published_time":"2026-04-20T13:25:50+00:00","author":"Mustafa Aybek","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025","url":"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025","name":"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]","isPartOf":{"@id":"https:\/\/www.recharge.com\/blog\/en-ca\/#website"},"datePublished":"2026-04-20T13:25:50+00:00","dateModified":"2026-04-20T13:25:50+00:00","author":{"@id":"https:\/\/www.recharge.com\/blog\/en-ca\/#\/schema\/person\/fe07f56ab88d14f3fd7cc1d3727b3bc0"},"breadcrumb":{"@id":"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.recharge.com\/blog\/en-ca\/ca\/is-your-game-crossplay-instant-checker-for-50-games-2025#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.recharge.com\/blog\/en-ca\/recharge-com-blog"},{"@type":"ListItem","position":2,"name":"Is Your Game Crossplay? Instant Checker for 50+ Games [2025]"}]},{"@type":"WebSite","@id":"https:\/\/www.recharge.com\/blog\/en-ca\/#website","url":"https:\/\/www.recharge.com\/blog\/en-ca\/","name":"Recharge Blog","description":"Everything about online safety, smart spending &amp; your digital lifestyle.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.recharge.com\/blog\/en-ca\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-CA"},{"@type":"Person","@id":"https:\/\/www.recharge.com\/blog\/en-ca\/#\/schema\/person\/fe07f56ab88d14f3fd7cc1d3727b3bc0","name":"Mustafa Aybek","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.recharge.com\/blog\/en-ca\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3cce4b63f035e5797940f6410bda57e8ab49eb7f8670c96fa692ca9eba585b49?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3cce4b63f035e5797940f6410bda57e8ab49eb7f8670c96fa692ca9eba585b49?s=96&d=mm&r=g","caption":"Mustafa Aybek"},"url":"https:\/\/www.recharge.com\/blog\/en-ca\/author\/mustafa-aybek"}]}},"jetpack_featured_media_url":"https:\/\/creativegroup-blog-prd-eu-west-1-recharge-blog.s3.eu-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2025\/12\/01150747\/is-your-game-crossplay.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/posts\/38995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/comments?post=38995"}],"version-history":[{"count":0,"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/posts\/38995\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/media\/32468"}],"wp:attachment":[{"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/media?parent=38995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/categories?post=38995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-ca\/wp-json\/wp\/v2\/tags?post=38995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}