{
  "dataset": {
    "slug": "luxstay-tool-usage-daily",
    "name": "Luxstay tool usage — daily counts",
    "license": "CC BY 4.0",
    "license_url": "https://creativecommons.org/licenses/by/4.0/",
    "attribution": "Luxstay (luxstay.com), aggregated from GeoNames, Wikipedia, Wikidata, OSM. Underlying source licenses preserved.",
    "columns": [
      {
        "key": "day",
        "type": "date",
        "description": "UTC date the uses were recorded."
      },
      {
        "key": "tool_slug",
        "type": "string",
        "description": "Slug of the tool (matches /tools/{slug})."
      },
      {
        "key": "locale",
        "type": "string",
        "description": "Locale of the request (e.g. \"en\"). Null = unknown."
      },
      {
        "key": "uses",
        "type": "number",
        "description": "Count of tool invocations that day."
      }
    ]
  },
  "rows": []
}