{
  "title": "Moon Phase, Moonrise and Moonset",
  "description": "Live moon phase, moonrise and moonset for cities across the United States and Canada.",
  "canonicalUrl": "https://darkskiesdirectory.com/moon",
  "breadcrumbs": [
    {
      "name": "Home",
      "url": "/"
    },
    {
      "name": "Moon",
      "url": "/moon"
    }
  ],
  "updated": null,
  "data": {
    "note": "Moon phase and rise/set times are computed client-side with SunCalc for the selected city or geolocation.",
    "cities": [
      {
        "name": "New York",
        "region": "NY",
        "country": "US",
        "lat": 40.7128,
        "lng": -74.006,
        "tz": "America/New_York"
      },
      {
        "name": "Los Angeles",
        "region": "CA",
        "country": "US",
        "lat": 34.0522,
        "lng": -118.2437,
        "tz": "America/Los_Angeles"
      },
      {
        "name": "Chicago",
        "region": "IL",
        "country": "US",
        "lat": 41.8781,
        "lng": -87.6298,
        "tz": "America/Chicago"
      },
      {
        "name": "Houston",
        "region": "TX",
        "country": "US",
        "lat": 29.7604,
        "lng": -95.3698,
        "tz": "America/Chicago"
      },
      {
        "name": "Phoenix",
        "region": "AZ",
        "country": "US",
        "lat": 33.4484,
        "lng": -112.074,
        "tz": "America/Phoenix"
      },
      {
        "name": "Denver",
        "region": "CO",
        "country": "US",
        "lat": 39.7392,
        "lng": -104.9903,
        "tz": "America/Denver"
      },
      {
        "name": "Seattle",
        "region": "WA",
        "country": "US",
        "lat": 47.6062,
        "lng": -122.3321,
        "tz": "America/Los_Angeles"
      },
      {
        "name": "Miami",
        "region": "FL",
        "country": "US",
        "lat": 25.7617,
        "lng": -80.1918,
        "tz": "America/New_York"
      },
      {
        "name": "Anchorage",
        "region": "AK",
        "country": "US",
        "lat": 61.2181,
        "lng": -149.9003,
        "tz": "America/Anchorage"
      },
      {
        "name": "Salt Lake City",
        "region": "UT",
        "country": "US",
        "lat": 40.7608,
        "lng": -111.891,
        "tz": "America/Denver"
      },
      {
        "name": "Minneapolis",
        "region": "MN",
        "country": "US",
        "lat": 44.9778,
        "lng": -93.265,
        "tz": "America/Chicago"
      },
      {
        "name": "Atlanta",
        "region": "GA",
        "country": "US",
        "lat": 33.749,
        "lng": -84.388,
        "tz": "America/New_York"
      },
      {
        "name": "Boston",
        "region": "MA",
        "country": "US",
        "lat": 42.3601,
        "lng": -71.0589,
        "tz": "America/New_York"
      },
      {
        "name": "Portland",
        "region": "OR",
        "country": "US",
        "lat": 45.5152,
        "lng": -122.6784,
        "tz": "America/Los_Angeles"
      },
      {
        "name": "Toronto",
        "region": "ON",
        "country": "CA",
        "lat": 43.6532,
        "lng": -79.3832,
        "tz": "America/Toronto"
      },
      {
        "name": "Vancouver",
        "region": "BC",
        "country": "CA",
        "lat": 49.2827,
        "lng": -123.1207,
        "tz": "America/Vancouver"
      },
      {
        "name": "Montreal",
        "region": "QC",
        "country": "CA",
        "lat": 45.5019,
        "lng": -73.5674,
        "tz": "America/Toronto"
      },
      {
        "name": "Calgary",
        "region": "AB",
        "country": "CA",
        "lat": 51.0447,
        "lng": -114.0719,
        "tz": "America/Edmonton"
      },
      {
        "name": "Ottawa",
        "region": "ON",
        "country": "CA",
        "lat": 45.4215,
        "lng": -75.6972,
        "tz": "America/Toronto"
      },
      {
        "name": "Halifax",
        "region": "NS",
        "country": "CA",
        "lat": 44.6488,
        "lng": -63.5752,
        "tz": "America/Halifax"
      },
      {
        "name": "Winnipeg",
        "region": "MB",
        "country": "CA",
        "lat": 49.8951,
        "lng": -97.1384,
        "tz": "America/Winnipeg"
      },
      {
        "name": "Yellowknife",
        "region": "NT",
        "country": "CA",
        "lat": 62.454,
        "lng": -114.3718,
        "tz": "America/Yellowknife"
      }
    ]
  },
  "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": "Moon",
            "item": "https://darkskiesdirectory.com/moon"
          }
        ]
      }
    ]
  }
}