Dark Sky · Example Payload
Time Machine Response
WeatherForecastHyperlocalPrecipitationMachine-LearningRESTApple
Time Machine Response is an example object payload from Dark Sky, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
latitudelongitudetimezoneoffsetcurrentlyhourlydailyflags
Example Payload
{
"latitude": 37.8267,
"longitude": -122.4233,
"timezone": "America/Los_Angeles",
"offset": -8,
"currently": {
"time": 1428364800,
"summary": "Clear",
"icon": "clear-day",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 68.4,
"apparentTemperature": 68.4,
"dewPoint": 42.5,
"humidity": 0.38,
"pressure": 1017.2,
"windSpeed": 5.1,
"windGust": 9.3,
"windBearing": 300,
"cloudCover": 0.0,
"uvIndex": 5,
"visibility": 10,
"ozone": 296.7
},
"hourly": {
"summary": "Clear throughout the day.",
"icon": "clear-day",
"data": [
{
"time": 1428364800,
"summary": "Clear",
"icon": "clear-day",
"precipIntensity": 0,
"precipProbability": 0,
"temperature": 68.4,
"apparentTemperature": 68.4,
"dewPoint": 42.5,
"humidity": 0.38,
"pressure": 1017.2,
"windSpeed": 5.1,
"windGust": 9.3,
"windBearing": 300,
"cloudCover": 0.0,
"uvIndex": 5,
"visibility": 10,
"ozone": 296.7
}
]
},
"daily": {
"summary": "Clear throughout the day.",
"icon": "clear-day",
"data": [
{
"time": 1428336000,
"summary": "Clear throughout the day.",
"icon": "clear-day",
"sunriseTime": 1428358320,
"sunsetTime": 1428404580,
"moonPhase": 0.47,
"precipIntensity": 0,
"precipIntensityMax": 0,
"precipProbability": 0,
"temperatureHigh": 72.3,
"temperatureHighTime": 1428386400,
"temperatureLow": 52.1,
"temperatureLowTime": 1428444000,
"dewPoint": 41.2,
"humidity": 0.37,
"pressure": 1017.5,
"windSpeed": 4.8,
"windGust": 11.2,
"windGustTime": 1428400000,
"windBearing": 295,
"cloudCover": 0.02,
"uvIndex": 7,
"uvIndexTime": 1428379200,
"visibility": 10,
"ozone": 295.4,
"temperatureMin": 51.8,
"temperatureMinTime": 1428357600,
"temperatureMax": 72.3,
"temperatureMaxTime": 1428386400
}
]
},
"flags": {
"sources": ["isd", "madis", "darksky"],
"nearest-station": 1.24,
"units": "us"
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/time-machine-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.