# timezone-info-rio-de-janeiro

> timezone-info-rio-de-janeiro is a paid API for AI agents from data.intel.rallylive.ca, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-18).

Returns the current local time, IANA time zone name, UTC offset, DST status, and next DST transition for Rio de Janeiro, Brazil.

## Facts

- Endpoint: GET https://data.intel.rallylive.ca/data/timezone/rio-de-janeiro
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/timezone-info-rio-de-janeiro-d3372e52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4YpwsJptOF8E4fkZTd7OE

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability timezone-info-rio-de-janeiro-d3372e52
```

Example prompt: What's the current local time and time zone in Rio de Janeiro right now — including the UTC offset and whether daylight saving time is active?

## When to prefer this

Use this endpoint when you need a quick, no-API-key lookup of Rio de Janeiro's current time zone details including DST status and next transition, especially for meeting scheduling or display purposes. Prefer it over general-purpose time zone libraries when you want a live, authoritative answer rather than static database lookups.

## Known failure modes

- Service unavailable or timeout — returns an HTTP 5xx error
- Payment not processed — returns HTTP 402 if x402 payment header is missing or insufficient
- Malformed request — returns HTTP 400 if query parameters are invalid

## How this service works

Local time and time zone for Rio de Janeiro right now: IANA zone name, UTC offset, whether daylight saving is in effect and when it next changes, and the current local date-time. Meeting scheduling across zones without an API key. $0.01 per call.

## Output

Returns the IANA zone name (e.g. America/Sao_Paulo), the current UTC offset (e.g. -03:00), whether daylight saving time is currently in effect (boolean), the date and time of the next DST transition, and the current local date-time in Rio de Janeiro.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/timezone-info-rio-de-janeiro-d3372e52/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.intel.rallylive.ca](https://www.zero.xyz/host/data.intel.rallylive.ca/llms.txt)
