World Time API · Example Payload

Ip Lookup

Request the current time based on a specific IPv4 address.

TimeTimezoneWorld TimeUTCDSTDaylight Saving TimeIP GeolocationUnix Epoch

Ip Lookup is an example object payload from World Time API, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "IP Address Time Lookup Example",
  "description": "Request the current time based on a specific IPv4 address.",
  "request": {
    "method": "GET",
    "url": "https://public.timeapi.world/api/ip/1.1.1.1",
    "headers": {}
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "abbreviation": "AEST",
      "datetime": "2025-09-12T22:24:30.887+10:00",
      "day_of_week": 5,
      "day_of_year": 255,
      "dst": false,
      "dst_from": null,
      "dst_offset": 0,
      "dst_until": null,
      "raw_offset": 36000,
      "timezone": "Australia/Sydney",
      "unixtime": 1757679870,
      "utc_datetime": "2025-09-12T12:24:30.887+00:00",
      "utc_offset": "+10:00",
      "week_number": 37,
      "client_ip": "127.0.0.1"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/ip-lookup"
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 email required.

A second provider on the same verified email joins the account you already have.