datapoint.market_ ALPHA v0.0.1

Bike Sharing Dataset

API

Sold by Data 37

Bike rental counts with weather, calendar and seasonal variables. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/275 Data vintage: 2011–2012 (published 2013) Cleaned and reformatted from the original; see source page for full documentation and citation.

★ Free▣ DS-ready⤓ dataset · csv
Price per download Free no payment
Method GET
Networks
Format csv download
License UCI ML Repository. Most datasets are licensed CC BY 4.0 — cite the dataset page.

The URL

Send a GET request — parameters go in the query string — no payment, no API key. The relay returns the origin's JSON response directly.

https://api.datapoint.market/r/data37/bike-sharing-dataset

Example request

{}

Response shape

Fields

  • object
    • columns array of
      • string
    • note string
    • sample_rows array of
      • object
        • atemp string normalized feels-like temperature (value/50 °C)
        • casual string casual (non-registered) rider count
        • cnt string total rentals (casual + registered) — the target variable
        • dteday string · date date (YYYY-MM-DD)
        • holiday string · 1=yes | 0=no is a holiday
        • hr string hour of day (0–23; hourly file only)
        • hum string normalized humidity (value/100)
        • instant string record index
        • mnth string month (1–12)
        • registered string registered rider count
        • season string · 1=winter | 2=spring | 3=summer | 4=fall season
        • temp string normalized temperature (value/41 °C)
        • weathersit string · 1=clear | 2=mist/cloudy | 3=light rain/snow | 4=heavy rain/snow weather situation
        • weekday string day of week (0=Sunday)
        • windspeed string normalized wind speed (value/67)
        • workingday string · 1=yes | 0=no neither weekend nor holiday
        • yr string · 0=2011 | 1=2012 year

Example rows

instantdtedayseasonyrmnthhrholidayweekdayworkingdayweathersittempatemphumwindspeedcasualregisteredcnt
12011-01-01101006010.240.28790.81031316
22011-01-01101106010.220.27270.8083240
32011-01-01101206010.220.27270.8052732
Example response (JSON)
{
  "columns": [
    "instant",
    "dteday",
    "season",
    "yr",
    "mnth",
    "hr",
    "holiday",
    "weekday",
    "workingday",
    "weathersit",
    "temp",
    "atemp",
    "hum",
    "windspeed",
    "casual",
    "registered",
    "cnt"
  ],
  "note": "Free preview. Full file delivered on download.",
  "sample_rows": [
    {
      "instant": "1",
      "dteday": "2011-01-01",
      "season": "1",
      "yr": "0",
      "mnth": "1",
      "hr": "0",
      "holiday": "0",
      "weekday": "6",
      "workingday": "0",
      "weathersit": "1",
      "temp": "0.24",
      "atemp": "0.2879",
      "hum": "0.81",
      "windspeed": "0",
      "casual": "3",
      "registered": "13",
      "cnt": "16"
    },
    {
      "instant": "2",
      "dteday": "2011-01-01",
      "season": "1",
      "yr": "0",
      "mnth": "1",
      "hr": "1",
      "holiday": "0",
      "weekday": "6",
      "workingday": "0",
      "weathersit": "1",
      "temp": "0.22",
      "atemp": "0.2727",
      "hum": "0.8",
      "windspeed": "0",
      "casual": "8",
      "registered": "32",
      "cnt": "40"
    },
    {
      "instant": "3",
      "dteday": "2011-01-01",
      "season": "1",
      "yr": "0",
      "mnth": "1",
      "hr": "2",
      "holiday": "0",
      "weekday": "6",
      "workingday": "0",
      "weathersit": "1",
      "temp": "0.22",
      "atemp": "0.2727",
      "hum": "0.8",
      "windspeed": "0",
      "casual": "5",
      "registered": "27",
      "cnt": "32"
    }
  ]
}
declaredfresh

Call it from the shell

curl 'https://api.datapoint.market/r/data37/bike-sharing-dataset'

Call it from an agent

Connected in Claude (or any agent on the connector)? Buy it in one call — no API key, no signup. Call it once with no payment to take a free trial (real data) or get a price quote before you pay.

call_endpoint("data37", "bike-sharing-dataset", params={})
Free to call

This endpoint is free — no account, no API key, no payment. Just call the URL and the relay returns the origin's response.

Buyer guide →

Provider: Data 37