{
  "x402Version": 2,
  "id": 301,
  "slug": "301",
  "resource": "https://vibesprings.net/api/solar",
  "description": "Astronomical solar calculator and solar radiation forecast database. Returns highly accurate daily solar cycles: sunrise/sunset times, astronomical/civil/nautical twilights, precise solar noon, day length, maximum UV index, and shortwave solar radiation levels (MJ/m²) for any location globally. Crucial for solar panel yield forecasting, photography timing, agriculture, and outdoor wellness tracking.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "data-provider",
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "date": "2024-06-21",
            "days": 1,
            "location": "Reykjavik"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": [
              {
                "date": "2024-06-21",
                "day_length_seconds": 76140,
                "shortwave_radiation_sum_mj_m2": 24.5,
                "solar_noon_utc": "2024-06-21T13:28:00Z",
                "sunrise_utc": "2024-06-21T02:54:00Z",
                "sunset_utc": "2024-06-22T00:03:00Z",
                "uv_index_max": 4.5
              }
            ],
            "latitude": 64.1,
            "location": "Reykjavik, Iceland",
            "longitude": -21.9,
            "timezone": "Atlantic/Reykjavik"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "date": {
                    "description": "Start date in YYYY-MM-DD format (defaults to current date)",
                    "type": "string"
                  },
                  "days": {
                    "description": "Number of daily projections to return, from 1 to 7 days (default is 1)",
                    "type": "number"
                  },
                  "location": {
                    "description": "City name, region, or coordinate pairs (e.g. 'Reykjavik', 'Honolulu', '64.1466,-21.9426')",
                    "type": "string"
                  }
                },
                "required": [
                  "location"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "solar",
        "astronomy",
        "sunrise-sunset",
        "uv-index",
        "geointelligence",
        "twilight-times",
        "solar-radiation",
        "panel-yield"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "vibesprings.net",
  "lastUpdated": "2026-09-09T16:15:27.514Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T16:15:27.202Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "vibesprings.net",
    "manifest_name": "vibesprings.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}