{
  "title": "Dark Sky Trip Planner",
  "description": "New-moon weekends for the next 12 months, overlaid with meteor shower peaks and eclipses.",
  "canonicalUrl": "https://darkskiesdirectory.com/plan",
  "breadcrumbs": [
    {
      "name": "Home",
      "url": "/"
    },
    {
      "name": "Dark Sky Trip Planner",
      "url": "/plan"
    }
  ],
  "updated": null,
  "data": {
    "windows": [
      {
        "newMoonDate": "2026-10-11",
        "weekendStart": "2026-10-09",
        "weekendEnd": "2026-10-10",
        "moonFreeNights": 9,
        "events": []
      },
      {
        "newMoonDate": "2026-11-09",
        "weekendStart": "2026-11-06",
        "weekendEnd": "2026-11-07",
        "moonFreeNights": 9,
        "events": []
      },
      {
        "newMoonDate": "2026-12-09",
        "weekendStart": "2026-12-11",
        "weekendEnd": "2026-12-12",
        "moonFreeNights": 9,
        "events": [
          {
            "id": "meteor-geminids-2026",
            "title": "Geminids Meteor Shower Peak 2026",
            "date": "2026-12-13",
            "type": "meteor-shower"
          }
        ]
      },
      {
        "newMoonDate": "2027-01-07",
        "weekendStart": "2027-01-08",
        "weekendEnd": "2027-01-09",
        "moonFreeNights": 9,
        "events": []
      },
      {
        "newMoonDate": "2027-02-06",
        "weekendStart": "2027-02-05",
        "weekendEnd": "2027-02-06",
        "moonFreeNights": 9,
        "events": [
          {
            "id": "solar-eclipse-2027-02-06",
            "title": "Annular Solar Eclipse of February 6, 2027",
            "date": "2027-02-06",
            "type": "solar-eclipse"
          }
        ]
      },
      {
        "newMoonDate": "2027-03-08",
        "weekendStart": "2027-03-05",
        "weekendEnd": "2027-03-06",
        "moonFreeNights": 9,
        "events": []
      },
      {
        "newMoonDate": "2027-04-06",
        "weekendStart": "2027-04-09",
        "weekendEnd": "2027-04-10",
        "moonFreeNights": 9,
        "events": []
      },
      {
        "newMoonDate": "2027-05-06",
        "weekendStart": "2027-05-07",
        "weekendEnd": "2027-05-08",
        "moonFreeNights": 9,
        "events": [
          {
            "id": "meteor-eta-aquariids-2027",
            "title": "Eta Aquariids Meteor Shower Peak 2027",
            "date": "2027-05-06",
            "type": "meteor-shower"
          }
        ]
      },
      {
        "newMoonDate": "2027-06-04",
        "weekendStart": "2027-06-04",
        "weekendEnd": "2027-06-05",
        "moonFreeNights": 9,
        "events": []
      },
      {
        "newMoonDate": "2027-07-04",
        "weekendStart": "2027-07-02",
        "weekendEnd": "2027-07-03",
        "moonFreeNights": 9,
        "events": []
      },
      {
        "newMoonDate": "2027-08-02",
        "weekendStart": "2027-07-30",
        "weekendEnd": "2027-07-31",
        "moonFreeNights": 9,
        "events": [
          {
            "id": "solar-eclipse-2027-08-02",
            "title": "Total Solar Eclipse of August 2, 2027",
            "date": "2027-08-02",
            "type": "solar-eclipse"
          }
        ]
      },
      {
        "newMoonDate": "2027-09-01",
        "weekendStart": "2027-09-03",
        "weekendEnd": "2027-09-04",
        "moonFreeNights": 9,
        "events": []
      }
    ]
  },
  "jsonld": {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://darkskiesdirectory.com/#organization",
        "name": "Dark Skies Directory",
        "url": "https://darkskiesdirectory.com"
      },
      {
        "@type": "WebSite",
        "@id": "https://darkskiesdirectory.com/#website",
        "url": "https://darkskiesdirectory.com",
        "name": "Dark Skies Directory",
        "publisher": {
          "@id": "https://darkskiesdirectory.com/#organization"
        }
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://darkskiesdirectory.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Dark Sky Trip Planner",
            "item": "https://darkskiesdirectory.com/plan"
          }
        ]
      },
      {
        "@type": "Dataset",
        "@id": "https://darkskiesdirectory.com/plan#dataset",
        "name": "New Moon Weekend Windows",
        "description": "New-moon weekends for the next 12 months, overlaid with meteor shower peaks and eclipses.",
        "url": "https://darkskiesdirectory.com/plan",
        "isAccessibleForFree": true,
        "creator": {
          "@id": "https://darkskiesdirectory.com/#organization"
        },
        "distribution": [
          {
            "@type": "DataDownload",
            "encodingFormat": "application/json",
            "contentUrl": "https://darkskiesdirectory.com/plan.json"
          }
        ]
      }
    ]
  }
}